@charset "utf-8";
/*------------------[main images]--------------------------*/

#header_img {
 margin: 2px 0 0 0;
 width: 1000px ;
 height: 250px ;
 background-color: #030000;
}

#maincopy_img {
 margin: 0 0 2px 0;
 width: 1000px ;
 height: 39px ;
 background: url(../_img/maincopy_back.png) no-repeat ;
 text-align: center;
}


/*------------------[contents]--------------------------*/

#contents{
margin:20px 0 0 0;
width:1000px;
}

#left_cont{
width:250px;
float:left;
}

#right_cont{
width:250px;
float:right;
}

#center_cont{
margin:0 250px;
}

#cont_w250{
 margin: 0 0 0 0 ;
 width: 248px;
 border: solid 1px #cccccc;
}

#cont_w460{
 margin: 0 0 0 0 ;
 width: 458px;
 border: solid 1px #cccccc;
 text-align:left;
}

#cont_wrapp{
margin:5px 9px 5px 9px;
text-align:left;
}
