@charset "shift_jis";

/* 擬似クラス */
/* IE6で横スクロールが表示されないよう */
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	/*background: none #F3F0E3;*/
	margin-top: 5px;
	min-width: 0;
}

/* 右寄せボックス */
.boxright {
	text-align:right;
	margin-top: 5px;
}

/* OPTION指定無し */
.nonselect {
	 background-color: #DCD6B6;
}
/* 全体枠 */
#container {
	margin: 0 auto;
	width: 242px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
/* 全体テーブル */
.maintable {
	width: 230px;
	margin: 0 auto;
	background-color: #666666;
}
/* TOP画像 */
.topimg {
	margin: 6px 2px;
}
.topimg a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* タイトル見出し */
.titleindex {
	line-height: 18px;
	background-color: #57371A;
	color: #FFF;
	text-align: center;
}
.titleindex2 {
	line-height: 18px;
	background-color: #E1D7B6;
	color: #000;
	text-align: center;
}
/* 検索ボタン */
.submitbutton {
	background-color: #E2DBD6;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.submitbutton input {
	width: 221px;
	height: 60px;
	display: block;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 auto;
	background-image: url(../dtpl/img/btn_list_01.png);
	background-repeat: no-repeat;
}
.submitbutton input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 条件項目名 */
.fieldtitle {
	background-color: #CDAA69;
	text-align:center;
	width: 20px;
}
.fieldtitle span.f_blue{
	color:#0000C8;
}

/* 条件選択 */
.fielddata {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* 新着物件 */
.fieldnew {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* 新着物件 */
.fieldinvest {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* こだわり条件 */
.fieldcondition {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* 検索除外 */
.fieldexclusion {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* 並べ替え・写真表示 */
.fieldorder {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
.f_red {
	color: #FF3300;
}
