<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* ----------
ページトップ
------------- */
html&gt;body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0
}

html&gt;body #pagetop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 0;
      }

#pagetop {
      _position: absolute;
      _right: 0;
      _top:expression(eval(document.compatMode &amp;&amp;
       document.compatMode=='CSS1Compat') ?
       documentElement.scrollTop
       +(documentElement.clientHeight-this.clientHeight) - 0
       : document.body.scrollTop
       +(document.body.clientHeight-this.clientHeight) - 0);
       _z-index: 500;
       margin: 0;

       }

* html .iepngfix,* html img{
       behavior: expression(IEPNGFIX.fix(this));
       } 

/* ----------
全体
------------- */
body{
	text-align:center;
	font-size:12px;
	color:#000;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-color: #fff;
}

html, body, #wrapper {height:100%;}

body &gt; #wrapper {height:auto; min-height:100%;}

a,
a:link,
a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#666;
	text-decoration:none;
}


#wrapper {
	width:1000px;
	text-align: left;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	width:980px;
	clear: both;
	margin-left: 10px;
	padding-bottom: 179px;
}  /* must be same height as the footer */



h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	color: #000;
	text-indent: 10px;
}

.clear {clear:both;}

.sp{letter-spacing: -0.1em;}
.text_s{font-size: 11px;}

/* ----------
ヘッダー
------------- */
#header{
	background-image: url(../img/img_header.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 1000px;
}

#logo{
	width:250px;
	display:inline;
	text-indent:-9999px;
	float: left;
}

#logo a{
	width:250px;
	height:70px;
	display: block;
	overflow:hidden;
	text-decoration:none;
}

#header_navi{
	width:268px;
	float: right;
}

#header_navi ul{
	margin-top: 52px;
	height: 29px;
	width: 268px;
}

#header_navi li#toppage{
	float: left;
}

#header_navi li#aboutus{
	float: left;
	margin-left: 10px;
}

#header_navi li#inquiry{
	float: left;
	margin-left: 10px;
}


/* ----------------------
メインイメージエリア
------------------------- */
#mainimg_area{
	width: 980px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainimg_area ul{
	background-image: url(../img/img_navi_back.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

#mainimg_area li{
	padding-bottom: 3px;
}

#left_navi{
	float: left;
	width: 210px;
}

#right_navi{
	float: left;
	width: 210px;
	margin-left: 10px;
}

#search{
	float: left;
	width: 540px;
	margin-left: 10px;
	height: 236px;
	overflow:hidden;
	overflow-x: hidden;
}

/* ----------------------
RECOMMEND ROOM
------------------------- */
#recommendroom_wp{
	background-image: url(../img/img_line.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	padding-bottom: 9px;
}

/* --RECOMMEND ROOMトピックス-- */
#recommendroom_topics{
	background-image: url(../img/img_recommendroom.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 980px;
	margin-top: 10px;
	margin-left: 10px;
}

#recommendroom_topics p{
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-indent: 154px;
	padding-top: 10px;
}

/* --RECOMMEND ROOM物件-- */
#recommendroom{
	width: 980px;
	margin-top: 5px;
	margin-left: 15px;
}
#recommendroom table{
}

#recommendroom table td{
	width: 196px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

.room_box{
	width: 186px;
}

.room_img{
}

.room_img a {
	border: 1px solid #eee;
	display: block;
	padding: 1px;
}
.room_img a:hover, .room_img a:active {
 	border: 1px solid #f00;
}

.room_box ul{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.room_box li.line{
	line-height: 18px;
}

.room_box li.layout{
	line-height: 18px;
}

.room_box li.price{
	line-height: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.space{
	padding-left: 15px;
}

.price_red{
	color: #f00;
}

.price_red2{
	color: #f00;
	font-weight: bold;
}

.price_bl2{
	font-weight: bold;
}

.etc{
	color: #fe3379;
	line-height: 100%;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}

.etc a,
.etc a:link,
.etc a:visited {
	color:#fe3379;
	text-decoration:none;
}

.etc a:hover,
.etc a:active {
	color:#fe3379;
	text-decoration:underline;
}

/* ----------------------
検索ページ上部メニュー
------------------------- */
#search_navi{
	background-image: url(../img/img_navi_back2.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 1000px;
	margin-top: 10px;
}

#search_navi ul{
	height: 26px;
	width: 745px;
	float: left;
	line-height: 26px;
	color: #FFF;
	padding-left: 10px;
}

#search_navi li{
	float: left;
}

