@charset "shift_jis";

/* 擬似クラス */
body,td,th {
	font-size: 12px;
}
body {
	background-color: #ffffff;
	margin-top: 5px;
}
a:hover {
	color: #FF0000;
	background-color: #FFDE40;
}
form, p {
	margin: 0;
}
img {
	border: 0;
}

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

/* フォント関連 */
.f_px10 {
	font-size : 10px;
}
.f_red {
	color:#FF3300;
}
.f_blue {
	color:#0000cc;
}

/* OPTION指定無し */
.nonselect {
	 background-color: #DCD6B6;
}
/* 全体枠 */
#container {
	margin: 0 auto;
	width: 220px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
/* 全体テーブル */
.maintable {
	width: 200px;
	margin: 0 auto;
	background-color: #666666;
}
/* TOP画像 */
.topimg {
	margin: 10px 2px 2px 2px;
}
/* タイトル見出し */
.titleindex {
	line-height: 18px;
	background-color: #00135D;
	color: #FFFFFF;
	text-align: center;
}
/* 検索ボタン */
.submitbutton {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.submitbutton input {
	width: 190px;
	height: 50px;
	background: url(../img/btn_submit01.png) no-repeat;
	display: block;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 auto;
}
.submitbutton input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 条件項目名 */
.fieldtitle {
	background-color: #FCFAF0;
	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;
}
.optLine {
	background:#C8E3FF;
}
.optStation {
	background:#ECF5FF;
}
.optBlank {
	background:#FFF;
}
