@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-meal.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: 0 -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
#lmenu07 a {
	background-position: 0 -216px;
}
#lmenu07 a:hover {
	background-position: -200px -216px;
}
#lmenu08 a {
	background-position: 0 -252px;
}
#lmenu08 a:hover {
	background-position: -200px -252px;
}
#lmenu09 a {
	background-position: 0 -288px;
}
#lmenu09 a:hover {
	background-position: -200px -288px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/index/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/* 見出しコピー
------------------------------------------------------------*/
#head-copy {
	padding-bottom: 20px;
}
#head-copy p {
	margin: 0px auto;
	width: 680px;
}

/* メニュー画像
------------------------------------------------------------*/
#caption {
	padding-bottom: 20px;
	position: relative;
	height: 300px;
	width: 740px;
}
#caption img {
	padding: 4px;
	border: 1px solid #82211d;
}
#caption #main-img {
	position: absolute;
	height: 300px;
	width: 480px;
}
#caption #ippin {
	position: absolute;
	height: 300px;
	width: 240px;
	left: 500px;
}
#caption #ippin em {
	display: block;
	background: url(../../img/common/ippin-title.gif) no-repeat;
	height: 50px;
	width: 240px;
	text-indent: -9999px;
}
/**/
#caption #ippin p {
	line-height: 1.5em;
	overflow: auto;
	width: 240px;
}


/* おしながき
------------------------------------------------------------*/
#meal-menu {
	min-height: 300px;
	width: 730px;
	padding-bottom: 20px;
	background: url(../../img/common/menu-bg.gif) no-repeat right bottom;
	padding-left: 10px;
}
* html #meal-menu {
	height: 300px;
}
#meal-menu h4 {
	background: url(../../img/common/menu-title.gif) no-repeat left top;
	height: 50px;
	text-indent: -9999px;
}
#meal-menu dl {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#meal-menu dt {
	display: block;
	clear: both;
	float: left;
	width: 80px;
	padding: 5px;
}
#meal-menu dd {
	display: block;
	float: left;
	width: 600px;
	padding: 5px;
}
#meal-menu p {
	clear: both;
	font-size: 10px;
}