#search_navi li a,
#search_navi li a:link,
#search_navi li a:visited {
	color:#fff;
	text-decoration:underline;
}

#search_navi li a:hover,
#search_navi li a:active {
	color:#fff;
	text-decoration:none;
}

#fv{
	float: right;
	width: 193px;
}

/* ----------------------
パンくず
------------------------- */
#pan{
	margin-top: 10px;
	margin-bottom: 15px;
}

#pan li{
	float: left;
	color:#000;
	line-height: 100%;
}

#pan li a,
#pan li a:link,
#pan li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

#pan li a:hover,
#pan li a:active {
	color:#0000ff;
	text-decoration:none;
}

/* ----------------------
次物件/リストへ戻る
------------------------- */
.next_list{
	margin-top: 15px;
	margin-bottom: 15px;
}

.next_list li{
	float: right;
	color:#000;
	line-height: 13px;
}

.next_list li a,
.next_list li a:link,
.next_list li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.next_list li a:hover,
.next_list li a:active {
	color:#0000ff;
	text-decoration:none;
}



/* ----------------------
左コンテンツ□トップページ
------------------------- */
#left_contents{
	float: left;
	width: 740px;
	margin-top: 10px;
	margin-bottom: 50px;
}

/* ----------------------
新着情報
------------------------- */
#news{
	width: 740px;
}

#news1{
	width: 365px;
	float: left;
}

#news2{
	width: 365px;
	float: right;
}

.news_box{
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	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: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}

.news_contents{
	height: 128px;
	width: 358px;
	overflow:scroll;
	overflow-x: hidden;
}

.topics{
	background-image: url(../img/img_dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 339px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.topics a,
.topics a:link,
.topics a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.topics a:hover,
.topics a:active {
	color:#0000ff;
	text-decoration:none;
}

.topics p{
	line-height: 18px;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
}

.news_date{
	color: #333;
	padding-right: 15px;
}

/* ----------------------
RECOMMENDROOM青
------------------------- */
#recommendroom_wp2{
	width: 740px;
}

.recommendroom_line{
	width: 740px;
	margin-top: 10px;
	background-image: url(../img/img_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 9px;
}

.recommendroom_line table {border-collapse:separate;border-spacing:5px;}
.recommendroom_line td {
	width:142px;
	text-align: center;
	vertical-align: top;
}

.recommendroom_line td ul{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
	text-align: left;
}

.recommendroom_line td li.line{
	line-height: 18px;
}

.recommendroom_line td li.layout{
	line-height: 18px;
}

.recommendroom_line td li.price{
	line-height: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.etc2{
	color: #fe3379;
	line-height: 100%;
	text-align: right;
	padding-right: 5px;
	padding-top: 7px;
}

.etc2 a,
.etc2 a:link,
.etc2 a:visited {
	color:#fe3379;
	text-decoration:none;
}

.etc2 a:hover,
.etc2 a:active {
	color:#fe3379;
	text-decoration:underline;
}

/* --RECOMMEND ROOM青トピックス-- */
.recommendroom_topics2{
	background-image: url(../img/img_recommendroom2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 740px;
}

.recommendroom_topics2 p{
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-indent: 154px;
	padding-top: 10px;
}

/* ----------------------
下部コンテンツ
------------------------- */
#bottom_contents{
	margin-top: 10px;
}

#qr{
	float: left;
	width: 230px;
}

#qr2{
	margin-top: 5px;
	width: 230px;
}

#bottom_info{
	float: right;
	width: 500px;
}

#info_box{
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}

#info_box p{
	line-height: 18px;
}

/* ----------------------
右コンテンツ□トップページ
------------------------- */
#right_contents{
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 50px;
}

/* --条件検索--- */
#clicks{margin-bottom: 5px;}

