@charset "utf-8";
/* CSS Document */
body{ background:#000; font-family:Verdana, Geneva, sans-serif;}
#wrapper{ width:800px; height:550px; border:#FFF solid 10px; margin-top:50px; margin-bottom:auto; margin-left:auto; margin-right:auto;  background:#000;}
#enter{ width:800px; margin: 0px auto;background: #000; color:#F00; margin-top:30px; font-size:12px}

#col_sx{ float:left; width:398px; height:550px; border:#000 solid 1px;}

#col_dx { float:right; width:398px; height:550px; border:#000 solid 1px;}

#logo{ width:400px; height:240px;}

#image_show{ width:400px; height:310px;}

a{color: #F03; text-decoration:none;}
a:hover{ color:#FFF; text-decoration:underline;}