@charset "utf-8";

#header {
	background-color: #FFFFFF;
	height: 200px;
	width: 825px;
}


#header h1{
	width: 825px;
	height: 165px;
}
h2 {
	clear: both;
}
#index{
	padding-top: 15px;
	padding-bottom: 15px;
}

#index li{
	width: 185px;
	float: left;
	height: 25px;
	padding-right: 5px;
}

#index li.lastchild{
	padding-right: 0px;

}

#menu{
	width: 565px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E36D4A;
	padding-bottom: 10px;
}



#menu table{
	width: 395px;
	float: left;
}

#menu table th{
	padding-bottom: 7px;
	padding-top: 5px;
}

#menu .photo{
	width: 165px;
	float: right;
	text-align: right;
	padding-top: 30px;
}

#menu .photo li{
	padding-bottom: 15px;
}

.title{
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #498263;
	line-height: 1.2em;
	color: #502b1b;
	font-size: .9em;
}

.price{
	text-align: right;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #498263;
	line-height: 1.2em;
	font-weight: bold;
	color: #502b1b;
	font-size: .9em;
	white-space:nowrap;
	padding-left: 5px;
}

.explain{
	width: 395px;
	font-size: .75em;
	padding-bottom:12px;
	line-height: 1.2em;
}

.coment{
	color: #E36D4A;
	font-size: 0.8em;
	line-height: 1.2em;
}

.cocktail{
	text-align: right;
	font-weight: bold;
	color: #502b1b;
	font-size: .9em;
	padding-top: 0px;
}