/* --SHOP INFORMATION--- */
#shop_information{
}

#shop_box{
	background-color: #FFF;
	border: 5px solid #eee;
}

#shop_img{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
}

.line_text{
	font-size: 11px;
	line-height: 100%;
	color: #333;
	text-align: center;
}

#shop_information table{
	width: 210px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#shop_information table th{
	width: 61px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

#shop_information table td{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	padding-bottom: 3px;
	padding-top: 3px;
}

#go_access{
	text-align: center;
	padding-bottom: 10px;
}

/* --オーナー査定--- */
#owner{margin-top: 5px;}

/* --キーワード検索--- */
#key_search{margin-top: 5px;
}

#key_box{
	background-color: #FFF;
	border: 5px solid #eee;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#key_box ul{
}

#key_box li{
	line-height: 28px;
	background-image: url(../img/img_mark.gif);
	background-repeat: no-repeat;
	text-indent: 23px;
	height: 28px;
	width: 210px;
}

#key_box li a,
#key_box li a:link,
#key_box li a:visited {
	color:#000;
	text-decoration:none;
}

#key_box li a:hover,
#key_box li a:active {
	color:#000;
	text-decoration:underline;
}

/* --サイドナビゲーション--- */
#side_navi{
	margin-top: 5px;
	background-color: #eee;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#side_navi li{
	margin-bottom: 2px;
}

/* ----------------------
左コンテンツ□下層
------------------------- */
#left_contents2{
	float: left;
	width: 735px;
	margin-bottom: 50px;
}

/* ----------------------
右コンテンツ□下層
------------------------- */
#right_contents2{
	float: right;
	width: 230px;
	margin-bottom: 50px;
}

/* --汎用-- */
.contents_wp{
	width: 725px;
	margin-left: 5px;
	margin-top: 7px;
}

.right_image{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #eee;
	padding: 4px;
	margin-top: 3px;
}

.w_line{
	border: 1px solid #FFF;
}

/* ----------------------
会社案内
------------------------- */
#aboutus_d{
}

#aboutus_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
	margin-bottom: 15px;
}

#aboutus_d h3{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #010100;
	background-image: url(../img/img_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
}

.greeting{
	line-height: 22px;
}

.greeting2{
	line-height: 22px;
	text-align: right;
	margin-bottom: 10px;
}

#aboutus_d table{
	border-top:solid 1px #ccc;
	width: 725px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#aboutus_d table th{
	background-color:#eee;
	line-height:18px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 140px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

#aboutus_d table td{
	line-height:18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	border-bottom-color: #CCC;
}

#aboutus_d table td a,
#aboutus_d table td a:link,
#aboutus_d table td a:visited {
	color:#000;
	text-decoration:none;
}

#aboutus_d table td a:hover,
#aboutus_d table td a:active {
	color:#000;
	text-decoration:underline;
}

#gmap{
	background-color: #eee;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 4px;
}

.g_text{
	margin-top: 5px;
	margin-left: 5px;
}

#aboutus_d ul{
	margin-top: 5px;
	margin-left: 5px;
}
#aboutus_d li{
	list-style-position: inside;
	list-style-type: square;
}

/* ----------------------
賃貸物件検索
------------------------- */
#search1_d{}

#search1_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 980px;
}

#search1_d h3{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #010100;
	background-image: url(../img/img_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin-top: 15px;
	margin-bottom: 14px;
}

.search_d_box{
	border: 1px solid #ddd;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 948px;
}

.search_d_box2{
	padding: 15px;
	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: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin: 0px;
}

.search_d_box h4{
	font-size: 14px;
	font-weight: normal;
	color: #010100;
	line-height: 100%;
}

.search_d_box2 h4{
	font-size: 14px;
	font-weight: normal;
	color: #010100;
	line-height: 100%;
}

