@charset "UTF-8";
#menu{
	width: 840px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.menu_f01{
	width:370px;
	font-weight:bold;
	color:#A72126;
	float:left;
}
.menu_f02{
	width:350px;
	float:left;
}
.menu_f03{
	width:100px;
	text-align:right;
	float:left;
}
ul {
	padding-left: 20px;
}
li {
	list-style-type:disc;
}
.font{
	font-weight:bold;
	color:#A72126;
}
.drink{
	height:20px;
	background-image:url(img/menu/drink.gif);
	background-repeat:no-repeat;
	padding-left:45px;
	font-weight:bold;
}
.drink_bo{
	margin:5px 0px 20px 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
.item-box {
    float:left;
    width:160px;
    margin-right:10px;
}

.item-box img{
    margin-bottom:10px;
}

.item-box:last-child{
    margin-right:0;
}

.item-price-area{
    font-size:11px;
}
.item-price{
    font-size:16px;
    color:#f00;
    font-weight:bold;
}
.item-info{
    padding:5px;
    border:1px dotted #999;
    min-height:250px;
}
h3{
    background:#61962a;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding:4px;
    margin-bottom:10px;
}
