@charset "utf-8";

/* フード・ドリック */
#fooddrinkTop h2 {
	margin-bottom: 12px;
}
#fooddrinkTop p {
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
#fooddrinkTopList h2 {
	margin-bottom: 12px;
}
#fooddrinkTopList .thumBox {
	width: 140px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 7px;
	float: left;
}
#fooddrinkTopList h3 {
	margin-bottom: 3px;
}
#fooddrinkTopList h3 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
#fooddrinkTopList p {
	text-align: center;
	font-weight: bold;
}
#fooddrinkMenu {
	width: 190px;
}
#fooddrinkMenu h2 {
	font-size: 12px;
	line-height: 14px;
	color: #006D2C;
	background-image: url(../img/food_drink/menu_title.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-right: 10px;
	margin: 0px;
}
#fooddrinkMenu .catList {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9A01;
	border-left-color: #FF9A01;
}
#fooddrinkMenu .catList p {
	font-size: 10px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 8px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
}
#fooddrinkMenu .catList p a {
	color: #3A3A3A;
}
#fooddrinkMenu .catList ul {
	margin: 0px;
	padding: 0px;
}
#fooddrinkMenu .catList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	list-style-type: none;
}
#fooddrinkMenu .catList li a {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 6px 9px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
#fooddrinkMenu .catList li a:hover {
	background-color: #FFF7E8;
}
#fooddrinkMenu .catList li a.select {
	background-color: #FFF7E8;
}
#fooddrinkMenu .under {
	background-image: url(../img/food_drink/menu_under.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 15px;
}

/* フード・ドリック - カテゴリ別ページ */
#recomMenuList h2 {
	background-image: url(../img/food_drink/recom_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 12px;
	color: #755A00;
	padding: 11px;
	margin-bottom: 12px;
}
#recomMenuList h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
}
#recomMenuList p {
	margin-bottom: 18px;
}
#recomMenuList .recomBox {
}
#recomMenuList img.photo {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}
#recomMenuList .clearMarzine25 {
	clear: both;
	height: 25px;
}

#normaMenuList table {
	background-color: #F3BE00;
}
#normaMenuList th {
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
#normaMenuList th.title {
	background-image: url(../img/food_drink/nomal_list_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 12px;
	color: #755A00;
	font-weight: bold;
	text-align: center;
}
#normaMenuList td {
	background-color: #FFFFFF;
}
#normaMenuList p.tax {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 30px;
}
