.bar{
	height:18px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/bar/bar_v.png);
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}

.contents{
	width:100%;
	height:680px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

.frame{
	position:absolute;
	top:10px;
	left:170px;
	width:580px;
	height:620px;
	background-color: #000000;
}

.menutitle{
	width:200px;
	height:30px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../img/price/price.png);
}

.menulist{
	margin-top:15px;
	margin-left:370px;
	margin-right:20px;
	height:250px;
	width:210px;
	background-position:bottom;
	background-repeat:no-repeat;
	/*background-image:url(../img/price/pricemenuset.png);*/
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.menulist h3{
	margin-top: 2px;
	font-size:12px;
	font-weight:bold;
}

.menulist p{
	margin-top: 2px;
	margin-left: 3px;
}

.menulist table{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
}

.menulist tr{
	border-bottom: 1px solid gray;
}

.menulist th {
	width: 142px;
}

.menulist th, .menulist td{
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.menuimage1{
	position:absolute;
	left:80px;
	top:60px;
	width:250px;
	height:180px;
	background-color:#444444;
	background-repeat:no-repeat;
	background-image:url(../img/price/pict/img5.jpg);
	border:solid 1px #FFFFFF;
}

.menuimage2{
	position:absolute;
	left:30px;
	top:230px;
	width:180px;
	height:240px;
	background-color:#666666;
	background-repeat:no-repeat;
	background-image:url(../img/price/pict/img2.jpg);
	border:solid 1px #FFFFFF;
}

.menuimage3{
	position:absolute;
	left:140px;
	top:430px;
	width:210px;
	height:180px;
	background-color:#888888;
	background-repeat:no-repeat;
	background-image:url(../img/price/pict/img4.jpg);
	border:solid 1px #FFFFFF;
}

.delivery{
	text-align:right;
	font-size:12px;
	margin-top:40px;
	margin-left:230px;
	margin-right:10px;
}

.menuitem{
	margin-top: 15px;
}