/* --色指定--- */
.pk{color: #fe357a;font-weight: bold;}
.rd{color: #fe0000;font-weight: bold;}
.gr{color: #7cb00c;font-weight: bold;}
.pk_n{color: #fe357a;}

.pk a,
.pk a:link,
.pk a:visited {
	color:#fe357a;
	text-decoration:underline;
}

.pk a:hover,
.pk a:active {
	color:#fe357a;
	text-decoration:none;
}

.rd a,
.rd a:link,
.rd a:visited {
	color:#fe0000;
	text-decoration:underline;
}

.rd a:hover,
.rd a:active {
	color:#fe0000;
	text-decoration:none;
}

.gr a,
.gr a:link,
.gr a:visited {
	color:#7cb00c;
	text-decoration:underline;
}

.gr a:hover,
.gr a:active {
	color:#7cb00c;
	text-decoration:none;
}

/* --大江戸線--- */
.oedo{
	width: 948px;
	background-color: #eee;
	margin-top: 10px;
	margin-bottom: 15px;
}

.oedo table{margin-left: 5px;}

.oedo table td{
	width: 129px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

.oedo table td a,
.oedo table td a:link,
.oedo table td a:visited {
	color:#010000;
	text-decoration:underline;
}

.oedo table td a:hover,
.oedo table td a:active {
	color:#010000;
	text-decoration:none;
}

/* --丸の内線--- */
.marunouchi{
	width: 948px;
	background-color: #eee;
	margin-top: 10px;
	margin-bottom: 15px;
}

.marunouchi table{margin-left: 5px;}

.marunouchi table td{
	width: 129px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

.marunouchi table td a,
.marunouchi table td a:link,
.marunouchi table td a:visited {
	color:#010000;
	text-decoration:underline;
}

.marunouchi table td a:hover,
.marunouchi table td a:active {
	color:#010000;
	text-decoration:none;
}

/* --京王線--- */
.keio{
	width: 948px;
	background-color: #eee;
	margin-top: 10px;
	margin-bottom: 15px;
}

.keio table{margin-left: 5px;}

.keio table td{
	width: 129px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

.keio table td a,
.keio table td a:link,
.keio table td a:visited {
	color:#010000;
	text-decoration:underline;
}

.keio table td a:hover,
.keio table td a:active {
	color:#010000;
	text-decoration:none;
}

/* --駅徒歩--- */
.search_d_box2 table{margin-left: 5px;}

.search_d_box2 table td{
	width: 129px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

/* --更にこだわり条件--- */
.s_box{
	background-image: url(../img/img_dotline2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 948px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#tb1 td{
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

#tb2 td{
	width: 142px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
}

#tb3{margin-top: 5px;margin-bottom: 10px;}
#tb4{margin-top: 5px;}
#tb4 th{
	width: 113px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
	background-color: #ccc;
	line-height: 100%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#tb4 td{
	width: 815px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
}

#tb5{margin-left: 5px;}
#tb5 td{
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
}

/* --検索ボタン--- */
.search_btn1{
	background-color: #eee;
	text-align: center;
	height: 44px;
	width: 980px;
	margin-bottom: 20px;
}

.search_btn1 p{
	padding-top: 5px;
}

.search_btn2{
	background-color: #eee;
	text-align: center;
	height: 44px;
	width: 980px;
	margin-bottom: 50px;
}

.search_btn2 p{
	padding-top: 5px;
}

/* ----------------------
物件一覧
------------------------- */
#list_d{}

#list_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 980px;
}

/* --物件一列-- */
.list_line{
	width: 980px;
	background-image: url(../img/img_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 19px;
	padding-left: 10px;
	margin-top: 15px;
}

.room_box2{
	width: 184px;
	float: left;
	margin-right: 10px;
}

.room_box2 ul{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.room_box2 li.line{
	line-height: 18px;
}

.room_box2 li.layout{
	line-height: 18px;
}

.room_box2 li.price{
	line-height: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

/* ----次ページへのリンク部分---- */
.page{
	line-height: 100%;
	text-align: right;
	color: #666;
	margin-right: 15px;
	margin-top: 15px;
}

.pager_current{color: #ccc;}

.page a {color: #666;}
.page a:hover, #page a:active {color: #ccc;}

/* ----------------------
閲覧履歴
------------------------- */
#history{
	border: 4px solid #eee;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 5px;
}

#history table {
	border-collapse:separate;
	border-spacing:4px;
	margin-top: 4px;
	margin-left: 4px;
}
#history td {
	width:154px;
	text-align: center;
	vertical-align: top;
}

#history td ul{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
	text-align: left;
}

#history td li.line{
	line-height: 18px;
}

#history td li.layout{
	line-height: 18px;
}

#history td li.price{
	line-height: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

/* ----------------------
賃貸情報一覧
------------------------- */
#j_list_d{}

#j_list_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 980px;
}

#j_list_d h3{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #010100;
	background-image: url(../img/img_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin-top: 15px;
	margin-bottom: 14px;
}

.j_list_navi{
	margin-top: 15px;
	padding-bottom: 10px;
}

.j_list_navi p{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #010100;
	background-image: url(../img/img_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	float: left;
}

.j_use{
	float: right;
	width: 425px;
}
.j_use li{
	float: right;
	margin-left: 10px;
}

.number{
	width: 960px;
	margin-left: 10px;
}

.number li{
	float: left;
	margin-right: 15px;
}

.number li a,
.number li a:link,
.number li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.number li a:hover,
.number li a:active {
	color:#0000ff;
	text-decoration:none;
}

.number2{
	width: 400px;
	float: left;
}

.number2 li{
	float: left;
	margin-left: 10px;
}

.number2 li a,
.number2 li a:link,
.number2 li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.number li a:hover,
.number li a:active {
	color:#0000ff;
	text-decoration:none;
}

.narabi{
	width: 960px;
	margin-left: 10px;
	margin-top: 5px;
	height: 12px;
}

.narabi li{
	float: left;
	margin-right: 0px;
	line-height: 100%;
}

.narabi li a,
.narabi li a:link,
.narabi li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.narabi li a:hover,
.narabi li a:active {
	color:#0000ff;
	text-decoration:none;
}

/* --物件一覧（サムネイル表示）-- */
.list_line3{
	width: 980px;
	background-image: url(../img/img_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 19px;
	padding-left: 6px;
	margin-top: 15px;
}

.room_box3{
	width: 158px;
	float: left;
	margin-right: 4px;
}

.room_box3 ul{
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
}

.room_box3 li.line{
	line-height: 18px;
}

.room_box3 li.layout{
	line-height: 18px;
}

.room_box3 li.price{
	line-height: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.s_detail_go{
	padding-left: 24px;
	padding-top: 5px;
}

/* --物件一覧（一覧表示）-- */
#list_prv2{
}

#list_prv2 table{
	width: 980px;
	margin-top: 15px;
	border-collapse: collapse;
}

#list_prv2 table tr.tr1{background-color: #FFF;}
#list_prv2 table tr.tr2{background-color: #F6F6F6;}

#list_prv2 th{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#list_prv2 td{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	border: 1px solid #ccc;
	padding: 5px;
}

#list_prv2 th.p1{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 136px;
}

#list_prv2 th.p2{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 60px;
}

#list_prv2 th.p3{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.p4{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.p5{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.p6{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.p7{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.p8{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_prv2 th.g1{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ----------------------
賃貸物件詳細
------------------------- */
#c_list_d{}

#c_list_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 980px;
}

#c_detail_wp{
	width: 960px;
	margin-left: 10px;
}

