﻿@charset "utf-8";

/*
　MENU　style--------------------------------*/

/*グローバルタイトル*/
h2#gtit {
	background: url(../images/gtit.gif) no-repeat;
}

.menuTit {
	margin: 0 0 10px;
}

.menu {
	margin: 0 0 50px;
}

ul.menuNotice {
	list-style: none;
}

ul.menuNavi {
	list-style: none;
	width: 620px;
	margin: 0 auto;
}

ul.menuNavi li {
	float: left;
	margin: 0 25px 0 0;
}



table.menuPrice {
	width: 650px;
	margin: 0 auto 20px;
}

table.menuPrice th{
	background-color: #A97B50;
	line-height: 1.5;
	padding: 5px;
	color: #FFF;
	text-align: left;
	padding-left: 20px;	
}


table.menuPrice td{
	font-size: 90%;
	width: auto;
	padding: 5px 0 5px 20px;
	width: 250px;
	vertical-align: top;
	border: solid 1px #D0B69D;
	background-color: #F5F4EB;
}

ul.matsugePrice {
	margin: 0 0 0 20px;
}

ul.matsugePrice li{
}

ul.matsugePrice li.menuTxt {
	font-weight: bold;
	font-size: 110%;
	color: #533C26;
	list-style: none;
	margin: 0 0 0 -20px;
}



