@charset "utf-8";
/* CSS Document */

/* box ==================================*/
.box {
	width:740px;
	overflow:hidden;
}

.box .boxLeft {
	float:left;
	width:430px;
}

.box .boxRight {
	float:right;
	width:290px;
}

h2.searchTitle1 {
	background:url(../img/title_search01.gif) no-repeat top left;
	padding:18px 10px 0 30px;
	color:#FFFFFF;
	font-size:0.875em;
	font-weight:bold;
	line-height:1;
	height:21px;
	width:390px;
	overflow:hidden;
}

h2.searchTitle1 span.subLink {
	background:url(../img/arrow4.gif) no-repeat top left;
	padding:1px 0 0 10px;
	color:#fff954;
	font-size:0.875em;
	font-weight:normal;
	line-height:1;
	float:right;
}

h2.searchTitle1 span.subLink a:link 	{color:#fff954;text-decoration: none;}
h2.searchTitle1 span.subLink a:visited 	{color:#fff954;text-decoration: none;}
h2.searchTitle1 span.subLink a:active	{color:#fff954;text-decoration: none;}
h2.searchTitle1 span.subLink a:hover 	{color:#fff954;text-decoration: underline;}

h2.searchTitle2 {
	background:url(../img/title_search02.gif) no-repeat top left;
	padding:18px 10px 0 30px;
	color:#FFFFFF;
	font-size:0.875em;
	font-weight:bold;
	line-height:1;
	height:21px;
	width:250px;
	overflow:hidden;
}

h2.searchTitle3 {
	background:url(../img/title_search03.gif) no-repeat top left;
	padding:18px 10px 0 30px;
	color:#FFFFFF;
	font-size:0.875em;
	font-weight:bold;
	line-height:1;
	height:21px;
	width:700px;
	overflow:hidden;
}

h2.searchTitle3 span.subLink {
	background:url(../img/arrow4.gif) no-repeat top left;
	padding:1px 0 0 10px;
	color:#fff954;
	font-size:0.875em;
	font-weight:normal;
	line-height:1;
	float:right;
}

/* 20130827追加 */
.searchMap{
	background:#FFFFFF;
	width:430px;
}



/* 20130827追加 */
.searchMap .map {
	background:#FFFFFF;
	width:428px;
	height:422px;
	border:solid 1px #999999;
	/*overflow:hidden;*/
}

.searchMap .panel {
	position:relative;
	width:428px;
	height:422px;
}

.searchMap .panel .mapBtn {
	position:absolute;
	width:68px;
	height:21px;
	z-index:20;
	top:391px;
	left:10px;
}

.searchMap .panel .mapImage {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}
/* //20130827追加 */



#searchLine,
#searchKey{
	margin-left:10px;
	width:270px;
}

#searchArea{
}

#searchArea .tabBox{
	background:#d31277;
	overflow:hidden;
	_zoom:1;
	padding:0 0 0 10px;
	height:25px;
}

#searchArea .tabBox li{
	background:url(../img/areaselect_tab_off.gif) no-repeat top left;
	float:left;
	width:143px;
	height:17px;
	margin-right:1px;
	padding:8px 0 0 0;
	text-align:center;
	font-size:0.75em;
	color:#FFFFFF;
	line-height:1;
}

#searchArea .tabBox li.on{
	background:url(../img/areaselect_tab_on.gif) no-repeat top left;
	color:#2a1d19;
}

#searchArea #areaBox{
	overflow:hidden;
	_zoom:1;
	padding:10px;
}

#searchArea #areaBox .left{
	float:left;
	width:540px;
}

#searchArea #areaBox .left table{
	width:540px;
}

#searchArea #areaBox .left td{
	font-size: 0.75em;
	width: 20%;
	padding: 2px;
	/padding: 0;
	vertical-align: top;
}

#searchArea #areaBox .left td input {
	margin-right: 4px;
	float: left;
}


#searchArea #areaBox .right{
	float:right;
	width:170px;
}

/* 推奨物件 ==================================*/
#suisyo{
}

#suisyo .tabBox{
	background:#221714;
	overflow:hidden;
	_zoom:1;
	padding:0 0 0 10px;
	height:25px;
}

#suisyo .tabBox li{
	background:url(../img/areaselect2_tab_off.gif) no-repeat top left;
	float:left;
	width:119px;
	height:17px;
	margin-right:1px;
	padding:8px 0 0 0;
	text-align:center;
	font-size:0.75em;
	color:#FFFFFF;
	line-height:1;
}

#suisyo .tabBox li.rental{
	background: url(../img/areaselect_tab_rental.gif) no-repeat top left;
}

#suisyo .tabBox li.on{
	background:url(../img/areaselect2_tab_on.gif) no-repeat top left;
	color:#2a1d19;
}

#suisyo #suisyoList {
	padding: 0 0 0 18px;
	margin: 10px 0 15px;
	width: 722px;
}

#suisyo #suisyoList dl {
	width: 127px;
	margin: 0 16px 10px 0;
	float: left;
}

#suisyo #suisyoList dt {
	text-align: center;
	border: #cfcfcf solid 1px;
	padding: 1px;
}

#suisyo #suisyoList dd {
	text-align: center;
	padding: 5px 0 0 0;
	line-height: 1.2;
	font-size:0.75em;
}

#suisyo #suisyoList dd a {
	font-weight: bold;
}

#suisyo ul.btnList {
	padding-left: 477px;
}

#suisyo ul.btnList li {
	background: none;
	clear: both;
}

/* 新着情報 ==================================*/
#topics{
	padding:10px 18px 0;
	width:704px;
}

#topics dl{
	overflow:hidden;
	_zoom:1;
	width:704px;
	margin-bottom:5px;
}

#topics dt{
	float:left;
	width:5em;
	font-size:0.75em;
}

#topics dd{
	padding:0 0 0 5.5em;
	font-size:0.75em;
}



