/* リゾートプラン、headerとsubのIR用 */

#header {
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #E7E8E6;
	height: 130px;
	background-image: url(img/resort_header_back.jpg);
	background-repeat: no-repeat;
}

#sub {
	width: 660px;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFCC33;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(img/inn_plus2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
