@charset "shift_jis";

/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*====================================================
全体
====================================================*/
#mainArea {
	font: normal 12px/100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 580px;
	height: auto;
}

#mainArea img {
	border: none;
}

.hotelBox {
	margin: 30px 10px 0px;
	padding: 0px;
	clear: both;
}

.fontB {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}

.photo {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}

.leftBox {
	float: right;
	width: 340px;
	margin-right: 10px;
}

#mainArea .hotelBox .leftBox p {
	margin: 0px;
	padding: 15px 0px;
	line-height: 130%;
	text-align: justify;
}

.fontRed {
	color: #FF0000;
	padding-bottom: 12px;
	line-height: 150%;
	clear: both;
}

.charge {
	width: 250px;
	text-align: right;
	line-height: 150%;
	color: #000000;
	float: left;
}

.fontSmall {
	font-size: 11px;
	color: #666666;
}

.fontRed2 {
	color: #FF0000;
	font: bold 18px Arial, Helvetica, sans-serif;
}

#mainArea .hotelBox .leftBox .leftBox2 img {
	float: right;
}

#mainArea h1 {
	margin: 0px;
	padding: 0px;
}

.icon {
	width: 44px;
	float: right;
	margin-top: -2px;
}



#mainArea #photo {
	padding-top: 10px;
}


/*====================================================
ナビエリア
====================================================*/

/* リスト全体 */
#mainArea #navi {
	background: url(img/navi.gif) no-repeat;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#mainArea #navi ul {
	margin: 0px;
	padding: 0px;
}

#mainArea #navi li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#mainArea #navi li a {
	float: left;
	display: block;
	height: 40px;
	text-indent: -10000em;
	text-decoration: none;
	overflow: hidden;
}

/*------ ナビ_01 ------*/
.navi01 a {
	background: url(img/navi.gif) no-repeat 0px 0px;
	width: 116px;
}

.navi01 a:hover {
	background-image: url(img/navi.gif);
    background-position: 0px -40px;
}

.here01 a {
    background-image: url(img/navi.gif);
    background-position: 0px -40px;
	width: 116px;
}

/*------ ナビ_02 ------*/
.navi02 a {
	background: url(img/navi.gif) ;
    background-position: -116px 0px;
    background-repeat: no-repeat;
	width: 116px;
}

.navi02 a:hover {
	background-image: url(img/navi.gif);
    background-position: -116px -40px;
}

.here02 a {
	background-image: url(img/navi.gif);
    background-position: -116px -40px;
	width: 116px;
}


/*------ ナビ_03 ------*/
.navi03 a {
	background: url(img/navi.gif) ;
    background-position: -232px 0px;
    background-repeat: no-repeat;
	width: 116px;
}

.navi03 a:hover {
	background-image: url(img/navi.gif);
    background-position: -232px -40px;
}

.here03 a {
	background-image: url(img/navi.gif);
    background-position: -232px -40px;
	width: 116px;
}


/*------ ナビ_04 ------*/
.navi04 a {
	background: url(img/navi.gif) ;
    background-position: -348px 0px;
    background-repeat: no-repeat;
	width: 116px;
}

.navi04 a:hover {
	background-image: url(img/navi.gif);
    background-position: -348px -40px;
}

.here04 a {
	background-image: url(img/navi.gif);
    background-position: -348px -40px;
	width: 116px;
}


/*------ ナビ_05 ------*/
.navi05 a {
	background: url(img/navi.gif) ;
    background-position: -464px 0px;
    background-repeat: no-repeat;
	width: 116px;
}

.navi05 a:hover {
	background-image: url(img/navi.gif);
    background-position: -464px -40px;
}

.here05 a {
	background-image: url(img/navi.gif);
    background-position: -464px -40px;
	width: 116px;
}


#mainArea .hotelBox clearfix .leftBox .leftBox2 a:hover img {
	opacity: 0.7;
	filter: alpha (opacity=70);/*for IE*/
}