/* --物件No〜---------------- */
#c_no{
	width: 960px;
	margin-top: 15px;
}

#c_no p{
	font-weight: bold;
	color: #01a0e9;
	float: left;
	line-height: 13px;
	padding-top: 6px;
}

.fv_use{
	float: right;
	width: 425px;
}
.fv_use li{
	float: right;
	margin-left: 10px;
}

.next_list2{
	float: right;
	width: 300px;
}
.next_list2 li{
	float: right;
	color:#000;
	line-height: 13px;
	padding-top: 6px;
}

.next_list2 li a,
.next_list2 li a:link,
.next_list2 li a:visited {
	color:#0000ff;
	text-decoration:underline;
}

.next_list2 li a:hover,
.next_list2 li a:active {
	color:#0000ff;
	text-decoration:none;
}

.fv_text{
	font-size: 11px;
	text-align: right;
	margin-top: 3px;
}

/* --物件名コメント---------------- */
#comment_box{
	background-color: #eee;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
}

#comment_box h3{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}

#comment_box p{
	line-height: 18px;
}

/* --詳細テーブル---------------- */
#c_tb{
	width: 960px;
	margin-top: 15px;
	border-collapse: collapse;
}

#c_tb th{
	font-size: 12px;
	font-weight: normal;
	background-color: #EEE;
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	padding-right: 3px;
	padding-left: 3px;
}

