#contents .menuPage {
	margin: 2px;
	padding: 5px;
	height: 100%;
}
#contents .menu {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	background-image: url(../../menu/img/menu_midashi_marker.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents ul {
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}

#contents .menu li {
	list-style-type: none;
}

#contents .menu .midashi {
	background-image: url(../../menu/img/menu_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #A35B21;
	border-right-color: #A35B21;
	border-bottom-color: #A35B21;
	border-left-color: #A35B21;
	font-size: 0.85em;
	padding-left: 5px;
}
#contents .menu .menuItem {
	display: block;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#contents .menu .menuName {
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
	line-height: 1em;
	display: block;
	float: left;
	padding-right: 10px;
}
#contents .menu .menuPrice {
	float: right;
	display: block;
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	font-weight: bold;
	color: #660000;
}
