@charset "utf-8";

/*
Site Name: 
Description: layout
*/

@media all and (min-width: 769px){

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*#home #container{
	background-image: url(../img/main-image-bg.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	-moz-background-size:auto auto;
	background-size:auto auto;
}

#home #container{
	background-image: url(../img/main-image-bg62.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	-moz-background-size:auto auto;
	background-size:auto auto;
}
*/
#home #container{
	background-image: url(../img/main-image-bg2.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	-moz-background-size:auto auto;
	background-size:auto auto;
}

#header{
	max-width: 950px;
	text-align: left;
	overflow: hidden;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#content{
	clear: both;
	max-width: 950px;
	text-align: left;
	overflow: hidden;

	
	zoom: 1;
	margin-right: auto;
	margin-left: auto;
}

#footer{
	max-width: 950px;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 20px;
	color: #673301;
	clear: both;
}



#home #main{
	float: left;
	width: 76.42%;
	max-height: 999999px;
}

#home #sub{
	float: right;
	width: 21.05%;
	margin-top: 25px;
}
#contents #main{
	float: left;
	width: 75.42%;
	/*-webkit-box-shadow: 0px 0px 5px 0px #CAC086;
	-moz-box-shadow: 0px 0px 5px 0px #CAC086;
	box-shadow: 0px 0px 5px 0px #CAC086;
	behavior: url(/wp/wp-content/themes/moyashi/common/css/PIE.htc);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border: 3px solid #CDC554;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	max-height: 999999px;
}
#contents #main #main-inner{
	-webkit-box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	-moz-box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	behavior: url(/wp/wp-content/themes/moyashi/common/css/PIE.htc);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border: 5px solid #fff;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contents #sub{
	float: right;
	width: 22.05%;
}




}