#c_tb td{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}

#c_tb td.d1{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}


#c_tb th.t1{
	width: 200px;
}

#c_tb th.t2{
	width: 200px;
}

#c_tb th.t3{
	width: 200px;
}

#c_tb th.t4{
	width: 150px;
}

#c_tb th.t5{
	width: 105px;
}

#c_tb th.t6{
	width: 105px;
}



#c_tb td.click2{
	line-height: 13px;
	color: #FFF;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #101188;
	border: 1px solid #ccc;
}

#c_tb td.line2{
	background-image: url(../img/img_line3.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding-top: 10px;
}

#c_tb td.line2 ul{
}

#c_tb td.line2 li{
	float:left;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;	
}

#c_tb2{
	width: 960px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#c_tb2 th{
	font-size: 12px;
	font-weight: normal;
	background-color: #EEE;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 1px solid #ccc;
	color: #333;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	vertical-align: top;
}

#c_tb2 td.d2{
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	text-align: left;
	color: #666;	
}

#c_tb2 td.d3{
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	text-align: left;
	color: #666;
	width: 160px;
}

/* --GoogleMap---------------- */
#googlemap{
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 15px;
}

#mark{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}




/* --INQUIRY BOX---------------- */
.inquiry_box{
	background-image: url(../img/img_inquiry.gif);
	background-repeat: no-repeat;
	height: 152px;
	width: 725px;
	margin-left: 117px;
}

.inquiry_box p{
	padding-top: 86px;
	padding-left: 175px;
}

.inquiry_box2{
	background-image: url(../img/img_inquiry.gif);
	background-repeat: no-repeat;
	height: 152px;
	width: 725px;
	margin-left: 5px;
}

.inquiry_box2 p{
	padding-top: 86px;
	padding-left: 175px;
}

/* ----------------------
売買物件検索
------------------------- */
#search2_d{}

#search2_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#search2_list{
}

#search2_list table {
	border-collapse:separate;
	border-spacing:9px;
	width: 733px;
	margin-left: 1px;
	margin-top: 6px;
}
#search2_list td {
	width:172px;
	vertical-align: top;
}

.box1{
	background-image: url(../img/img_box_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 172px;
	padding-bottom: 6px;
}

.box2{
	width: 172px;
	background-image: url(../img/img_box_re.gif);
	background-repeat: repeat-y;
}

.box3{
	background-image: url(../img/img_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 172px;
	padding-top: 6px;
}

.box3 h3{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 3px;
}

.article_image{
	width: 166px;
	background-image: url(../img/img_box_bar.gif);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
}

.box3 ul{
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

.box3 li{
	font-size: 11px;
	color: #666;
	line-height: 165%;	
}

.article_title{
	color: #000;
	padding-right: 3px;
}

.price_box{
	height: 26px;
	width: 160px;
	margin-left: 6px;
	background-color: #eee;
	margin-top: 10px;
}


.go_detail{
	padding-top: 3px;
	padding-bottom: 3px;
}

.go_detail p {
	margin-left: 20px;
}

.go_detail p a {
	background-image:url(../img/btn_detail.jpg);
	background-position:0px 0px;
	width:120px;
	height: 20px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display: block;
}

.go_detail p a:hover, .go_detail p a:active {
 	background-position:0px -20px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------------------
売買物件詳細
------------------------- */
#search2_detail_d{}

#search2_detail_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#deatil2_tb{
	width: 725px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-left: 5px;
}

#deatil2_tb th{
	font-size: 12px;
	font-weight: normal;
	background-color: #EEE;
}

#deatil2_tb td{
	font-size: 12px;
	font-weight: normal;
}

#deatil2_tb th.th06{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 138px;
	border: 1px solid #ccc;
}

#deatil2_tb th.th07{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	border: 1px solid #ccc;
}

