@charset "utf-8";
/*=======================================
レストランページ共通利用CSS
=======================================*/

/* ページ上部のメニュー */
#PageTopMenu {
	width:777px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:17px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	background-image:url(../img/menu_bg_img.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* ページタイトル部分 */
#PageTitle {
	width:782px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
}

/* ページ内容表示領域 */
#PageContBox {
	width:782px;
	height:auto;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* ページ内タイトル */
.title {
	padding-bottom:5px;
	padding-top:3px;
	font-size:12px;
}
.telno {
	font-size: 14px;
	line-height: 2em;
}
table {
	font-size: 12px;
	line-height: 1.75em;
}

table .menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #867466;

}
table .menu_course {
	font-size: 12px;
	font-weight: bold;
	color: #92324A;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 10px;

}
table .menu_naiyou {
	font-size: 12px;
	margin-bottom: 15px;
}
.j_wed_title {
	font-size: 14px;
	line-height: 1.5em;
	color: #D96A6A;
	font-weight: bold;
}
.j_wed_box {
	margin-bottom: 15px;
}
.j_wed_txt {

	font-size: 12px;
	line-height: 1.25em;
	padding: 5px;
}
.j_wed_title_12px {

	font-size: 12px;
	line-height: 1.5em;
	color: #D96A6A;
}
.j_wed_price {
	font-size: 16px;
	line-height: 1.5em;
	color: #C43333;
	font-weight: bold;
	letter-spacing: 1px;
}
