@charset "utf-8";



/*

Site Name: 

Description: layout

*/



/* base layout

----------------------------------------- */

#container{
	padding: 0px;
	text-align: center;
	width: 950px;
	margin: 0px auto;
}

#header{
	width: 100%;
	text-align: left;
	overflow: hidden;
	color: #78533F;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}

#nav{
	width: 100%;
	text-align: left;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}


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

/*#home #content{
	background-image: url(../img/content_bg2.gif);
	background-repeat: repeat-x;
	background-position: left 250px;	
}*/

#footer{
	padding-top: 25px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #78533F;
}

#footer-inner{
	clear: both;
	width: 950px;
	margin: 0 auto;
}

#home #sub{
	margin-top: 7%;
}
#main{
	float: right;
	width: 70%;
	overflow: hidden;
	margin-top: 30px;
}
#contents #main{
	margin-top: 20px;
}

#sub{
	float: left;
	width: 228px;
	margin-top: 20px;
}

#contents .menutop{
	float: left;
	width: 228px;
	margin-top: -10px;
	position: relative;
	z-index: 1000;
	background-image: url(../img/side-menu-tori.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}

#contents #main #main-article{
	padding: 0 25px;
	background-image: url(../img/contents_main_article_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
