@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#home #container{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../img/main-bg.jpg) repeat-x left 440px;
}

#contents #container{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../img/main-bg.jpg) repeat-x left 250px;
}

#home #title{
	width: 950px;
	height: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#contents #title{
	width: 950px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#menu{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}

#footer{
	clear: both;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#home #main-center{
	float: left;
	width: 950px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
}

#contents #main-center{
	float: left;
	width: 950px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
}

*:first-child+html #contents #main-center{
	float: right;
	margin-top: 45px;
}

#home #main-left{
	width: 465px;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
	height: 440px;
}

#home #main-right{
	width: 465px;
	float: right;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
	height: 440px;
}


#main-left{
	width: 465px;
	float: left;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
	padding: 0 0 5px 0;
}

#main-right{
	width: 465px;
	float: right;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #E7E3D5;
	border-left: 1px solid #E7E3D5;
	border-right: 1px solid #E7E3D5;
	border-bottom: 1px solid #E7E3D5;
	padding: 0 0 5px 0;
}

#main-right img{
	vertical-align: bottom;
}

*:first-child+html #main-left{margin-top: 45px;}
*:first-child+html #main-right{margin-top: 45px;}

#home #main{
	float: right;
	width: 700px;
	padding-bottom: 5px
}

#contents #main{
	float: right;
	width: 700px;
	padding-bottom: 5px;
}
#content2 #main{
	float: right;
	width: 750px;
	padding-bottom: 5px;
}

*:first-child+html #contents #main{
	float: right;
	width: 700px;
	margin-top: 45px;
	padding-bottom: 5px;
}

#content #sub{
	width: 220px;
	float: left;
	/*border: 1px solid #E7E3D5;*/
}

*:first-child+html #content #sub{
	margin-top: 50px;
}

#content #sub h2{
	padding: 8px 0 5px 15px;
	font-size: 100%;
	border-left: 5px solid #CECAB8;
 	border-top: 1px solid #E7E3D5;
 	border-right: 1px solid #E7E3D5;
	color: #333333;
	font-weight: 800;
	background: #FFFFFF;
}




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

