@charset "shift_jis";
/* ---------------------------------
     map検索用css
--------------------------------- */
img {
	border:none;
}
/* ---------------------------------
     各エリア
--------------------------------- */
#left-area {
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.2em;
}
#center-area {
	width: 515px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.2em;
}
#right-area {
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.2em;
}

/* --中ページのタイトル-- */
#main-area #page-title {
	background-image: url(/img/mapsearch/page_title_bg.jpg);
	background-repeat: repeat-x;
	width: 950px;
}
#main-area #page-title h2 {
	background-image: url(/img/mapsearch/page_title_icon.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 45px;
	padding-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFFFFF;
}
/* ---------------------------------
     左エリア
--------------------------------- */





/* ---------------------------------
     中央エリア
--------------------------------- */
/* - 指定条件 - */
#center-area h3 {
	background-image: url(/img/mapsearch/bar_shitei.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 20px;
}
/* - 指定条件内容部分のエリア - */
#center-area #jyouken {
	margin-left: 10px;
	width: 503px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B6BFC4;
	border-bottom-color: #B6BFC4;
	border-left-color: #B6BFC4;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}
#center-area .area-genre {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	width: 484px;
	line-height: 1.5em;
	font-size: 110%;
	font-weight: bold;
}
#center-area .area-genre img {
	margin-top: 5px;
	margin-right: 5px;
}
/* - ジャンルチェックエリア - */
#center-area .checkbox-area {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
	padding-right: 5px;
	margin: 5px;
	font-size: 90%;
	line-height: 1.7em;
}
#center-area .checkbox-area #checkbox {
	margin-left: 5px;
	margin-top: 2px;
}
/* - 右ボタン（クリア・検索） - */
#center-area .right-but {
	padding-top: 10px;
	float: left;
	text-align: center;
}
#center-area  .right-but  input {
	margin-bottom: 5px;
}
/* - 物件文字 - */
#center-area h4{
	background-image: url(/img/mapsearch/b_name_head.gif);
	background-repeat: no-repeat;
	background-color: #63442F;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 110%;
}
#center-area .b-foot {
	background-image: url(/img/mapsearch/b_name_foot.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 505px;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* - マップ - */
#center-area .map-area {
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0BEC7;
	border-left-color: #B0BEC7;
	/*text-align: center;*/
	height : 520px
}
#center-area .map-area-head {
	background-image: url(/img/mapsearch/map_head.gif);
	background-repeat: no-repeat;
	height: 9px;
	margin-left: 10px;
}
#center-area .map-area-foot {
	background-image: url(/img/mapsearch/map_foot.gif);
	background-repeat: no-repeat;
	height: 9px;
	margin-left: 10px;
}

/* ---------------------------------
     右エリア
--------------------------------- */
#right-area #bukken {
	background-image: url(/img/mapsearch/bukken_bg.jpg);
	height: 29px;
	width: 200px;
	margin-left: 10px;
	background-repeat: no-repeat;

}
#right-area h3 {
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 2em;

}
#right-area iframe {
	float: right;
}
/* ---------------------------------
     下バナーエリア
--------------------------------- */
.bottom-bnner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	width: 946px;
}.bottom-bnner img {
	padding-right: 1px;
	padding-left: 1px;
}

