@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#home #container{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../img/main-img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}

#contents #container{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../img/contents_main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}

#home #header{
	clear: both;
	width: 940px;
	height: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#contents #header{
	clear: both;
	width: 940px;
	height: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#content{
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	zoom: 1;
}

#footer{
	height: 240px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer #foot-inner{
	clear: both;
	width: 940px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	margin: 0px auto 0px auto;
	/*background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

/* for IE7 */
*:first-child+html #footer #foot-inner{
	padding: 0px;
	margin: 15px auto 0px auto;
}


#main{
	float: left;
	width: 675px;
}

#sub{
	float: right;
	width: 245px;
	padding: 15px 0 0 15px;
	margin-left: 5px;
}

/* for modern browser */
html>body #sub{
	width: 245px;
}
