@charset "utf-8";
/* CSS Document */


body{
background-color:#000;
font-size:12px;
color:#FFF;
line-height:140%;
}


a {
color:#6D6E71;
}
a:hover{
color:#FF6666;
}

a:link{
color:#66FFFF;
}


#wrap{
width:800px;
border:1px solid #333;
margin:0 auto;
}

/* concept*/
#concept{
width:460px;
margin:10px;
float:left;
}

.box460{
width:460px;
margin-top:0;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
float:left;
}


.topics{
width:310px;
border:1px solid #333;
margin-top:10px;
margin-left:0;
margin-right:10px;
margin-bottom:5px;
text-align:center;
}















