@charset "UTF-8";

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

/* ---------------------------------------
    コンテンツ、ヘッダー、フッター の
	配色とマージン
--------------------------------------- */
body{
	position: relative;
	min-width: 960px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 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;
}

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

#contents-popup{
	height: 580px;
	min-height: 580px;
}
#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}

#contents {
	overflow: hidden;
	clear: both;
	padding: 0px 0px;
	background-image: url(../img/hotelBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1350px;

}
