@charset "utf-8";


#bigTopAreaBottom{
	width:750px;
    padding:0;
	margin: 0 auto;

	font-size:12px;
}


#bigTopAreaBottom .r_top{
	background:url(../../bigenner/images/top_bottom_box_top.gif) no-repeat 0 0;
	padding-top:50px;
	margin-bottom:5px;
}
#bigTopAreaBottom .r_btm{
	background:url(../../bigenner/images/top_bottom_box_bot.gif) no-repeat 0 100%;
	padding-bottom:20px;
}
#bigTopAreaBottom .r_body{
	background: url(../../bigenner/images/top_bottom_box_mid.gif) repeat-y 0 0;
	padding:0;
	text-align:left;
}


#bigTopAreaBottom .docBox h2{font-size:14px; font-weight:bold; color: #000066;}

#bigTopAreaBottom .docBox .leftBox-b{float:left;width:326px; padding:0 17px 0 17px;}
#bigTopAreaBottom .docBox .rightBox-b{float:right;width:326px; padding:0 17px 0 17px;}


#bigTopAreaBottom .docBox .menuB .box{width:150px;}

#bigTopAreaBottom .docBox .menuB .leftbox{ float:left; margin:0; padding:0;}
#bigTopAreaBottom .docBox .menuB .rightbox{ float:right; margin:0; padding:0;}








/*****************************************************************
	+ clearFix
*****************************************************************/


#bigTopAreaBottom .docBox,
#bigTopAreaBottom .docBox .menuB,
#bigTopAreaBottom .docBox .menuB .box ul li ul{
	zoom:100%;
}
#mainBody:after,
#bigTopAreaBottom .docBox:after,
#bigTopAreaBottom .docBox .menuB:after,
#bigTopAreaBottom .docBox .menuB .box ul li ul:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
