@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background: url(../p-img/4816_1/4816_bg.jpg) repeat fixed;
	background-color:#FFFFFF;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color: #FFF3F3;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#FFFFFF;
	border-top:3px solid #af8912;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #af8912;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#684b10;
	font-weight: bold;
	border-left:7px solid #af8912;
}

/* ノードの見出しカラー H3 */
#contents-area .box #menu_text {
	margin-top: 20px;
	/*border-top: 1px dashed #CBAA38;*/
}

#contents-area .box #menu_text h3 {
	font-weight: bold;
	border: none;
	color: #DBB11C;
	text-align: center;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #CC6104;
}

#contents-area .box #menu_text p {
	padding: 0!important;
	margin:0!important;
}


/* node_001設定 */
#contents-area .box .right-img {
	width:350px;
	margin:0 20px 0 0;
	float:right;
}

#contents-area .box .right-img p {
	margin:0;
	padding:0;
}

#contents-area .box .left-txt {
	margin:0 370px 0 0;
}

#node_001 {
	font-size: 130%;
	font-weight: bold;
}

/* 季節のメニュー */
#contents-area .box .left-img {
	width:300px;
	margin:0 0 0 20px;
	float:left;
}

#contents-area .box .left-img p {
	margin:0;
	padding:0;
}

#contents-area .box .right-txt {
	margin:0 0 0 320px;
}

/* お食事の画像 */
#contents-area .box #food_img div#food_txt {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#contents-area .box #food_img p {
	margin-top: 0;
	margin-bottom: 0;
}

#contents-area .box #food_img p img {
	margin-top: 0;
	margin-bottom: 0;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/4816_2/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#CCCCCC;
	border: 1px solid #999999;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/4816_1/ico_dt.gif) left center no-repeat;
}

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: 1px solid #edc468;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#684b10;
	background-color:#f9e39a;
}

/* アクセスマップを下に移動調整 */
#contents-area #menu-bottom-area .map_area {
	clear: both!important;
	background: none!important;
	padding-top: 10px;
}

#contents-area #menu-bottom-area .map_area h2{
	background: #FFFFFF!important;
}

#contents-area .box .map {
	margin: 0 0 0 0;
	background: #FFFFFF;
}

/* ウィンドウが640px未満時の「About Us」のカラー */
@media screen and (max-width:640px){

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: none;
}

#contents-area #menu-bottom-area .box table th{
	color:#443102;
	background:transparent url(../p-img/4816_1/ico_dt.gif) left center no-repeat;

}

#contents-area .box .right-img, #contents-area .box .left-img {
	width:auto;
	margin:10px 10px 0;
	float:none;
}

#contents-area .box .left-txt, #contents-area .box .right-txt {
	margin:0 0 0 0;
}

#node_001 {
	font-size: 120%;
	font-weight: bold;
}

#contents-area #menu-bottom-area .map_area {
	padding-top: 0;
}

#contents-area .box #food_img div#food_txt {
	margin: 20px 10px 0 10px;
}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#FFFFFF;
}

#footer-area .link {
	border-bottom:1px solid #efefef;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #999999;
}










