@charset "UTF-8";

/* -------------------------------
グローバルメニュー */

#menu{
	margin:4px auto 0 auto;
	clear:both;
}

/* -------------------------------
メインコンテンツ */

#main{
	margin:13px auto 0 auto;
}

/* -------------------------------
物件クイック検索 */

#recommend{
	width:484px;
	float:left;
}
#recommend dt.search{
	width:484px;
	height:39px;
	overflow:hidden;
}
#recommend ul.search{
	width:484px;
	height:77px;
	background:url(../img/index/search_bg.png) no-repeat;
	overflow:hidden;
}
#recommend ul.search li{
	padding:16px 17px 0 0;
	background:url(../img/index/search_dot.png) no-repeat right top;
	float:left;
}
#recommend ul.search li.btype{
	padding-left:20px;
}
#recommend ul.search li.price{
	padding-right:0;
	background:none;
}
#recommend ul.search li.button{
	float:right;
	padding:4px 9px 0 0;
	background:none;
}
#recommend ul.search em,
#recommend ul.search span{
	color:#ff5f09;
	font-style:normal;
	font-size:10px;
}
#recommend ul.search span{
	margin:0 2px;
}
#recommend ul.search select,
#recommend ul.search option{
	font-size:9pt;
}

/* Safari only \*/
html:\66irst-child #recommend ul.search li{
	padding-right:3px;
	background:none;
}
html:\66irst-child #recommend ul.search li.button{
	padding-right:9px;
}
/* */

/* -------------------------------
オススメ物件 */

dt.saitama{
	width:484px;
	height:81px;
	background:url(../img/index/dt_saitama_bg.png) no-repeat;
	overflow:hidden;
}
dt.saitama img{
	margin:51px 0 0 42px;
}
dd.saitama{
	width:484px;
	background:url(../img/index/dd_saitama_bg.png);
	overflow:hidden;
	zoom:1;
}

dt.tokyo{
	width:484px;
	height:82px;
	background:url(../img/index/dt_tokyo_bg.png) no-repeat;
	overflow:hidden;
}
dt.tokyo img{
	margin:51px 0 0 42px;
}

.object{
	width:484px;
}
.object li.own{
	margin-top:20px;
	width:484px;
	position:relative;
	text-align:left;
}
.object .photo{
	position:absolute;
	top:0;
	left:10px;
}

.object h2,
.object .copy,
.object ul{
	margin-left:140px;
}

.object h2{
	margin-bottom:10px;
	padding-bottom:6px;
	background:url(../img/index/h2_dot.png) no-repeat left bottom;
}
.object h2 a{
	color:#ff5f09;
	font-weight:bold;
}
.object h2 a:hover{
	text-decoration:underline;
}
.object h2 em{
	font-weight:normal;
	font-style:normal;
}
.object h2 strong{
	margin-right:4px;
	font-size:110%;
	font-weight:bold;
}

.object ul{
	margin-top:6px;
}
.object ul li.address{
	padding-bottom:10px;
	width:167px;
	background:url(../img/db-own/address.png) no-repeat 0 1px;
	float:left;
}
.object ul li.station{
	padding-bottom:10px;
	width:167px;
	float:left;
	background:url(../img/db-own/station.png) no-repeat 0 1px;
}
.object ul li address{
	padding-left:41px;
}

.object p.copy{
	margin-right:10px;
	padding:8px;
	font-size:10px;
	line-height:1.41;
	background:url(../img/db-own/curl.png) no-repeat #f0f0f0 right bottom;
	clear:both;
}
*+html .object p.copy{
	margin-top:-10px;
	display:inline-block;
}
*html .object p.copy{
	margin-top:-10px;
	display:inline-block;
}
dd.saitama .object .copy{
	background:url(../img/index/curl.png) no-repeat #fff right bottom;
}
.object .more{
	position:relative;
}
.object .more a{
	position:absolute;
	top:-30px;
	right:10px;
	text-decoration:underline;
}
.object .more a:hover{
	text-decoration:none;
}

address.phone{
	padding:10px 0 0 0;
	text-align:center;
}

.toall{
	margin:10px 0 20px 0;
	text-align:right;
}

/* -------------------------------
トピックス*/

#topics{
	width:280px;
	text-align:left;
	float:right;
}
#topics dt.info{
	width:280px;
	height:40px;
	overflow:hidden;
}
#topics dd.info{
	width:280px;
	background:url(../img/index/dd_topics_bg.png) repeat-y;
}
#topics dd.info dl{
	padding:10px 16px;
	background:url(../img/index/dd_topics_bottom.png) no-repeat left bottom;
}
#topics dd.info dl dt{
	padding:10px 0 3px 0;
	color:#ff5f09;
	background:url(../img/index/topics_line.png) no-repeat;
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
}
#topics dd.info dt.first{
	padding:0 0 3px 0;
	background:none;
}
#topics dd.info dl dd{
	padding-left:10px;
	margin-bottom:10px;
	background:url(../img/index/arrow.png) no-repeat 0 3px;
}
#topics dd.info dl dd a{
	color:#ff5f09;
	text-decoration:underline;
}
#topics dd.info dl dd a:hover{
	text-decoration:none;
}

/* -------------------------------
リンクバナー*/

#topics .banner ul{
	padding-bottom:20px;
}
#topics .banner ul li.member{
	margin:0;
}
#topics .banner ul li{
	margin-top:4px;
}
#topics .banner ul li img{
	vertical-align:top;
}
#topics .banner ul li a{
	vertical-align:top;
	display:inline-block;
}
#topics .banner ul li a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}

/* -------------------------------
フッター*/

*+html #footer{
	margin-top:0;
}
* html #footer{
	margin-top:0;
}
