@charset "UTF-8";

/* DCJM　*/

#page{
 width:800px;
 background:rgb(0,0,0);
 margin-left:auto;
 margin-right:auto;
 
}
#left_page{
 padding-top:60px;
 width:450px;
 height:590px;
 float:left;
}

#s_line{
 width:450px;
 height:590px;
 background:rgb(228,235,225) url(../img/s_line.jpg);
 text-align:center;
}
#right_page{
 width:350px;
 height:650px;
 float:right;

 background:rgb(104,0,4) url(../img/top_image_002.jpg) no-repeat bottom;

}
#bottom{
 width:800px;
 height:85;
 margin-left:auto;
 margin-right:auto;
 background:rgb(0,0,0);
 color:rgb(255,255,255);
}

#bottom ul{
 padding:0;
 margin:10px 10px 0 10px;
}

#bottom li{
 margin:0 5px;
 display:inline;
 font-size:10pt ! important;
}
#bottom #address{
 margin:0;
 margin-left:auto;
 padding:0 10px 10px 0;
 font-size:10pt ! important;
 width:200px;
}

