@charset "UTF-8";

/* 共通（フラットエージェンシーに合わせて500px内に収める） */

#common { width: 475px; }


/* 共有レイアウト */
body {
	margin: 0;
	padding: 0;
	background-color: #d0e2f8;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
body.none { padding: 10px 5px; background: #FFF none; }
.contents { width: 750px; margin: auto; background-color: #FFF; }
.contents h1 {
	background: url("../con_img/con_title_bg.gif") no-repeat left center;
	border-bottom: 1px solid #0b529d;
	font-size: 16px;
	line-height: 1;
	color: #0b529d;
	margin-top: 5px;
	padding: 10px 50px;
}
p.txt { width: 650px; margin: 20px auto; }
em { font-style: normal; }

/*link_base*/
a:link    { color: #907fba; text-decoration: underline; }
a:visited { color: #927fc0; text-decoration: underline; }
a:active  { color: #d9605d; text-decoration: underline; }
a:hover   { color: #d9605d; text-decoration: underline; }

.pagetop { border-right: solid 5px #0b529d; margin: 20px auto; text-align: right; }
.pagetop span { margin-right: 3px; padding: 1px 3px; }
.pagetop a, .pagetop a:visited { color: #333333; text-decoration: none; }
.pagetop a:hover { color: #d9605d; text-decoration: none; }

/* 絞込みフォーム */
#search { margin: 0px; padding: 3px 0 8px; text-align: center; }

/* BOX型データ */
.s_bukken_naiyo { 
	width: 200px;
	height: auto;
	background: url("../img/data_bg2.gif") no-repeat left top;
	float: left;
	display: inline;
	margin: 10px 0 10px 15px;
	padding: 7px;
}
.s_bukken_naiyo .dimg { width: 82px; height: auto; float: left; }
.s_bukken_naiyo img { width: 80px; height: 60px; border: 1px solid #9a9a9a; }
.s_bukken_naiyo div.bukken_txt { width: 115px; height: auto; float: right; }
.s_bukken_naiyo .bukken_txt span { color: #bf051a; font-weight: bold; font-size: 110%; }
.s_bukken_naiyo span.price { display: block; }
.s_bukken_naiyo .shurui {
	width: 80px;
	height: auto;
	clear: both;
	float: left;
	font-size: 12px;
	margin-top: 2px;
	padding: 2px 0;
	text-align: center;
}
.mansion { border: 1px solid #d8efff; background: url("../img/mansion_bg.gif") repeat-x left bottom #ecf7fe; color: #0b5386; }
.shinko { border: 1px solid #deebe3;background: url("../img/shinko_bg.gif") repeat-x left bottom #eaf3ed; color: #3c694e; }
.chuko { border: 1px solid #dde0ea; background: url("../img/chuko_bg.gif") repeat-x left bottom #eaedf3; color: #2a3762; }
.tochi { border: 1px solid #e5e1d0; background: url("../img/tochi_bg.gif") repeat-x left bottom #f3f0ea; color: #413810; }
.shueki { border: 1px solid #eddbdd; background: url("../img/shueki_bg.gif") repeat-x left bottom #f3eaec; color: #69222a; }
.s_bukken_naiyo .shosai {
	width: 76px;
	height: 20px;
	background: url("../img/shosai1_btn.gif") no-repeat left top;
	float: right;
	margin-top: 5px;
	text-indent: -9999px;
}
.s_bukken_naiyo .shosai a { width: 76px; height: 20px; display: block; }
.s_bukken_naiyo .shosai a:hover { background: url("../img/shosai1_btnon.gif") no-repeat left top; }
div.clear { clear: both; height: 10px; }

/* 横一列データ */
table.kensakujoho { width: 100%; margin: 5px auto; border-collapse : collapse; }
.kensakujoho th {
	border : solid 1px #CCC;
	background-color : #EEE;
	font-weight: normal;
	padding: 3px 5px;
	white-space: nowrap;
	text-align: left;
}
.kensakujoho th.bukken_shurui { border : 0; background-color: #FFF; }
.kensakujoho th.txt_center { text-align : center; }
.bukken_shurui span {
	background-color : #e50d37;
	color: #fffffe;
	font-weight: bold;
	margin-left: 1em;
	padding: 2px 2px 0 2px;
}
.kensakujoho th.shosai_txt {
	border : 0;
	background: #FFF url("../con_img/shosai_icon.gif") no-repeat right center;
	padding-right: 10px;
	text-align: right;
}
.shosai_txt a,.shosai a:visited { color: #333333; text-decoration: none; }
.shosai_txt a:hover { color: #d9605d; text-decoration: none; }
.kensakujoho td { padding: 5px; background-color : #FFF; border: solid 1px #CCC; }
.kensakujoho td.txt_center2 { text-align: center; }
.kensakujoho .kekka_photo { float: left; width: 130px; text-align: center; }
.kensakujoho .kekka_txt { margin-left: 130px; padding-left: 10px; }
.kekka_txt div.bukken_txt2 { padding-top: 5px; text-align: left; }
.bukken_txt2 span.col_bl { color: #cc7611; line-height: 1.6; }
.shosai_btn {
	width: 130px;
	height: auto;
	clear: both;
	float: left;
	background: #d5e7ec url("../con_img/shosai_btn_bg.gif") no-repeat left center;
	font-size: 10pt;
	line-height: 1;
	color: #333333;
	margin-top: 2px;
	padding: 5px 0px;
	text-align: center;
}

.shosai_btn a, .shosai_btn a:visited { display: block; width: 100%; height: auto; color: #4069a0; text-decoration: none; }
.shosai_btn a:hover { color: #d9605d; text-decoration: none; }

/*CSS Digg style pagination*/
div.pagination { margin: 3px; padding: 3px; text-align:center; }
div.pagination a, div.pagination a:visited {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-decoration: none; /* no underline */
	color: #333;
}
div.pagination a:hover {
	background-color: #dbeaf6;
	color: #3e5887;
	text-decoration: none;
}
div.pagination span.current {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCC;
	background-color: #CCC;
	font-weight: bold;
}
div.pagination span.disabled {
	margin: 2px;
	padding: 2px 5px 2px 5px;
}
div.pagination a.prev, div.pagination a.prev:hover { border-width: 1px 1px 1px 3px; padding: 2px 10px; }
div.pagination a.next, div.pagination a.next:hover { border-width: 1px 3px 1px 1px; padding: 2px 10px; }


/* 詳細ページ */
table.shosaipage { width: 710px; margin: 15px auto; border-collapse : collapse; }
.shosaipage th {
	padding: 5px;
	background-color: #EEE;
	border : solid 1px #CCC;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
}
.shosaipage td {
	padding: 5px;
	background-color: #FFF;
	border : solid 1px #CCC;
}
.shosaipage td em.kakaku { color : #e50d36; font-size: 1.2em; }
.request { padding: 10px 0 20px; text-align: center; }


/* 問い合わせ */
h2.toi_naiyo {
	width: 710px;
	height: auto;
	margin: 15px auto 0 auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 14px;
}
#request .kensakujoho { width: 710px; }
table.toi { width: 710px; margin: 15px auto; border-collapse: collapse; }
.toi th {
	padding: 8px;
	background-color : #EEE;
	border-width: 1px 1px 1px 0px;
	border-style: solid dotted solid;
	border-color: #CCC;
	font-weight: normal;
	white-space: nowrap;
}
.toi th.hissu { background-color : #efe6cc; }
.toi td {
	padding: 8px;
	background-color : #FFF;
	border-width: 1px 0px 1px 1px;
	border-style: solid dotted;
	border-color: #CCC;
}

.toi td span.long {
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 3px 0;
}

p.toi_kojin_txt {
	width: 690px;
	height: auto;
	border : 1px dotted #bbbbbb;
	margin: 2px auto;
	padding: 10px;
}

.toi input {
	margin-right: 2px;
}


