@charset "shift_jis";

/* 擬似クラス */
/* IE6で横スクロールが表示されないよう */
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background-color: #ffffff;
	margin: 10px;
	min-width:inherit;
}

/* 右寄せボックス */
.boxright {
	text-align:right;
	margin-top: 5px;
}

/* OPTION指定無し */
.nonselect {
	 background-color: #DCD6B6;
}
/* 全体枠 */
#container {
	margin: 0 auto;
	width: 180px;
	border: 1px solid #999999;
	padding: 1px;
	background-color: #FFFFFF;
	text-align: center;
}
/* 全体テーブル */
.maintable {
	width: 180px;
	margin: 0 auto;
	background-color: #666666;
}
/* TOP画像 */
.topimg {
	margin: 0px;
}
/* タイトル見出し */
.titleindex {
	line-height: 18px;
	background: url(../img/180-170_ftr.png) #DFDED4 no-repeat;
	color: #F8F8F5;
	padding: 2px 0px 0px 5px;
	text-align: left;
}
/* 検索ボタン */
.submitbutton {
	background-color: #315200;
	text-align: center;
	padding: 5px 0px;
	vertical-align: middle;
}
.submit {
	width: 120px;
	height: 30px;}

/* 条件項目名 */
.fieldtitle {
	background-color: #F8F8F5;
	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;
}