#deatil2_tb th.th08{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	border: 1px solid #ccc;
}

#deatil2_tb th.th09{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 130px;
	border: 1px solid #ccc;
}

#deatil2_tb th.th10{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 189px;
	border: 1px solid #ccc;
}

#deatil2_tb th.th11{
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 89px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td06{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td07{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td08{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td09{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td10{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.td11{
	color: #666;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#deatil2_tb td.click{
	line-height: 13px;
	color: #FFF;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #01a0e9;
	border: 1px solid #ccc;
}

#deatil2_tb td.line{
	background-image: url(../img/img_line3.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding-top: 9px;
}

#deatil2_tb td.line ul{
}

#deatil2_tb td.line li{
	float:left;
	text-align: left;
	padding-left: 9px;
	padding-bottom: 9px;	
}


#deatil2_tb2{
	width: 725px;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-left: 5px;
}

#deatil2_tb2 th{
	font-size: 12px;
	font-weight: normal;
	background-color: #EEE;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 159px;
	border: 1px solid #ccc;
	color: #333;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	vertical-align: top;
}

#deatil2_tb2 td.td12{
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	text-align: left;
	color: #666;	
}

#deatil2_tb2 td.td13{
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	text-align: left;
	color: #666;
	width: 138px;
}

#go_inquiry{
	margin-left: 207px;
	padding-bottom: 10px;
}

/* ----------------------
こだわり条件検索
------------------------- */
#search3_d{}

#search3_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

.k_text{
	line-height: 22px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.kibou{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 2px;
}
#pass{
	margin-left: 242px;
}

#login{
	background-color: #eee;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#login p{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}

#login_btn{
	margin-left: 303px;
}

/* ----------------------
希望条件で依頼
------------------------- */
#request_d{}

#request_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
	margin-bottom: 15px;
}


.fixit{
	width: 125px;
	height: 26px;
	line-height: 14px;
}

.up{
	padding-top: 3px;
}

/* ----------------------
スタッフ紹介
------------------------- */
#staff_d{}

#staff_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

.staff_d_box{
	border: 1px solid #ddd;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.staff_d_box h3{
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	background-image: url(../img/bar_staff.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 703px;
	text-indent: 38px;
	margin-bottom: 10px;
}

.staff_img{
	width: 248px;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.staff_img p{
	border: 4px solid #eee;
}

.staff_prof{
	width: 703px;
	line-height: 22px;
}

/* ----------------------
ご契約までの流れ
------------------------- */
#flow_d{
}

#flow_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#flow_d h3.step1{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #01a0e9;
	background-image: url(../img/bar_step1.jpg);
	background-repeat: no-repeat;
	text-indent: 86px;
	height: 30px;
	width: 725px;
	margin-left: 5px;
	margin-top: 15px;
}

#flow_d h3.step2{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #01a0e9;
	background-image: url(../img/bar_step2.jpg);
	background-repeat: no-repeat;
	text-indent: 86px;
	height: 30px;
	width: 725px;
	margin-left: 5px;
	margin-top: 13px;
}

#flow_d h3.step3{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #01a0e9;
	background-image: url(../img/bar_step3.jpg);
	background-repeat: no-repeat;
	text-indent: 86px;
	height: 30px;
	width: 725px;
	margin-left: 5px;
	margin-top: 18px;
}

#flow_d h3.step4{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #01a0e9;
	background-image: url(../img/bar_step4.jpg);
	background-repeat: no-repeat;
	text-indent: 86px;
	height: 30px;
	width: 725px;
	margin-left: 5px;
	margin-top: 13px;
}

#flow_d h3.step5{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #01a0e9;
	background-image: url(../img/bar_step5.jpg);
	background-repeat: no-repeat;
	text-indent: 86px;
	height: 30px;
	width: 725px;
	margin-left: 5px;
	margin-top: 18px;
}

#flow_d p{
	line-height: 22px;
}

.f_right_image{
	float: right;
	margin-bottom: 2px;
	margin-left: 20px;
	background-color: #eee;
	padding: 4px;
	margin-top: 3px;
}

