body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(../../top-img/back-body.jpg);
}
h1 {
	font-size: 37px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}
h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	font-weight: bold;
	clear: both;
	background-image: url(../basic-img/level1-title.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#layout-all {
	background-image: url(../../top-img/all-back.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	min-width: 920px;

}
/*ヘッダースタイル*/
#layout-header {
	width:100%;
	min-width:920px;
	background-image: url(../../top-img/top-header-back.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 60px;
}
.site-width{
	width:920px;
	margin-right: auto;
	margin-left: auto;
	}
#layout-header h1 {
	float: left;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 136px;
	width: 342px;
	background-image: url(../../top-img/nigiri-chojiro.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 20px;
}
#layout-contact {
	float: right;
	width: 155px;
	margin-right: 10px;
	padding-top: 10px;
}
#layout-contact a {
	color: #FFFFFF;
}
#layout-contact    a:hover {
	color: #FF9900;
}

#contents-navi {
	float: left;
}
#contents-navi li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#corp {
	display: block;
	margin-top: 20px;
}


/*内容エリア*/
#layout-main {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../top-img/back-contents.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*最新情報エリア*/
#news-div {
	width: 355px;
}
#news {
	text-indent: -999px;
	background-image: url(../../top-img/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 10px;
}
#news-div dl {
	margin-bottom: 10px;
}
#news-div dt {
	width: 80px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #FFF;
}
#news-div dd {
	color: #FFF;
	width: 270px;
	float: right;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#news-div a {
	color: #E7EBF8;}
#news-div a:hover {
	color: #F60;
}

/*お品書きエリア*/
#contents-div {
	width: 546px;
}
#menu-list {
	width: 558px;
	margin-left: -12px;
}
#menu-list li {
	float: left;
	width: 172px;
	margin-bottom: 12px;
	margin-left: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	border: 1px solid #999;
}
#menu-list li a {
	display: block;
	text-align: center;
	color: #000000;
	padding-top: 90px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu-list li a:hover {
	color: #F60;
}
#ground {
	background-image: url(../../top-img/grand.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#lunch {
	background-image: url(../../top-img/set.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#takeout {
	background-image: url(../../top-img/takeout.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#kaiseki {
	background-image: url(../../top-img/kaiseki.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#set {
	background-image: url(../../top-img/set1.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#season {
	background-image: url(../../top-img/season.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#menu {
	text-indent: -999px;
	overflow: hidden;
	background-image: url(../../top-img/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 20px;
	margin-top: 10px;
}
/*フッタースタイル*/
#footer {
	background-color: #312E26;
	clear: both;
	width: 100%;
	min-width: 920px;
}
.scroll {
	background-color: #312E26;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	margin: 0px;
}

#footer-main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #CCCCCC;
	position: relative;
  overflow:hidden;
}
#footer-main:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html #footer-main{
  zoom:1;/* for hasLayout */
  overflow:visible;
}
.gotop {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#footer-main h6 {
	font-weight: normal;
	font-size: 10px;
}
#copylight {
	float: left;
}

#footer-main h6 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
#footer-menu {
	float: right;
	width: 300px;
}
#footer-menu li {
	float: right;
	display: inline;
	margin-right: 10px;
}
#footer-menu a {
	color: #FFFFFF;
	background-image: url(../basic-img/link-mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#footer-menu a:hover {
	color: #FF9900;
}
#copylight {
	float: left;
	margin-bottom: 20px;
}


/*2014.10.28追加はじめ*/
#bx-pager {
	width: 925px;
	margin-left: -5px;
	text-align: center;
	height: 66px;
	overflow: hidden;
	margin-bottom: 20px;
}

#bx-pager a {
	display: inline-block;
	width: 176px;
	height: 66px;
	overflow: hidden;
	margin-left: 5px;
}
#bx-pager a img {
	height: 66px;
	width: 176px;
}
/*追加終わり*/


/*トリップアドバイザー*/
.bt-sp20 {
	margin-bottom: 20px;
}
#tripadvisor {
	background-color: #FFF;
	overflow: auto;
	float: left;
	width: 710px;
	border: 3px solid #589442;
	padding: 2px;
	display: table;
}
.gopage {
	display: inline-block;
	float: right;
	margin-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #589442;
	color: #FFF;
}
#houzenji {
	float: right;
}
#tripadvisor > div {
	display: table-cell;
	vertical-align: middle;
}
#tripadvisor h5 {
	color: #589442;
	line-height: 140%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	padding: 5px;	
	height: 100%;
}
#TA_certificateOfExcellence996 {
	float: left;
}
#TA_cdsratingsonlynarrow479 {
	float: right;
	margin-left: 10px;
}
#CDSWIDCOE {
	margin: 0px!important;
	border: none!important;
}
#CDSWIDCOE.widCOE .widCOELink a {
	display: none;
}
#CDSWIDCOE img {
	width: 60% !important;
	height: auto;
	margin-left: auto!important;
	margin-right: auto!important;
}