@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.07.13
Style Info:     drink css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Table*/
table.menusheet {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #a09472;
	border-bottom: 1px solid #a09472;
}
table.menusheet tr.cell_color th, table.menusheet tr.cell_color td {
	background: #f5f2eb;
}
table.menusheet th, table.menusheet td {
	font-size: 12px;
	line-height: 150%;
	padding: 8px 10px;
	/*border-top: 1px dotted #a09472;*/
	border-bottom: 1px dotted #a09472;
}
table.menusheet th {
	text-align: left;
	font-weight: normal;
}
table.menusheet td {
	text-align: right;
	font-weight: bold;
	color: #930;
}