.f_left_image{
	float: left;
	margin-bottom: 2px;
	margin-right: 20px;
	background-color: #eee;
	padding: 4px;
	margin-top: 3px;
}

/* ----------------------
お役立ち情報
------------------------- */
#useful_d{}

#useful_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#useful_btn{
	margin-top: 15px;
	margin-left: 207px;
}

#useful_d table{
	
}

.adb{
	margin-top: 25px;
	font-size: 11px;
	margin-left: 5px;
}

.reader{
	margin-top: 5px;
	margin-left: 5px;
}


/* ----------------------
プライバシーポリシー
------------------------- */
#privacy_d{
}

#privacy_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#privacy_d h3{
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #010100;
	background-image: url(../img/img_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin-bottom: 6px;
	margin-top: 15px;
}

#privacy_d p{
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#privacy_d li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 5px;
	margin-left: 33px;
	line-height: 20px;
}

/* ----------------------
オーナー様無料査定依頼
------------------------- */
#owner_d{
}

#owner_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

/* ----------------------
不動産トラブル相談
------------------------- */
#consul_d{
}

#consul_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

/* ----------------------
プライバシーポリシー
------------------------- */
#club_d{
}

#club_d h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 13px;
	background-image: url(../img/bar_h2_2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 735px;
}

#club_d p{
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#club_d ul{
	margin-top: 20px;
	margin-bottom: 30px;
}

#club_d li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
}

#club_d .bt_30{
	margin-bottom: 50px;
}

#club_d .club_box{
	overflow: hidden;
	zoom: 1;
}

#club_d .club_bt01{
	margin-right:15px;
	float: left;
	width: 360px;
}

#club_d .club_bt02{
	float: right;
	width: 360px;
}



/* ----------
フッター
------------- */
#footer {
	clear: both;
	width: 1000px;
	height: 179px;
	position: relative;
	margin-top: -179px; /* negative value of footer height */
	background-image: url(../img/img_footer.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* フッターナビ------------------------ */
#footer_navi{
	width: 990px;
	margin-left: 10px;
	padding-top: 15px;	
}

#footer a,
#footer a:link,
#footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover,
#footer a:active {
	color:#000;
	text-decoration:underline;
}

.footer_line1{
	width: 990px;
}

.footer_line1 li{
	line-height: 13px;
	background-image: url(../img/img_icon1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
	float: left;
	margin-right: 10px;
}

.footer_line2{
	width: 990px;
	margin-top: 10px;
}

.footer_line2 li{
	line-height: 13px;
	background-image: url(../img/img_icon2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
	float: left;
	margin-right: 10px;
}

#footer h2{
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
	text-align: right;
	padding-top: 35px;
}

#footer p{
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
}




/* ------------------------------
---------------------------------
sexylightbox
---------------------------------
--------------------------------- */

#SLB-Wrapper
{
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background
{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top
{
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top a
{
  float:right;
  display:inline;
  padding:0;
  margin:5px 10px;
  width:41px;
  height:16px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Top a:hover
{
  background-position:0px -16px;
}

#SLB-Wrapper #SLB-Top img
{
  float:right;
  border:0px;
  margin:6px 10px;
  width:41px;
  height:16px;
}

#SLB-Wrapper #SLB-Top div
{
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom
{
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight
{
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav
{
  background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido
{
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador
{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  display:inline;
  padding:0;
  margin:0;
  width:26px;
  height:26px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right
{
  background-position:26px 0;
  margin:0 18px 0 10px;
  float:right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover
{
  background-position:26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  background-position:52px 0;
  margin-right:10px;
  float:left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover
{
  background-position:52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong
{
  display: block;
  padding-top:5px;
}


/* 追加 */
.text_s label {font-size: 11px;}

a:hover img {opacity: 0.7;}

.bden_3bana{
	margin: 10px 10px 0px;
	overflow: hidden;
	zoom: 1;
        width: 980px;
}

.bden_bana01{
	margin-right:10px;
	float: left;
	width: 320px;
}

.bden_bana02{
	margin-right:10px;
	float: left;
	width: 320px;
}

.bden_bana03{
	float: right;
	width: 320px;
}</pre></body></html>