﻿
/* ---------------------------------------------------------------- *
	jquery-tabs(タブ)の設定です
 * ---------------------------------------------------------------- */

#tabs {
	font-size: 90%;
	margin: 20px 0;
}

#tabs ul {
	clear:both;
	float: left;
	background: transparent;
	width: 100%;
	padding-top: 4px;
}

#tabs li {
	/*margin-left: 8px;*/
	list-style: none;
}

* html #tabs li {
	display: inline;
}

#tabs li, #tabs li a {
	float: left;
}


#tabs div {
	/*background: #FFFFCC;*/
	clear: both;
	padding-top:0px;
	padding-bottom:50px;
	min-height: 200px;
	font-weight:normal;
	background:url(../img/report_bottom.png) no-repeat bottom left;
}


#tab-1 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top01.png) no-repeat bottom left;
}

#tab-2 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top02.png) no-repeat bottom left;
}

#tab-3 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top03.png) no-repeat bottom left;
}

#tab-4 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top03.png) no-repeat bottom left;
}

#tab-5 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top03.png) no-repeat bottom left;
}

#tab-6 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top04.png) no-repeat bottom left;
}

#tab-7 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top04.png) no-repeat bottom left;
}

#tab-8 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top04.png) no-repeat bottom left;
}

#tab-9 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top05.png) no-repeat bottom left;
}


#tab-10 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/5report_top05.png) no-repeat bottom left;
}




#tabs div h4 img{
	width:736px;
	height:50px;
	margin:0px;
	top:40px;
}



#tabs div p {
	padding:3px 40px 0px;
	font-size:14px;
	background:url(../img/report_line.png) repeat-y;
	line-height: 25px;
	margin:0px;
}

#tabs ul li a {
	text-decoration: none;
	/*padding: 8px;*/
	color: #0000ff;
	font-weight: bold;
}

.tab_thumbs {
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:5px;
	color:#996600;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0.2em;
}





#what_list ul {
	float: left;
	display:block;
	width:736px;
	background: transparent;
	width: 100%;
	padding-top: 4px;
}

#what_list li {
	list-style: none;
}

#what_list li {
	display: inline;
}

#what_list li, #what_list li a {
	width:368px;
	float: left;
}

p.white_text {
	font-size:13px;
	color:#ffffff;
	margin:0px;
}

.rooms_design {	
	width:736px;
	background:url(../img/report_main.png) repeat-y;
	margin:0px;
	padding:0px 20px ;

}



.rooms_fee {	
	width:736px;
	background:url(../img/report_main.png) repeat-y top left;
	margin:0px;
	padding:0px 5px ;
}

.rooms_fee table{
	background: #ffffff;
	width:660px;
	border-top:1px solid #846A4B;
	border-right:1px solid #846A4B;
	margin:0px auto;
	padding-left:0px auto;
	border-collapse:collapse;
	}
				
	
.rooms_fee tr.odd td,
.rooms_fee tr.odd .column1 {
	background:#DEC18E;
	}	
.rooms_fee .column1	{
	background:#C1AD94;
	}
.rooms_fee td {
	color:#795848;
	border-bottom: 1px solid #846A4B;
	border-left:1px solid #84754B;
	text-align:center;
	}				
.rooms_fee th {
	font-size:normal;
	color: #795848;
	text-align:center;
	border-bottom: 1px solid #846A4B;
	border-left:1px solid #84754B;
	}	
.rooms_fee thead th {
	background:#DEC18E;
	text-align:center;
	color:#5E554B;
	padding:2px;
	}				





/* ---------------------------------------------------------------- *
	フォトギャラリーの設定です
 * ---------------------------------------------------------------- */

/*---- ギャラリー ----*/
/*---------------room.html------------------*/

.roomnavi{
	width:100px;
	float:left;
}
.roomnavi li{
	list-style-type:none;
	width:150px;
	float:left;
}
.roomnavi li img{
	border:3px solid white;
}
.roommain{
	width:650px;
	float:right;
}
.roommain img{
	position:absolute;
	border:3px solid white;
}
/*---- ギャラリー END ----*/