@charset "UTF-8";

/* LAYOUT
--------------------------------------------------------------*/
html,body{
color: #111;
background: #bfbfbf;
}

#container{
width: 100%;
margin: 0 auto;
padding: 0;
text-align:left;
}
#container .mainWrap{
background: #E8E8E8;
}

#header{
width: 940px;
text-align: left;
margin: 0 auto;
padding-top: 15px;
height: 40px;
}

#content{
width: 940px;
margin: 0 auto;
padding: 0 0 48px;
position:relative;
}
#content #mainArea{
float: right;
width: 721px;
padding-top: 10px;
background: url(/ex/zenkokuzukan_pro/common/images/bg_main_top.png) no-repeat left top;
}
#content #mainArea .mainAreaInner{
padding-bottom: 10px;
background: url(/ex/zenkokuzukan_pro/common/images/bg_main_btm.png) no-repeat left bottom;
}
#content #mainArea .mainAreaInner02{
padding: 0 41px 10px 40px;
background: url(/ex/zenkokuzukan_pro/common/images/bg_main_mid.png) repeat-y 0 0;
}




#content #side{
float: left;
width: 202px;
}

#footerWrap{
width: 100%;
clear: both;
border-top:8px solid #000; 
}
#footerWrap #footer{
width: 940px;
margin: 0 auto;
padding-top: 15px;
font-size: 11px;
}