@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :有限会社エージス Izutsu Akira
 style info :各CSSファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* ナビゲーション用
----------------------------------------------------------- */
@import url("navi.css");

/* レイアウト用
----------------------------------------------------------- */
@import url("layout.css");

/* 共通スタイル用
----------------------------------------------------------- */
@import url("style.css");

/* ヘッダー用
----------------------------------------------------------- */
@import url("header.css");

/* フッター用
----------------------------------------------------------- */
@import url("footer.css");

/* トップページ要素
---------------------------------------- */

div#menuMain {
	float: left;
	width: 585px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../image/bg/main_bg.jpg);
	padding-top: 10px;
}
* /* hide hack from Mac-IE5 \*/ html  div#menuMain { height: 1%; }/* end hiding */

div#menuMain p {
	color: #3B0704;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#food1 {
	background-image: url(../image/food/food1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 110px;
	height: 145px;
}

div#food2 {
	background-image: url(../image/food/food2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 110px;
	height: 145px;
}

div#food2 p {
	text-align: right;
}

div#food {
	margin-bottom: 10px;
	overflow: auto;
	margin-left: 5px;
}

div#food dl {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	margin-right: 15px;
}

div#food dl.last{
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

div#food dt {
	overflow: hidden;
}

div#food dd {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.1em;
}

div#food h3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #663300;
	text-align: center;
}

div#food p {
	margin: 0px;
}

div#food .price {
	color: #FFFFFF;
	background-image: url(../image/food/price.gif);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

/* ----------------------- メニュー種別Div*/

div.food_menu {
	margin-bottom: 30px;
	border: 1px dotted #9F3D22;
	width: 545px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

h3.menu	{
	clear: both;
	background-image: url(../image/bg/h3_bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 2px;
}

h4	{
	clear: both;
	padding-left: 10px;
	color: #990000;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8E534D;
}

/* ----------------------- テーブル*/

div.food_menu table {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	margin-top: 5px;
}

div.food_menu table td:hover {
	background-color: #E0D2C9;
}

div.food_menu th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
}

div.food_menu th {
	color: #612002;
	width: 35%;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #8B4B41;
	border-left-width: 1px;
	background-image: url(../image/bg/th.jpg);
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78231E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B4B41;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78231E;
}

div.food_menu td {
	text-align: right;
	color: #990000;
	width: 15%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}

/* ----------------------- ドリンク*/

#beer {
	width: 545px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/drink/beer_bg.jpg);
	background-repeat: no-repeat;
}

#beer table {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 55%;
	margin-top: 5px;
}

#beer th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #954345;
}

#beer th {
	color: #612002;
	width: 35%;
	font-weight: bold;
	padding-left: 25px;
}

#beer td {
	text-align: right;
	color: #990000;
	width: 15%;
}

#drink {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 575px;
}

#drink table {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#drink th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B444C;
}

#drink th {
	color: #612002;
	width: 70%;
	font-weight: bold;
	padding-left: 25px;
}

#drink td {
	text-align: right;
	color: #990000;
	width: 30%;
}

#sour {
	width: 270px;
	float: left;
	padding-left: 15px;
	background-image: url(../image/drink/sour_bg.jpg);
	padding-top: 45px;
	
}

#cocktail {
	width: 270px;
	float: right;
	background-image: url(../image/drink/cocktail_bg.jpg);
	padding-top: 45px;
	padding-left: 15px;
	
}

#soft {
	width: 545px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/drink/soft_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#soft table {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 55%;
	margin-top: 5px;
}

#soft th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #954345;
}

#soft th {
	color: #612002;
	width: 35%;
	font-weight: bold;
	padding-left: 25px;
}

#soft td {
	text-align: right;
	color: #990000;
	width: 15%;
}

