@charset "utf-8";


body {
	background-color: #EAE2D5;
	margin: 0;
	padding: 0;	
}

img {
	border: none;	
}

/* ヘッダー
========================================================================== */
#global-header {
	background: url(../img/header-bg.jpg) #002651 repeat-x;
	height: 70px;
}

#global-header .inner {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#global-header h1,
#global-header h2 {
	display: inline;
	margin: 0;
	padding: 0;	
}

#global-header h1 {
	position: absolute;
	top: 30px;
	left: 0;
}

#global-header h2 {
	position: absolute;
	top: 39px;
	left: 172px;
}


/* メインビジュアル
========================================================================== */
#visual {
	background: url(../img/visual-bg.jpg) #EAE2D5 repeat-x;	
}

#visual .inner {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;		
}

/* メイン
========================================================================== */
#main {
	background: url(../img/main_bg.jpg) no-repeat center top;	
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;	
}

#main:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;}

#main #hotel4 {
	width: 386px;
	float: left;
	margin: 0 0 0 20px;
}

#main #hotel5 {
	width: 386px;
	float: right;
	margin: 0 20px 0 0;
}

/* フッター
========================================================================== */
#global-footer {
	background: url(../img/footer-bg.jpg) #002651 repeat-x;
	text-align: center;
	margin: 0;
	padding: 20px 0;	
}

p.copy {
	color: #FFF;
	font-size: 12px;
}