@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* ramen img
----------------------------------------- */
#home #content2{
	width: 940px;
	height: 500px;
	background-image: url(../img/bgimage1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 auto;
	position: absolute;
}

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#home #header{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2000!important;
}

#content{
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#home #content{
	background-image: url(../img/right_head_bg.jpg);
}

#contents #content{
	background-image: url(../img/contents_right_height_bg.jpg);
}

#footer{
	width: 950px;
	height: 204px;
	margin: 30px auto 0 auto;
	text-align: left;
	clear: both;
	overflow: hidden;
	background-image: url(../img/footer_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
/* IE7 */
*+html #footer{
	width: 948px;
}
/* IE6 */
* html #footer{
	width: 948px;
}

#home #main{
	margin-top: 65px;
}

#main{
	float: left;
	clear: left;
	width: 553px;
	margin-left: 25px;
}
/* IE6 */
* html #main{
	margin-left: 13px;
}

#sub{
	float: right;
	clear: right;
	width: 251px;
	margin-right: 25px;
}
/* IE6 */
* html #sub{
	margin-right: 13px;
}


/* contents layout
----------------------------------------- */
#sub .sub-contents-area{
	margin-bottom: 20px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #DACEC2;
	overflow: hidden;
	clear: both;
}

