@charset "utf-8";
/* CSS Document */

/* メイン画像
---------------------------------------- */

#menu {
	margin-bottom:35px;
}

/* メニュー段組み
---------------------------------------- */

#menulist {
	width:840px;
	float:left;
	display:inline;
	margin:0 30px;
}

#menulist #menuleft {
	width:390px;
	float:left;
	padding-right:29px;
	border-right:#333333 1px solid;
}

#menulist #menuright {
	width:390px;
	float:right;
}

/* パスタ・ライス
---------------------------------------- */

#menulist #pasta {
	margin-bottom:30px;
}

#menulist #pasta h2 {
	color:#f39800;
	font-weight:bold;
	font-size:14px;
	line-height:1.7em;
	border-left:#f39800 5px solid;
	margin-bottom:10px;
	padding-left:5px;
}
	
#menulist #pasta table {
	background:url(../images/menu/pasta_bg.gif) no-repeat center;
	margin-bottom:10px;
}

#menulist #pasta table td {
	color:#666666;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}

#menulist #pasta table th,
#menulist #pasta table td {
	border-bottom:#f39800 1px solid;
	padding-top:15px;
}
	

/* アラカルト
---------------------------------------- */
#menulist #alacarte {
	margin-bottom:30px;
}

#menulist #alacarte h2 {
	color:#8fc31f;
	font-weight:bold;
	font-size:14px;
	line-height:1.7em;
	border-left:#8fc31f 5px solid;
	margin-bottom:10px;
	padding-left:5px;
}
	
#menulist #alacarte table {
	background:url(../images/menu/a-la-carte_bg.gif) no-repeat center;
	margin-bottom:10px;
}

#menulist #alacarte table td {
	color:#666666;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}

#menulist #alacarte table th,
#menulist #alacarte table td {
	border-bottom:#8fc31f 1px solid;
	padding-top:15px;
}
	
/* 魚・肉料理
---------------------------------------- */
#menulist #fish {
	margin-bottom:30px;
}

#menulist #fish h2 {
	color:#910000;
	font-weight:bold;
	font-size:14px;
	line-height:1.7em;
	border-left:#910000 5px solid;
	margin-bottom:10px;
	padding-left:5px;
}
	
#menulist #fish table {
	background:url(../images/menu/fish_bg.gif) no-repeat center;
	margin-bottom:10px;
}

#menulist #fish table td {
	color:#666666;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}

#menulist #fish table th,
#menulist #fish table td {
	border-bottom:#910000 1px solid;
	padding-top:15px;
}
	
/* 魚・肉料理
---------------------------------------- */
#menulist #set {
	margin-bottom:30px;
}

#menulist #set h2 {
	color:#0068b7;
	font-weight:bold;
	font-size:14px;
	line-height:1.7em;
	border-left:#0068b7 5px solid;
	margin-bottom:10px;
	padding-left:5px;
}
	
#menulist #set table {
	background:url(../images/menu/set_bg.gif) no-repeat center;
	margin-bottom:10px;
}

#menulist #set table td {
	color:#666666;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}

#menulist #set table th,
#menulist #set table td {
	border-bottom:#0068b7 1px solid;
	padding-top:15px;
}

#menulist #lunch {
	border-top:#333333 1px solid;
}

#menulist #lunch th {
	padding-top:15px;
}

#menulist #lunch td {
	font-weight:bold;
	font-size:18px;
}

#menulist #lunch .lunchfont {
	font-weight:bold;
	font-size:12px;
}
	








/* 汎用
---------------------------------------- */

.etc {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	margin:10px 0;
}

