*{margin:0; padding:0;}

body{
background:#E6D9C2;
}


#wrapper{
margin:0 auto;
width:800px;
}


#header{
width:800px;
height:50px;
background-color:#8F2D2F;
}

.senkeshi{
border:0;
vertical-align:text-bottom;
}

.left{
float:left;
}

.right{
float:right;
}

#contents{
background-color:#FFFFFF;
padding:50px 0 0 0 ;
height:auto;
}

#contents_left{
width:220px;
float:left;
}



#contents_right{
width:565px;
float:right;
padding-left:15px;
}

.clear{
clear:both;
}


#footer{
width:772px;
height:45px;
background-image:url(../img/footer_bg.gif);
background-repeat:repeat-x;
padding:7px 14px 0px 14px;
clear:both;
}

#bottom{
vertical-align:text-top;
}