@charset "shift_jis";

/* 擬似クラス */
/* IE6で横スクロールが表示されないよう */
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background-color: #ffffff;
	margin-top: 5px;
	min-width:inherit;
}

/* 右寄せボックス */
.boxright {
	text-align:right;
	margin-top: 5px;
}

/* OPTION指定無し */
.nonselect {
	 background-color: #DCD6B6;
}
/* 全体枠 */
#container {
	margin: 0 auto;
	width: 164px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
/* 全体テーブル */
.maintable {
	width: 160px;
	margin: 0 auto;
	background-color: #CCC;
}
/* TOP画像 */
.topimg {
	margin: 2px;
}
/* タイトル見出し */
.titleindex {
	line-height: 18px;
	background-color: #000;
	color: #FFFFFF;
	text-align: center;
}
/* 検索ボタン */
.submitbutton {
	background-color: #B8621D;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
/* 条件項目名 */
.fieldtitle {
	background-color: #FFF;
	text-align:center;
	width: 20px;
}
/* 条件選択 */
.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;
}
