@charset "utf-8";

/* アンカー */
.nav_anchor {
    padding: 0 0 30px;
}
.nav_anchor div {
    border-bottom: 1px solid #D8D6CA;
    border-top: 1px solid #D8D6CA;
    line-height: 1.3;
    padding: 5px 4px 1px 0;
}
.nav_anchor ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.nav_anchor li {
    background: url("../rooms/images/arrow.png") no-repeat scroll 12px 0.14em transparent;
    float: left;
    height: 1.5em;
    padding: 0 8px 3px 12px;
}
ul li {
    list-style: none outside none;
}
.nav_anchor li a:link {
    text-decoration: none;
}
.nav_anchor li a {
    padding: 0 0 0 14px;
}
a {
    color: #776D56;
}

/* コンテンツ */

#rooms .con_rooms {
	width: 721px;
	margin-bottom: 20px;
	overflow: hidden;
}

#rooms .con_rooms h4,
#rooms .con_rooms h5,
#rooms .con_rooms p{
	margin-bottom: 15px;
}

#rooms .con_rooms .box_l{
	float: left;
	width: 353px;
	padding-bottom: 20px;
}

#rooms .con_rooms .box_r{
	float: right;
	width: 350px;
	overflow: hidden;
	color: #777;
}

#rooms .con_rooms .box_r table{
	width: 345px;
	border-top: #c3b997 1px solid;
	margin-bottom: 20px;
}

#rooms .con_rooms .box_r th{
	font-weight: bold;
	color: #c3b997;
	width: 75px;
	padding: 8px;
	border-bottom: #c3b997 1px solid;
}

#rooms .con_rooms .box_r td{
	padding: 8px 0;
	border-bottom: #c3b997 1px solid;
}

#rooms .con_rooms .table_rooms{
	clear: both;
	width: 721px;
}
#rooms .con_rooms .table_rooms table{
	float: left;
	width: 350px;
	margin-right: 20px;
}
#rooms .con_rooms .table_rooms table.right{
	margin-right: 0;
}
	
#rooms .con_rooms .table_rooms table td{
	border: 1px solid #e8e7e1;
	padding: 3px 5px;
	color: #777;
}
#rooms .con_rooms .table_rooms table th{
	border: 1px solid #e8e7e1;
	padding: 3px 5px;
	background: #F8F8F8;
	width: 100px;
}
#rooms #main .pagetop{
	width: 721px;
	text-align: right;
	padding-bottom: 10px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}