@charset "utf-8";

/* ALOALO FOOD DRINK CSS */

#contents p {
	margin-bottom: 15px;
}
#contents h3 {
	background-image: none;
	padding: 0px;
	margin-bottom: 3px;
}
#contents .recommend h4 {
	font-size: 14px;
	line-height: 16px;
	color: #682417;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents .recommend p {
}
#contents .menuList {
	background-image: url(../images/fooddrink/menu_middle.gif);
	background-repeat: repeat-y;
	width: 350px;
	float: left;
}
#contents .menuList .menuListUpper {
	background-image: url(../images/fooddrink/menu_upper.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#contents .menuList .menuListBottom {
	background-image: url(../images/fooddrink/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 58px;
}
#contents .menuList .menuListBox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#contents .menuList .menuListBox h4 {
	font-size: 14px;
	line-height: 16px;
	color: #682417;
	float: left;
	margin-top: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
}
#contents .menuList .menuListBox p.price {
	float: right;
	font-size: 12px;
	color: #222222;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: right;
}
#contents .menuList .menuListBox p.comment {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A2E23;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#contents .menuPhoto {
	float: right;
	width: 170px;
}
#contents .menuPhoto h4 {
	margin-bottom: 2px;
}
#contents .menuPhoto p {
	text-align: right;
	color: #6A2E23;
}
