/*----------------------------------------------------------------------------*/
/*                                                                            */
/*                          検索部分のスタイル設定                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/



/*▼---------------------【ここから-全ページ共通のスタイル処理】------------▼*/
/*　全ページサイド、トップのマージン処理　*/
	BODY {
		margin-top  : 0px;
		margin-left : 20px;
		}
/*　全ページマウスオーバー時のリンク色　*/
	:hover {
		color       : #FF8000;
	}
/*　【賃貸】ページ最下部のコピーライトのフォント設定　*/
	.footer_chin {
		font-size   : 11px;
		color:#FFFFFF;
		background-color:#0000dc;
		font-weight:bold;
		}
/*　バック罫線画像の位置設定(上部ナビ部分の背景枠)　*/
	.back_img_posi {
		background-repeat:no-repeat;
		background-position:center;
	}
/*　フォームの数字入力部分はIMEをオフ　*/
	.ime_off{
		IME-MODE: disabled;
	}

/*▲---------------------【ここまで-全ページ共通のスタイル処理】------------▲*/


/*▼---------------------【ここから-chin_select_mapのスタイル処理】---------▼*/

/*　バック画像の位置設定　*/
	.waku_gif {
		background-repeat:no-repeat;
		width:250px;
		height:120px;
		}
/*　【テキスト】賃貸物件検索の配置設定　*/
	.chin_select_font_01 {
		font-size : 15px;
		font-weight:bold;
		color:#FFFFFF;
		background-color:#0000dc;
		line-height:18px;
		width : 222px;
		position:absolute;
		top : 70px;
		left : 109px;
		letter-spacing : 5px;
		}
/*　【テキスト】種別の配置設定　*/
	.chin_select_font_02 {
		font-size   : 15px;
		font-weight:bold;
		color:#FFFFFF;
		background-color : #29ab1b;
		line-height:18px;
		width : 222px;
		height : 18px;
		position:absolute;
		top : 88px;
		left : 109px;
		letter-spacing : 3px;
		}
/*　【テキスト】検索する地域を選択して下さい。　*/
	.chin_select_font_03 {
		font-size : 15px;
		font-weight:bold;
		color:#000000;
		width : 222px;
		position:absolute;
		top : 113px;
		left : 109px;
		letter-spacing : 0px;
		}
/*　flash　*/
	.flash_css {
		position:absolute;
		top : 25px;
		left:105px;
		}
/*▲----------------------【ここまで-chin_select_mapのスタイル処理】--------▲*/


/*▼---------------------【ここから-chin_whereのスタイル処理】--------------▼*/
/*　フォントのサイズ設定　（都市を複数選択すると・・・）*/
	.chin_where_font_01 {
		font-size   : 13px;
		line-height:16px;
	}
	.chin_where_font_03 {
		font-size   : 10px;
	}
/*　フォントのサイズ設定　（検索結果一覧で・・・）*/
	.chin_where_font_02 {
		font-size   : 13px;
		line-height:30px;
		position    : relative;	/*　左余白を10px空ける　*/
		left        : 10px;

	}
/*　チェックボックスの大きさ変更　*/
	.check_box {
		width:12pt;
		height:13pt;
	}
/*▲---------------------【ここまで-chin_whereのスタイル処理】--------------▲*/


/*▼---------------------【ここから-chin_listのスタイル処理】---------------▼*/
/*　バックイラスト画像の位置設定　*/
	.list_img {
		background-repeat:no-repeat;
		background-position:left;
	}
/*▲---------------------【ここまで-chin_listのスタイル処理】---------------▲*/


/*▼---------------------【ここから-chin_detail、chin_toiawaseのスタイル処理】-------------▼*/
/*　バック罫線画像の位置設定　*/
	.waku_line_top {
		background-repeat:repeat-x;
		background-position:top;
	}
	.waku_line_left {
		background-repeat:repeat-y;
		background-position:left;
	}
	.waku_line_bottom {
		background-repeat:repeat-x;
		background-position:bottom;
	}
	.waku_line_right {
		background-repeat:repeat-y;
		background-position:right;
	}
/*▲---------------------【ここまで-chin_detailのスタイル処理】-------------▲*/
