@charset "utf-8";
/* CSS Document */

@import url("sub.css");

#h2-1{
	width:570px;
	height:30px;
	background:url("../img/menu/h2_1.png") no-repeat bottom left;
	text-indent:-9999px;
}

#h2-2{
	width:570px;
	height:30px;
	background:url("../img/menu/h2_2.png") no-repeat bottom left;
	text-indent:-9999px;
}

h3{
	border-bottom:solid 1px #721A18;
	color:#721A18;
	font-weight:bold;
	font-size:100%;
	padding-bottom:3px;
	margin:25px 0 15px;
	width:550px;
	clear:both;
}

.pattern{
	margin:20px 0;
}

.menuList{
	float:left;
	margin-right:10px;
}
#topping {
	border:solid 1px #721A18;
	padding: 10px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#topping dt {
	color: #721A18;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
#topping dd {
	padding-top: 5px;
}

.frame{
	width:250px;
	height:193px;
	padding:8px;
}

.menuList .txt{
	padding:0 8px;
	text-align:center;
	margin-bottom:20px;
}

.menuTable{
	margin-left:5px;
}
.menuTable .img {
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding-bottom: 10px;
}
.menuTable th{
	text-align:left;
	padding-left: 20px;
}
#last-txt {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}