@charset "utf-8";

body#top {
	background:#000 url(../img/img_topBg.jpg) no-repeat top center;
}

#mainimg {
	width:996px;
	margin:0 auto;
}
#mainimg:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#header {
	width:996px;
	height:121px;
	margin:0 auto;
}
#header img {
	float:left;
}


/* contents
===============================================================*/
#contentCtnBgWa {
	width:100%;
	background:url(../img/bg_contents.jpg) no-repeat center top;
}
#contentCtnBg {
	width:100%;
	background:url(../img/contents_bg.jpg);
	padding:0 0 50px 0;
}
#contentCtn {
	width:996px;
	margin:0 auto;
}


/* footer
===============================================================*/
#footer {
	width:100%;
	text-align:center;
	border-top:1px solid #44413d;
	background:#000;
}
#footer img {
	margin:20px 0;
}



/* margin
===============================================================*/
.mgTop20 {
	margin-top:20px;
}
.mgTR20 {
	margin:20px 20px 0 0;
}
.mgTRB20 {
	margin:20px 20px 40px 0;
}