/* CSS Document */

@charset "shift_jis";

/*===========================================
コンテナー
============================================*/
#container {
	width: 580px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

/*===========================================
ヘッダー
============================================*/
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

/*===========================================
グローバルナビゲーション
============================================*/
#globalNavigation {
	width: 550px;
	height: 45px;
	margin: 0 15px 20px 15px;
	padding: 0;
}

/*------  東日本 ------*/
#navbar01 {
	float: left;
	width: 440px;
	height: 45px;
	background: url(../img/navback01.jpg);
	background-repeat: no-repeat;
}

#globalNavigation #navbar01 ul {
	list-style-type: none;
	margin: 30px 0 0 120px;
	padding: 0;
}

#globalNavigation #navbar01 ul li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	font-size: 0.85em;
	letter-spacing: 0.01em;
}

#navbar02 {
	float: right;
	width: 110px;
	height: 45px;
}

#navbar02 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar02.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -1000em;
    text-decoration: none;
}

#navbar02 a:hover {
	background-image: url(../img/navbar02.jpg);
    background-position: -0px -45px;
}

/*------  西日本 ------*/
#navbar03 {
	float: left;
	width: 440px;
	height: 45px;
	background: url(../img/navback02.jpg);
	background-repeat: no-repeat;
}

#globalNavigation #navbar03 ul {
	list-style-type: none;
	margin: 30px 0 0 120px;
	padding: 0;
}

#globalNavigation #navbar03 ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 0.85em;
	letter-spacing: 0.02em;
}

#navbar04 {
	float: right;
	width: 110px;
	height: 45px;
}

#navbar04 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar01.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -1000em;
    text-decoration: none;
}

#navbar04 a:hover {
	background-image: url(../img/navbar01.jpg);
    background-position: -0px -45px;
}


/*===========================================
メインコンテンツ
============================================*/
#mainContent {
	clear: both;
	width: 550px;
	margin: 0 15px 0 15px;
	padding: 0;
}

.hotel {
	clear: both;
	width: 550px;
	margin: 0;
	padding: 0;
}


.hotelArea {
	display: inline;
	float: left;
	border-left: 4px solid #7fe0f8;
	height: 15px;
	padding: 0.5em;
	margin: 0;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.02em;
}

.hotelName {
	clear: both;
	background: url(../img/title_back.gif) no-repeat;
	width: 550px;
	height: 26px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.textName {
	position: relative;
	top: 5px;
	left: 10px;
}

.caption {
	width: 550px;
	height: 27px;
}

.caption p {
	font-size: 0.75em;
	color: #333333;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 7px 0 0 0;
}

.tokuten {
	float: left;
	width: 221px;
	height: 145px;
	margin: 0 0 0 4px;
	padding: 0;
}

.tokuten01 {
	float: left;
	width: 221px;
	height: 173px;
	margin: 0 0 0 4px;
	padding: 0;
}

.priceArea {
	float: right;
	width: 315px;
	height: 145px;
	margin: 0;
	padding: 0;
}

.planText {
	font-size: 0.85em;
	color: #76b042;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.planText01 {
	font-size: 0.75em;
	color: #76b042;
	font-weight: bold;
	letter-spacing: -0.09em;
}

.useText {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin: 5px 0 0 4px;
}

.aicon {
	vertical-align: top;
}

.price {
	line-height: 1.6em;
	font-size: 0.85em;
	color: #333333;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.red_B {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}

.btn {
	margin: 0;
	padding: 5px 0 0 0;
}

.topArea {
	clear: both;
	width: 550px;
	font-size: 0.75em;
	padding: 0;
	margin: 8px 0 25px 0;
	letter-spacing: 0.02em;
}

.margin_bottom10 {
	margin: 0 0 10px 0;
}

