@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-y #FFF7E4;
}

body > #container {height:auto;}




/* ボタン　メイン -------------------- */

#main-navi {
	margin: 10px 0 20px;
	width: 210px;
	height: 390px;
}

#btns-restaurant a {
	display: block;
	width: 210px;
	height: 21px;
	background: url(../images/btns_restaurant2.gif) 0 0 no-repeat;
}

#btns-restaurant a:hover {
	background-color: #000;
}

#btns-restaurant a:hover img {
	visibility: hidden;
}

#btns-alacarte a {
	display: block;
	width: 210px;
	height: 18px;
	background: url(../images/btns_alacarte2.gif) 0 0 no-repeat;
}

#btns-alacarte a:hover {
	background-color: #000;
}

#btns-alacarte a:hover img {
	visibility: hidden;
}

#btns-course a {
	display: block;
	width: 210px;
	height: 18px;
	background: url(../images/btns_course2.gif) 0 0 no-repeat;
}

#btns-course a:hover {
	background-color: #000;
}

#btns-course a:hover img {
	visibility: hidden;
}

#btns-drink a {
	display: block;
	width: 210px;
	height: 18px;
	background: url(../images/btns_drink2.gif) 0 0 no-repeat;
}

#btns-drink a:hover {
	background-color: #000;
}

#btns-drink a:hover img {
	visibility: hidden;
}

#btns-restaurant-rsv a {
	display: block;
	width: 210px;
	height: 21px;
	background: url(../images/btns_restaurant_rsv2.gif) 0 0 no-repeat;
}

#btns-restaurant-rsv a:hover {
	background-color: #000;
}

#btns-restaurant-rsv a:hover img {
	visibility: hidden;
}


/* コンテンツ -------------------- */

#main-img {
	margin: 0px 0 30px;
}

.left2 {
	width: 365px;
	margin: 20px 0 0;
	float: left;
}

.right2 {
	width: 260px;
	margin: 20px 0 0;
	float: right;
}

.right2 img {
	margin: 10px 0 0;
}


.menu_title {
	padding: 4px 0 0px 7px;
	margin: 0 0 10px;
	height: 25px;
	background: url(../restaurant/images/menu_title_bg.gif) repeat;
	font-size: 14px;
	color: #333;
}

.course {
	margin: 30px 0 0;
}

.course .title {
	width: 660px;
	margin: 0 0 10px;
	float: left;
}

.course .photo {
	float: right;
	margin: 10px 0 0;
}


/* メニューテーブル-------------------- */

.menu-t {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 35px;
	font-size: 10px;
	line-height: 1.5em;
}

.menu-t th {
	padding: 6px 4px 6px 7px;
	width: 85%;
	text-align: left;
	border-bottom: dotted 1px #999;
	vertical-align: top;
}

.menu-t td {
	text-align: right;
	padding: 6px 8px 6px 0;
	width: 15%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
}

.menu-t .title-s {
	text-align: left;
	padding: 15px 8px 6px 7px;
	width: 100%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	color: #930;
	font-weight:bold;
}

.menu-t .caption {
	padding: 10px 0 0;
	text-align: right;
	border: none;
}



/* コーステーブル-------------------- */

.c-menu-t {
	width: 360px;
	border-collapse: collapse;
	margin: 0 0 30px;
	font-size: 10px;
	line-height: 1.2em;
	float: left;
}

.c-menu-t th {
	padding: 6px 4px 6px 7px;
	width: 20%;
	color: #930;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: center;
}

.c-menu-t td {
	padding: 6px 8px 6px 0;
	width: 80%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
}

.c-menu-t2 {
	width: 660px;
	border-collapse: collapse;
	margin: 0 0 30px;
	font-size: 10px;
	line-height: 1.2em;
	float: right;
}

.c-menu-t2 th {
	padding: 6px 4px 6px 7px;
	width: 10%;
	color: #930;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: center;
}

.c-menu-t2 td {
	padding: 6px 8px 6px 0;
	width: 80%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
}

.c-menu-t2 .caption {
	padding: 20px 0 0;
	text-align: right;
	border: none;
}