﻿@charset "utf-8";

/* 
------------------------------------------------------------
一覧から探す
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	margin-bottom: 10px;
}

.cont {
	float: left;
	width: 520px;
	padding: 10px 15px 0 10px;
	background: url(../img/box_545t.gif) no-repeat left top;
}
.cont .area {
	height: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
	font-size: 11px;
	line-height: 20px;
}
.cont .shop_img {
	float: left;
}
.cont .shop_inner {
	position: relative;
	float: left;
	width: 410px;
	padding-left: 10px;
	padding-bottom: 50px;
}
.cont .shop_inner .shop_name {
	padding-left: 15px;
	background: url(../img/point_1.gif) no-repeat left 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.cont .shop_inner .shop_text {
	margin-top: 5px;
	font-size: 11px;
}
.roomlist {
	clear: both;
	width: 520px;
	margin-bottom: 30px;
	padding: 10px 15px 15px 10px;
	background: url(../img/box_545b.gif) no-repeat left bottom;
}

/* --- 「建物の詳細を見る」ロールオーバー設定 ---*/

.cont .shop_inner .shop_detail {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/shop_detail_on.jpg) no-repeat left top;
}
.cont .shop_inner .shop_detail a {
	display: block;
	width: 195px;
	height: 23px;
}
.cont .shop_inner .shop_detail  a:hover {
	background-color: transparent;
}
.cont .shop_inner .shop_detail  a:hover img {
	visibility: hidden;
}

/* --- 部屋一覧 ---*/

.roomlist table {
	width: 520px;
	border-collapse: collapse;
	font-size: 100%;
}
.roomlist table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
}
.roomlist table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.roomlist table .d {
	width: 90px;
}

/* --- 「詳しく見る」ロールオーバー設定 ---*/

.roomlist table .detail {
	width: 90px;
	height: 23px;
	background: url(../img/detail_on.jpg) no-repeat center;
}
.roomlist table .detail a {
	display: block;
	width: 90px;
	height: 23px;
}
.roomlist table .detail  a:hover {
	background-color: transparent;
}
.roomlist table .detail  a:hover img {
	visibility: hidden;
}

/* --- ページのトップへ戻る ---*/

.gotop {
	position: relative;
	width: 545px;
	height: 20px;
	margin-bottom: 30px;
}
.gotop p {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/pagetop_on.gif) no-repeat right top;
}
.gotop p a {
	display: block;
}
.gotop p a:hover {
	background-color: transparent;
}
.gotop p a:hover img {
	visibility: hidden;
}


/* 
サイドバー
------------------------------------------------------------ */

#side #search ul {
	position: relative;
	width: 175px;
	margin-bottom: 10px;
}
#side #search li {
	width: 175px;
}

/* --- 「○○から探す」ロールオーバー設定 ---*/

#side #search .search_nav_1 {
	margin-bottom: 5px;
	background: url(../img/side_search_map_on.jpg) no-repeat left top;
}
#side #search .search_nav_2 {
	margin-bottom: 5px;
	background: url(../img/side_search_route_on.jpg) no-repeat left top;
}
#side #search .search_nav_3 {
	margin-bottom: 5px;
	background: url(../img/side_search_area_on.jpg) no-repeat left top;
}
#side #search .search_nav_4 {
	margin-bottom: 5px;
	background: url(../img/side_search_price_on.jpg) no-repeat left top;
}
#side #search .search_nav_5 {
	background: url(../img/side_search_list_on.jpg) no-repeat left top;
}
#side #search li a {
	display: block;
	width: 175px;
	height: 55px;
}
#side #search li a:hover {
	background-color: transparent;
}
#side #search li a:hover img {
	visibility: hidden;
}