@charset "UTF-8";
.menu_box {
	width: 610px;
}
.tittle {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 20px;
}
.line {
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu01 {
	padding: 5px;
	width: 180px;
	border: 1px solid #999;
	float: left;
	margin-right: 15px;
}
.menu02 {
	padding: 5px;
	width: 180px;
	border: 1px solid #999;
	float: left;
}
.menu_name {
	background-image: url(../images/menu/testu_redbar.png);
	background-repeat: no-repeat;
	height: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 5px;
	width: 90px;
	float: left;
}
.menu_text {
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_text p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
}
.menu_btn {
	text-align: right;
	width: 70px;
	float: right;
}
.drink_menu {
	width: 610px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.drink_menu dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
}
.drink_menu dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	float: left;
	line-height: 30px;
	clear: both;
	width: 240px;
	font-weight: bold;
}
.drink_menu dl dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: right;
}
.left {
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 300px;
}
