body { 
	font-family: "Osaka", "ＭＳ Ｐゴシック";
	background: url("img/bg_top_center.gif") center repeat-y;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	line-height: 140%;
	color: #111;
}

a:link{text-decoration:none;color:#870000;}
a:visited{text-decoration:none;color:#870000;}
a:hover{text-decoration:underline overline;color:#6C8EA6;}

.center {
	width: 800px;
	background: url("img/bg_top_center.gif") center repeat-y;
	text-align:left;
	font-size:12px;
	line-height:130%;
	clear: both;
	margin: 0 auto;
		  }
.center #btm{ text-align: center; padding: 5px 0; font-size: 11px; line-height: 130%}
.center #btm b{ font-size:12px}

.left {
	float:left;
/*おせちメニュー、おみやげメニュー無しの時
	width:200px; */
	width:275px;
	text-align:left;
	}
/*おせちメニュー、おみやげメニュー無しの時使用	
.news {
	float:left;
	width: 250px;
	text-align:left;
	margin:10px 75px;
	padding:5px 10px;
	background: url(img/bg_top_new.gif) repeat-y;
	}
*/
/*おせちメニュー、おみやげメニュー有りの時使用*/
.news {
	float:left;
	width: 230px;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
/*	background: url(img/bg_top_new.gif) repeat-y; */
	}
.news #ttl{ text-align: center;}

.right{
	float:left;
	width:275px;	
}
 
.tbl  { 
	background:  url('img/bg_top_center.gif') center top repeat-y fixed  }
.menu_img_left{
	float:left;
}
.menu_img_right{
	float:right;
}
*html .center{
	width:810px;
}
*html .left{
	width:280px;
}
*html .news{
	width:250px;
}
*html .right{
	width:280px;
}
