/* search CSS */

/* searchBox --------------------------------------------------------------------------------- */

/* 検索ボックス　ページタイトル */
#area h2 {background: url(img/area_heading.jpg) no-repeat;}
#eki h2 {background: url(img/eki_heading.jpg) no-repeat;}

/* 検索ボックス　他 */
#searchBox {
	margin: 0 0 20px 0;
	width: 740px;
	height: 175px;
	background: url(img/searchbox_bg.jpg) no-repeat;
	position: relative;
}
#searchBox h2 {
	display: block;
	width: 200px;
	height: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999em;
}
#conditions {
	width: 505px;
	position: absolute;
	left: 230px;
	top: 12px;
}

#searchBox dl {list-style: none; margin: 0 0 0.5em 0; padding: 0;}
#searchBox dt {margin: 0; padding: 0; line-height: 1.5; font-weight: bold; color: #003399; font-size: 12px;}
#searchBox dd {margin: -1.5em 0 0 5em; padding: 0; line-height: 1.5; font-size: 12px;}

#searchBox dl.rent dt,
#searchBox dl.menseki dt,
#searchBox dl.years dt,
#searchBox dl.other dt {color: #6666CC;}

#searchBox dl.rent dd {margin-left: 4em;}
#searchBox dl.years dd {margin-left: 4em;}
#searchBox dl.menseki dd {margin-left: 4em;}
#searchBox dl.other dd {margin-left: 6em;}


/* 検索ボックス　エリアから検索用 */
#searchBox dl.shubetsu {position: absolute; top: 5px; left: -5px;}
#searchBox dl.ku {position: absolute; top: 35px; left: -5px;}
#searchBox dl.chiiki {position: absolute; top: 65px; left: -5px;}
#searchBox input#searchbtn {width: 110px; position: absolute; top: 100px; left: 55px;}
#searchBox #OPTIONLINK {position: absolute; top: 130px; left: 55px;}

/* 検索オプション */
#searchBox dl.rent {position: absolute; top: 5px; left: 190px;}
#searchBox dl.years {position: absolute; top: 35px; left: 190px;}
#searchBox dl.menseki {position: absolute; top: 65px; left: 190px;}
#searchBox dl.other {position: absolute; top: 95px; left: 190px;}



/* maincontents ------------------------------------------------------------------------------ */

/* 物件一覧 */
#maincontents h3 {margin: 0; padding: 8px 0 22px 20px; font-size: 18px;
	background: url(img/list_heading.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
}
table.list {
	border-collapse: collapse;
	border: 1px solid #000;
	margin-bottom: 8px;
	width: 100%;
}
table.list th {
	border: 1px solid #000;
	padding: 4px 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: #ede4cd;
}
table.list td {
	border: 1px solid #000;
	padding: 4px 5px;
	vertical-align: middle;
	background: #f8f4e6;
}
td.juusyo {
	text-align: left;
}
td.koutuu,td.price1,td.price2,td.layout,td.build,td.detail {
	text-align: center;
}

p.data {margin: 0 0 0.5em 0; padding: 0 0 0 10px; background: url(img/linkmark.gif) no-repeat;}

/* ------------------------------------------------------------------------------------------- */

