@charset "shift_jis";

/* 擬似クラス */
/* IE6で横スクロールが表示されないよう */
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background: none #ffffff;
	margin-top: 5px;
	min-width: 0;
}

/* 右寄せボックス */
.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: #666666;
}
/* TOP画像 */
.topimg {
	margin: 2px;
}
/* タイトル見出し */
.titleindex {
	line-height: 18px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
}
/* 検索ボタン */
.submitbutton {
	background-color: #0000FF;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
/* 条件項目名 */
.fieldtitle {
	background-color: #FFFFCC;
	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;
}



.searchBtn {
    width:180px;
    height:40px;
	margin: 5px auto;
    padding:0;
    border:0;
	background: url(../img/btn_submit01.png) no-repeat;
    text-indent:-9999px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
	display:block;
}
.searchBtn:hover,
.searchBtn:focus {
    background: url(../img/btn_submit01on.png) no-repeat;
}
