@charset "utf-8";
#menu_info {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
	background-color: #6FC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 5px;
}

#menu_info h3 {
	color: #FFF;
	background-color: #F00;
	margin: 0px;
}
#menu_info p {
	font-size: 16px;
	color: #000;
	margin-top: 5px;
}
#menu_info .kome {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}


#left-menu {
	height: auto;
	width: 300px;
	float: left;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#right-menu {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 15px;
	margin-top: 20px;
}
#memo {
	height: auto;
	width: 620px;
	clear: left;
	text-indent: 50px;
	border: 2px solid #00C;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FC6;
}
#memo ul {
	list-style-type: square;
	list-style-position: inside;
	font-size: 12px;
}
tbody tr {
	font-size: 12px;
}




tr .menu {
	background-color: #FC0;
}
tr .price {
	background-color: #FF9;
	text-align: right;
}
#menu-photo {
	height: auto;
	width: 630px;
}
#menu-photo1 {
	float: left;
	height: auto;
	width: 305px;
	margin-top: 20px;
	margin-left: 5px;
}
#menu-photo2 {
	float: left;
	height: auto;
	width: 305px;
	margin-top: 20px;
	margin-left: 10px;
}
.menu-name  {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
.txt12px {
	font-size: 12px;
}

