@charset "shift_jis";

/* 擬似クラス */
/* IE6で横スクロールが表示されないよう */
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #CCC3B4 url(../img/bg_menu_serch_01.png) no-repeat center top;
/*	background: none #F5F5F5;*/
/*	margin-top: 10px;*/
	min-width: 0;
}

/* 右寄せボックス */
.boxright {
	text-align:right;
	margin-top: 5px;
}

/* OPTION指定無し */
.nonselect {
	 background-color: #DCD6B6;
}
/* 全体枠 */
#container {
	margin: 10px auto;
	width: 280px;
/*	border: 1px solid #E6E6DA;*/
	padding: 0;
/*	background-color: #F0F0E8;*/
	text-align: center;
}
/* 全体テーブル */
.maintable {
	width: 260px;
	margin: 0 auto;
	background-color: #E6E6DA;
}
/* TOP画像 */
.topimg {
	margin: 0 0 10px;
}
.topimg a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
/* タイトル見出し */
.titleindex {
	height: 32px;
	line-height: 18px;
	background:#000;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}
/* 検索ボタン */
.submitbutton {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.submitbutton input {
	width: 220px;
	height: 50px;
	padding: 0;
	display: block;
	border: none;
	background: url(../img/btn_menu_search_01.png) no-repeat 0 0 ;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 auto;
}
.submitbutton input:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
/* 条件項目名 */
.fieldtitle {
	padding: 5px;
	background-color: #F2F2EC;
	text-align: center;
	vertical-align: middle;
}
/* 条件選択 */
.fielddata {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
/* 新着物件 */
.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;
}
/* 金額セレクトボックスの横幅指定 */
select.price_select {
	width: 150px;
}