/*////////////////////////////////////
				*****
////////////////////////////////////*/
#content{
	text-align:center;
	background:#ebdfd4;
	padding:10px 0px;
	background:url(/img/bg_contents.jpg) repeat-y center 0;
}
#content-inner{
	width:920px;
	margin:0 auto;
	text-align:left;
	padding:10px 15px;
}
.sub #content-inner{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:url(/img/bg_contents.jpg) no-repeat;
}

/*////////////////////////////////////
				header
////////////////////////////////////*/

#header{
	height:218px;
	text-align:center;
	background:url(/img/bg_header.jpg) no-repeat center 0;
}

#header-inner{
	height:218px;
	width:920px;
	margin:0px auto 0px auto;
}
#header-top{
	height:140px;
	_height:130px;
	padding-top:13px;
}
#logo{
	text-align:left;
	width:650px;
	height:120px;
	text-indent:-9999px;
}
#logo a{
	width:650px;
	height:120px;
	background:url(/img/bg_header.jpg) 0 -550px no-repeat;
	display:block;
	overflow:hidden;
}


/*////////////////////////////////////
				footer
////////////////////////////////////*/
#footer{
	background:#ebdfd4 url(/img/bg_footer.jpg) center 23px no-repeat;
	text-align:center;
	height:140px;
}
#footerinner{
	margin:0 auto 0 auto;
	width:950px;
	color:#999;
	text-align:left;
}
#footerinner a{
	color:#0099FF;
}
#footermenu{
	padding:15px 0 0 0;
	width:600px;
	float:left;
}
.copy{
	color:#666;
	padding:40px 0 0 0;
}
.footerRight{
	float:right;
	padding:10px;
	width:80px;
}
/*////////////////////////////////////
			main sub
////////////////////////////////////*/
.top #main{
	float:left;
	width:560px;
}

.top #sub{
	float:right;
	width:348px;
}
.top #topvideo{
	width:124px;
	float:left;
}
.top #topright{
	width:215px;
	float:right;
}
