﻿@charset "utf-8";

/* 
------------------------------------------------------------
トップページ
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

#main #catch {
	margin-bottom: 10px;
}
#main #search {
	margin-bottom: 15px;
}
#main #search ul {
	position: relative;
	width: 545px;
	height: 105px;
}
#main #search li {
	width: 105px;
	float: left;
}

/* --- 「○○から探す」ロールオーバー設定 ---*/

#main #search .search_nav_1 {
	background: url(../img/main_search_map_on.jpg) no-repeat left top;
}
#main #search .search_nav_2 {
	margin-left: 5px;
	background: url(../img/main_search_route_on.jpg) no-repeat left top;
}
#main #search .search_nav_3 {
	margin-left: 5px;
	background: url(../img/main_search_area_on.jpg) no-repeat left top;
}
#main #search .search_nav_4 {
	margin-left: 5px;
	background: url(../img/main_search_price_on.jpg) no-repeat left top;
}
#main #search .search_nav_5 {
	margin-left: 5px;
	background: url(../img/main_search_list_on.jpg) no-repeat left top;
}
#main #search li a {
	display: block;
	width: 105px;
	height: 105px;
}
#main #search li a:hover {
	background-color: transparent;
}
#main #search li a:hover img {
	visibility: hidden;
}

/* --- おすすめのオフィス ---*/

#recommend {
	clear: both;
}
#recommend h2 img{
	margin-bottom: 10px;
}
#recommend #r_left ,
#recommend #r_right {
	float: left;
	width: 245px;
	height: 160px;
	margin-bottom: 10px;
	padding: 10px 15px 15px 10px;
	background: url(../img/box_185_270.gif) no-repeat left top;
}
#recommend #r_right {
	margin-left: 5px;
}
#recommend .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;
}
#recommend .shop_img {
	float: left;
}
#recommend .shop_inner {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	padding-left: 10px;
}
#recommend .shop_inner .shop_name {
	padding-left: 15px;
	background: url(../img/point_1.gif) no-repeat left 0.4em;
	font-size: 12px;
	font-weight: bold;
}
#recommend .shop_inner .shop_text {
	margin-top: 5px;
	font-size: 11px;
}

/* --- 「詳しく見る」ロールオーバー設定 ---*/

#recommend .shop_inner .shop_detail {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/detail_on.jpg) no-repeat left top;
}
#recommend .shop_inner .shop_detail a {
	display: block;
	width: 90px;
	height: 23px;
}
#recommend .shop_inner .shop_detail  a:hover {
	background-color: transparent;
}
#recommend .shop_inner .shop_detail  a:hover img {
	visibility: hidden;
}

/* --- 新着情報 ---*/

#news {
	clear: both;
}
#news h2 img{
	margin-bottom: 10px;
}
#news dl {
	width: 545px;
	margin-bottom: 30px;
	line-height: 140%;
}
#news dl dt {
	position: absolute;
	width: 9em;
	padding: 10px 10px 10px 25px;
	background: url(../img/point_1.gif) no-repeat 10px center;
}
#news dl dd {
	padding: 10px 10px 10px 9em;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}


