/* ******************************************************************************
	Style006 - TopNavigationStyle - Item
		(c) 2012 Creative-style
****************************************************************************** */
/*==============================================================================
	Base Area Settings
============================================================================== */
h1 {
	width:			100%;
	margin:			0;
	background-size:	100%;	/*背景画像をウィンドウに対して80％に*/
	background-repeat: 	no-repeat;
}
h2 {
	width:			100%;
	height:			33px;
	margin:			0;
	background-size:	100%;	/*背景画像をウィンドウに対して80％に*/
	background-repeat: 	no-repeat;
}
h3 {
	float:			none;
	width:			100%;
}

/* ==============================================================================
	MenuPrice Area Settings
============================================================================== */
.MenuAndPriceArea {
	margin:			0;
	width:			100%;
}
.MenuAndPriceArea .MenuListArea {
	width:			90%;
	padding-top:		2%;
	padding-left:		3%;
	padding-right:		3%;
	padding-bottom:		2%;
	background-color:	#eee5d3;
	border:			1px solid #a28871;
}
.MenuAndPriceArea .MenuListArea .CourseArea .MenuArea {
	width:			100%;
}
