@charset "UTF-8";

/* ==========================================
    固定レイアウト、フレームワーク用
========================================== */
/* ---------------------------------------
    コンテンツ、ヘッダー、フッター の
	横幅指定とセンタリング
--------------------------------------- */
#page,
#globalHeader,
#globalFooter,
#contents-popup,
#subNav,
#contents-hotel,
#bnr{
	width:100%;
	min-width:990px;
}
.inner {
	width: 970px;
	margin: 0 auto;
	padding:0 10px;
	clear: both;
}
#page{
	overflow: hidden;
}

/* ---------------------------------------
    コンテンツ、ヘッダー、フッター の
	配色とマージン
--------------------------------------- */
body{
	/*background: url(../images/loading.gif) no-repeat center center #fff;*/
	position: relative;
	min-width:960px;
	background: url(../images/slide_bg.jpg) repeat-x left top;
}

html,
body{
	height: 100%;
}

#globalHeader{
	padding: 25px 0;
	height: 110px;
	background: #fff;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);

	position: relative;
	
	z-index: 100;
}
#globalFooter{
	background: #FFF;
	position: inherit;
	text-align: center;
	padding: 0;
	clear: both;
	height: 150px;
}

#globalHeader .inner{
	position: relative;
	z-index: 500;
}
#globalFooter .inner{
	padding: 30px 0 30px
}

#contents-popup{
	height: 550px;
	min-height: 550px;
}
#contents-popup .inner{
	height: 100%;
	min-height: 550px;
	position: relative;
}
#contents-popup,
#contents-popup .inner{
	_height: 550px !important;
}


/* ==========================================
    グリッド
========================================== */
/* ---------------------------------------
    totalClm12
    1clm = W55 * H34
    gut30 mgBTM19
    totalW990
--------------------------------------- */
.gr1,
.gr2,
.gr2half,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12{
	float:left;
	margin:0 2px;


	
	/* for IE6/7 */
	*display: inline;
	*zoom: 1;
}

.grF{	margin-left: 0;}
.grL{	margin-right: 0;}
.flR{	float: right;}

.gr1{ width: 55px;}
.gr2{ width: 130px;}
.gr2half{ width: 174px;}
.gr3{ width: 225px;}
.gr4{ width: 310px;}
.gr5{ width: 395px;}
.gr6{ width: 480px;}
.gr7{ width: 565px;}
.gr8{ width: 650px;}
.gr9{ width: 735px;}
.gr10{ width: 820px;}
.gr11{ width: 905px;}
.gr12{ width: 990px; margin: 0 0 19px}

.test .gr2half{
	padding: 200px 0;
	background: #efefef;
}
#contents_food {
	background: url(../images/bg.png);
}
#gourmetInfo {
	float: left;
	width: 170px;
}
#gourmetInfo .gourmetTtl {
	margin-bottom: 35px;
}
#gourmetInfo .gourmetKoko {
	margin-bottom: 13px;
}
#gourmetInfo .gourmetInfo {
	margin-bottom: 22px;
}
#gourmetPhoto {
	float: right;
	width: 750px;
}
.food {
	width: 358px;
	float: left;
}
.foodPhoto {
	margin-bottom: 5px;
}
.foodName {
	margin-bottom: 14px;
	margin-left: -6px;
}
#sazaedon {
	margin-right: 34px;
}
#contents {
	background: url(../img/bg.png);
	overflow: hidden;
	clear: both;
	padding: 30px 0px;
}
#geopark {
	border: 1px solid #000;
	padding: 5px 27px 20px;
	float: left;
	width: 517px;
	margin-bottom: 26px;
}
#info {
	width: 431px;
	float: left;
}
