@charset "utf-8";
/* CSS Document */

#visual {
	height: 0;
}
#visual h2 {
	padding-top: 0;
}
#visual.shisetu {
	height: 200px;
	background: url(../room/images/h2.jpg) no-repeat 0px 0px;
}
#visual h2.shisetu {
	padding-top: 200px;
}

#roomLeft {
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	}
#roomRight {
	float: right;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#roomLeft table, 
#roomRight table {
	width: 210px;
}
#roomLeft th, 
#roomRight th {
	padding: 2px 4px;
	font-size: 1.0em;
	font-weight: lighter;
}
#roomLeft td, 
#roomRight td {
	padding: 2px 4px;
}

#roomLeft table.t_iyashi, 
#roomRight table.t_iyashi {
	color: #99CC00;
	border: 1px solid #ebf5cc;
}

#roomLeft th.type_iyashi, 
#roomRight th.type_iyashi {
	color: #FF6600;
	font-size: 0.9em;
}
#roomLeft th.number_iyashi, 
#roomRight th.number_iyashi {
	padding: 0 4px;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: #99CC00;
	font-size: 0.9em;
}


#roomLeft table.t_standard, 
#roomRight table.t_standard {
	color: #0099DD;
	border: 1px solid #ccebf8;
}

#roomLeft th.type_standard, 
#roomRight th.type_standard {
	color: #FF6600;
	font-size: 0.9em;
}
#roomLeft th.number_standard, 
#roomRight th.number_standard {
	padding: 0 4px;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: #0099DD;
	font-size: 0.9em;
}


#roomLeft table.t_economy, 
#roomRight table.t_economy {
	color: #FF8888;
	border: 1px solid #ffe7e7;
}

#roomLeft th.type_economy, 
#roomRight th.type_economy {
	color: #FF6600;
	font-size: 0.9em;
}
#roomLeft th.number_economy, 
#roomRight th.number_economy {
	padding: 0 4px;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: #FF8888;
	font-size: 0.9em;
}

