@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: 0 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: -200px -288px;
}
#lmenu09 a:hover {
	background-position: -200px -288px;
}


/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/09/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;
	line-height: 1.4em;
}

/* 画像とテキスト
------------------------------------------------------------*/
.set {
	clear: both;
	width: 740px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #82201D;
	margin-bottom: 10px;
}
.set .monthph {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #82211d;
}
.set .monthph2 {
	float: left;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #82211d;
}
.set .month {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
.set .mmenu {
	float: left;
	width: 520px;
}
.set .mmenu p {
	padding-bottom: 10px;
}
.set .mmenu strong {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}

.set .mmenu2 {
	float: left;
	width: 305px;
}
.set .mmenu2 p {
	padding-bottom: 10px;
}
.set .mmenu2 strong {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}
