@charset "UTF-8";

/*	Food & Drink メニュー	*/

dl.menu dt{
	margin: 0;
	width: 350px;
	float: left;
	clear: both;
	line-height: 150%;
	border-bottom: 1px solid #999;
}

dl.menu dd{
	margin: 0 0 0 350px;
	text-indent: -3px;	/* for IE bug*/
	line-height: 150%;
	border-bottom: 1px solid #999;
}

html>body dl.menu dd{
	text-indent: 0;
}

dl.menu dd.price{
	text-align: left;
	color: #111;
}

