@charset "UTF-8";

body {
width:100%;
background-color:#000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color:#FFF;
}

#container {
width: 100%;
text-align: center;
}



#main_table {
border-left:1px solid #333;
border-right:1px solid #333;
}

#enkai {
width:950px;
height:500px;
margin:30px  0 15px;
}


.line {
clear:both;
border-bottom:1px dotted #666;
margin:0 0 15px 0;
padding:0;
height:15px;
}

a:link { color: #FFF; text-decoration: underline;}
a:link:hover { color: #f90; text-decoration:none;}
a:link:active { color: #FFF; text-decoration: underline;}
a:visited { color: #FFF; text-decoration: underline;}
a:visited:hover { color: #f90; text-decoration:none;}