@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
body{
	margin:0 auto;
	font-size: 12px;
	background:#BEBEBE;
}
#body{
	margin:0 auto;
	font-size: 12px;
	background:url(../Images/BodyBg.jpg) repeat-x;
	height:1069px;
}
#MainBody {
	margin:0 auto;
	width:1004px;
	height:984px;
}
	#MTop{
		width:1004px;
		height:25px;
		background:url(../Images/MTopBg.jpg) no-repeat;
	}
	#MBody{
		padding:0px 25px 36px 32px;
		width:947px;
		height:900px;
		background:url(../Images/MainBodyBg.jpg) repeat-y;
	}
		#MBTop{
			width:947px;
			height:166px;
		}
			.MBTLogo{
				width:947px;
				height:104px;
			}
			.MBTNavi{
				padding:4px 0px 0px 0px;
				width:947px;
				height:58px;
				background:url(../Images/MBTNaviBg.jpg) repeat-x;
			}
			.MBTNavi dl{
				margin:0 auto;
				list-style:none;
				width:912px;
				text-align:center;
			}
			.MBTNavi dt{
				display:inline;
				float:left;
				padding:0px 2px;
				width:110px;
				height:58px;
			}
		#MBBottom{
			float:none;
			margin:36px 0px 0px 0px;
			padding:12px 0px 0px 30px;
			width:917px;
			height:46px;
			background:#DEDEDE;
			line-height:20px;
		}
			
	#MBottom{
		width:1004px;
		height:10px;
		background:url(../Images/MBottomBg.jpg) no-repeat;
	}

