﻿@charset "utf-8";

/* 
------------------------------------------------------------
広さから探す
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	margin-bottom: 10px;
}
.shift {
	width: 545px;
	margin-bottom: 10px;
	text-align: right;
}

/* --- 建物一覧 ---*/

table {
	width: 545px;
	margin-bottom: 30px; 
	border-collapse: collapse;
	font-size: 100%;
}
table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
}
table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
table .detail {
	width: 90px;
	text-align: center;
}
table .a {
	text-align: center;
}
table .d {
	width: 90px;
}


/* --- 「詳しく見る」ロールオーバー設定 ---*/

table .detail {
	width: 90px;
	height: 23px;
	background: url(../img/detail_on.jpg) no-repeat center;
}
table .detail a {
	display: block;
	width: 90px;
	height: 23px;
}
table .detail  a:hover {
	background-color: transparent;
}
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;
}