@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;
}

/* コンテンツヘッド
------------------------------------------------------------*/
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: 350px;
	width: 740px;
}
#caption img {
	padding: 4px;
	border: 1px solid #82211d;
}
#caption #main-img {
	position: absolute;
	height: 300px;
	width: 480px;
}

#caption #menu01 {
	display: block;
	background: url(../../img/index/menu-title01.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu02 {
	display: block;
	background: url(../../img/index/menu-title02.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu03 {
	display: block;
	background: url(../../img/index/menu-title03.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu04 {
	display: block;
	background: url(../../img/index/menu-title04.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu05 {
	display: block;
	background: url(../../img/index/menu-title05.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu06 {
	display: block;
	background: url(../../img/index/menu-title06.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#caption #menu07 {
	display: block;
	background: url(../../img/index/menu-title07.gif) no-repeat;
	height: 40px;
	width: 480px;
	text-indent: -9999px;
}
#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;
}


