﻿@charset "utf-8";

/* 
------------------------------------------------------------
建物詳細
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	width: 295px;
	height: 35px;
	padding-left: 10px;
	color: #FFFFFF;
	background: url(../img/shop_name.jpg) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

/* --- 建物の紹介 ---*/

#cont_1 {
	float: left;
	width: 545px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}
#cont_1 .inner {
	float: right;
	width: 305px;
}
#cont_1 .inner p {
	margin-top: 10px;
	margin-left: 5px;
}

/* --- 建物の写真 ---*/

#cont_2 {
	clear: both;
}
#cont_2 h3 img{
	margin-bottom: 10px;
}
#cont_2 .inner_1 {
	width: 101px;
	float: left;
	padding-right: 10px;
}
#cont_2 .inner_2 {
	width: 101px;
	float: left;
}
#cont_2 .caption {
	width: 91px;
	height: 20px;
	padding-bottom: 30px;
	font-size: 80%;
	line-height: 20px;
}

/* --- ポイント ---*/

#cont_3 {
	clear: both;
	height: 190px;
	margin-bottom: 30px;
}
#cont_3 h3 img{
	margin-bottom: 10px;
}
#cont_3 .point ,
#cont_3 .point_b {
	height: 25px;
	margin-bottom: 5px;
	padding: 10px 15px 10px 10px;
	background: url(../img/box_45_545.jpg) no-repeat left top;
}
#cont_3 .point_b {
	margin-bottom: 0;
}
#cont_3 p {
	padding-left: 15px;
	line-height: 20px;
	background: url(../img/point_1.gif) no-repeat left center;
}

/* --- 部屋一覧 ---*/

#cont_4 {
	margin-bottom: 30px;
}
#cont_4 h3 img {
	margin-bottom: 10px;
}
#cont_4 table {
	width: 545px;
	margin-bottom: 10px; 
	border-collapse: collapse;
	font-size: 100%;
}
#cont_4 table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
}
#cont_4 table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#cont_4 table .d {
	width: 90px;
}
#cont_4 ul {
	padding-left: 5px;
}
#cont_4 li {
	padding-left: 10px;
	background: url(../img/point_2.gif) no-repeat left 0.6em;
}


/* --- 「詳しく見る」ロールオーバー設定 ---*/

#cont_4 .detail {
	width: 90px;
	height: 23px;
	background: url(../img/detail_on.jpg) no-repeat center;
}
#cont_4 .detail a {
	display: block;
	width: 90px;
	height: 23px;
}
#cont_4 .detail  a:hover {
	background-color: transparent;
}
#cont_4 .detail  a:hover img {
	visibility: hidden;
}

/* --- 建物の概要 ---*/

#cont_5 {
	margin-bottom: 30px;
}
#cont_5 h3 img {
	margin-bottom: 10px;
}
#cont_5 .t_1 {
	width: 545px;
	margin-bottom: 10px; 
	border-collapse: collapse;
	font-size: 100%;
}
#cont_5 .t_1 th {
	width: 20%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
}
#cont_5 .t_1 td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#cont_5 .t_2 {
	width: 545px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 100%;
}
#cont_5 .t_2 .left_td {
	width: 30px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
#cont_5 .t_2 .center_td {
	width: 175px;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#cont_5 .t_2 .right_td {
	border: 1px solid #CCCCCC;
	text-align: center;
}

/* --- ページのトップへ戻る ---*/

.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;
}