@charset "shift_jis";
/* CSS Document */

/*全ページ共通項目*/

body {
	color : #000000;
	font-weight:normal;
	text-align:center;
	margin-top: 0px;
}

a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";}

/*幅をサイトに合わせる*/
.container{
	width:1000px;
	height:58px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/title-bg.jpg);
	margin:0 auto;
	top: 0px;
	height: auto;
}


.container_new{
	width:1000px;
	border: 0px solid #CCCCCC;
	top: 0px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
}

.container2{
	width:1063px;
	margin:0 auto;
	padding:0;*bodyの内側の色（サイト全体に反映）*/
	
}
.container3{
	width:1000px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/title-bg2.jpg);
	margin:0 auto;
	top: 0px;
	height: auto;
}

table,tr,td{
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	color : #000000;
}
	
#head {
	width: 1020px;
	height: 21px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	float: none;
	text-align:center;
	margin:auto;

	}
#head H1{
	font-size :10px;
	font-weight :bold;
	color : #000000;
	float: left;
	padding-top: 0px;
	margin-left: 5px;	

}

#head H2{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	padding-top: 0px;
	float: right;
	margin-right: 5px;


}
#head H2 a{ text-decoration: none; }

.foot{
	font-size :12px;
	font-weight :bold;
	color : #FFFFFF;
	width: 100%;
	background-repeat: repeat;
	background-image: url(img/foot-bg01.jpg);
	height: 50px;
	text-align: center;
	float: left;
	padding-top: 20px;
}

.foot_2{
	font-size :12px;
	color : #FFFFFF;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(img/foot-bg02.jpg);
	height: 100px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.foot_3{
	font-size :12px;
	font-weight :bold;
	color : #FFFFFF;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(img/foot-bg03.jpg);
	height: 30px;
	text-align: center;
	float: none;
	padding-top: 5px;
	padding-bottom: 10px;
}



H1{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	}

H2{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	}

H3{
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	margin:0;
	line-height: 22px;
}
H3 a{ text-decoration: none;
      color: #000000; }
	  
H3 a:link,
H3 a:visited {
      color: #000000;
      text-decoration: none;
}
	  
H3 a:hover,
H3 a:active {
      color: #000000;
      text-decoration: underline;
}

img{
	border:0;
}

.rss_textcolor{
	color:#777777
}

.scrolllayerfixed {
	float: right;
	margin-top: 144px;
	padding:0;
	width: 30px;
}

#search_button{
	background-image:url(img/login-search.jpg);
border:0px;
width:263px;
height:40px;
color:#ffffff;
	font-size : 14px;
	font-weight : bold;
text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	margin:0;
} 


/*フッター部分（文字サイズ、色、背景色、高さ、テキスト位置全指定）*/
.footer {
	font-size: 12px;
	line-height:15px;
	color: #000000;
	padding-right: 0px;
	text-align: right;
	background-image: url(img/footer.jpg);
}

#jsp{
	width:1000px;
	font-size:12px;
	height:18px;
	text-align:right
	}

/*サイト統一tableカラー（線の色）<tr>は基本白*/
.bgcolor{
	background-color:#999;
}
	
.bgcolor tr{
	background-color:#FFF;
}
	
/*全ページ共通ここまで*/

/*リスト共通関連項目*/

table.datas {
	border-collapse:collapse;
	text-align:left;
	width: 100%;
}
table.datas tr th {
	border:1px solid #999;
	background:#ccc;
	padding:2px 5px;
	text-align:left;
	font-weight: normal;
}
table.datas tr td {
	border:1px solid #999;
	background:#fff;
	padding:10px;
}

/*リストのこだわり条件・条件検索項目のタイトル部分の色*/
.list_menu {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #0033FF;
}

/*リスト、お気に入り、物件詳細の項目タイトル1段目のカラー*/
.list_headr {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #F5EED2;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

/*リスト、お気に入り、物件詳細の項目タイトル1段目のリンクカラー*/
.list_headr a:link{
	color:#FFF;
}

/*リスト、お気に入り、物件詳細の項目タイトル2段目のカラー*/
.list_headr2 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #F5EED2;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

/*リスト、お気に入り、物件詳細の項目タイトル2段目のリンクカラー*/
.list_headr2 a:link{
	color:#FFF;
}
	
/*リストの一覧部分の項目（ｂは家賃部分の色）*/
.list_row_data{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	color:#000;
}
	
.list_row_data b{
	color:#F00;
}

/*リスト一覧項目の線色*/
#list_row_data_margin{
	margin-bottom:5px;
	background-color:#000;
}

/*リスト写真一覧・間取り一覧の物件背景*/
.list_p_picture_bg {
	font-size: 12px;
	line-height: 18px;
	background-color: #CAE4FF;
	text-align: center;
}

/*リスト写真一覧・間取り一覧の項目背景*/
.list_p_koumoku_bg {
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
	text-align: center;
}

/*リスト写真一覧・間取り一覧の物件背景の線の色*/
.list_madori_picture_bg{
	margin:10px 0 10px 0;
	}

/*リスト物件一覧項目の背景の枠*/
.list_koumoku_bg{
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(img/koumoku_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 8px;
	background-position: center bottom;
	margin: 3px;
	height: 35px;
}

/*リスト物件一覧項目の背景の枠*/	
.sho_koumoku{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
.sho_koumoku td{
	border:1px solid #CCCCCC;
}
.sho_koumoku td table td{
	border:0px none;
}
.sho_mainimg{
	border:2px solid #EEEEEE;
}

th{
	background-color:#F7F7F7;
	font-weight:normal;
	border:1px solid #CCCCCC;

}
.tel{
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	color:#F00;
}
.bo{
	border:1px solid #CCC;
}


/*リスト一覧背景（線の色）*/
.list_itiran_bg{
	background-color:#000;
	}

/*リスト表示方法104029追加*/
ul.show {
      float: right;
      font-style: normal;
      list-style: none;
}
ul.show li {
      float: left;
      margin-right: 5px;
      border: 1px #666666 solid;/*枠の色*/
      font-weight: bold;
}
ul.show li a {
      display: block;
      padding: 2px 5px;
      color: #666666;/*フォントの色*/
      background-color: #FFFFFF;/*背景色*/
}
ul.show li a:link,
ul.show li a:visited {
      text-decoration: none;
}
ul.show li a:hover,
ul.show li a:active {
      background-color: #ffff99;/*オンマウス時背景色*/
      text-decoration: none;
}
/*リストページャ104029追加*/
ul.pager {
	float: right;
	font-style: normal;
	list-style: none;
	margin-bottom: 3px;
}
ul.pager li {
      float: left;
      margin-right: 3px;
      margin-bottom: 3px;
      border: 1px #DFDFDF solid;/*枠の色*/
      font-weight: bold;
}
ul.pager li a {
      display: block;
      padding: 2px 3px;
      color: #FFFFFF;/*フォントの色*/
}
ul.pager li a:link,
ul.pager li a:visited {
	display: block;
	padding: 2px 3px;
	background: #ffffff;/*背景色*/
	color: #0066CC;/*フォントの色*/
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #0066CC;/*オンマウス時の背景*/
	        color: #FFFFFF;/*フォントの色*/
      text-decoration: none;
}
ul.pager li strong {
      display: block;
      padding: 2px 3px;
      background: #F5F5F5;/*背景色*/
      color: #000000;/*フォントの色*/
      text-decoration: none;
}

/*リスト関連項目ここまで*/




/*詳細関連項目*/	
.shosai_koumoku {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #0033FF;
	text-align: center;
}

.shosai_header{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:center;
}
	
.shosai_main{
	background-color:#FFF;
	font-size:12px;
	line-height:15px;
	padding:5px;
	color: #000000;
	}

.shosai_yachin{
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	color:#F00;
}

/*リスト一覧の家賃も併用*/


/*詳細写真テンプレ項目*/

.shosai_template_picture_bg{
	padding: 10px;
	width: 980px;
	text-align: center;
	background-repeat: repeat;
	margin-left: 10px;
	border: 1px solid #666666;
	}
	
/*基本はbgcolorと一緒（marginは基本編集しない）*/
.shosai_template_bg{
	background-color:#CCC;
	margin:10px 0 10px 0;
    }
	
#shosai_toiawase{
	background-color:#FFF;
	}

/*メールフォーム関連項目*/

/*基本は色をつけない部分*/	
.mailform_koumoku{
	background-color:#FFF;
	color:#000;
	font-size:12px;
	line-height:18px;
	padding:5px;
	}
	
/*色をつける*/
.mailform_menu {
	font-size: 12px;
	line-height:18px;
	padding:5px;
	color: #000;
	background-color: #EEE;
	text-align:left;
}

/*お気に入り関連項目*/

/*項目の線の色*/
.favorite_koumoku{
	background-color:#000;
	margin: 5px 5px 5px 5px;
	}
	
.favorite_block{
	background-color:#FFF;
	margin: 5px 0px;
	}
	
/*物件を囲っている枠*/
.favorite_border{
	border:1px solid #666666;
	}

/*基本編集しない部分*/
.favorite_row_bg1{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	}
	
.favorite_row_bg2{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	}
	
.favorite_block_padding{
	padding: 10px 5px 10px 15px;
	}
	
.favorite_block_checkbox_bg{
	background-color:#FFF;
	}
	
.favorite_checkbox_bg{
	background-color:#FFF;
	}
/*ここまで*/
/*お気に入り関連項目ここまで*/


/*検索関連項目*/
.search_koumoku{
	font-size: 14px;
	line-height:22px;
	background-color:#FFF;
	}
	
.search_eki_border{
	border:#FFF 1px solid;
	}
	
	

/*ＴＯＰ特選カラー（bは家賃部分の色）*/
.tokusen_komoku{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku2{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku3{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku4{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku b{
	color:#F00;
	}

.tokusen_komoku2 b{
	color:#F00;
	}
	
.tokusen_komoku3 b{
	color:#F00;
}
	
.tokusen_komoku4 b{
	color:#F00;
	}
/*ＴＯＰ特選カラーここまで*/
	
.lpo_bg{
	background-image:url(img/coment2.jpg);
	background-repeat:no-repeat;
}

.kakaku {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #CC0000;
	LINE-HEIGHT: 24px;
}

/*項目の線の色*/
.favorite_koumoku{
	background-color:#000;
	margin: 15px 15px 15px 5px;
}
	
.favorite_block{
	background-color:#FFF;
	margin: 10px 0px;
}
	
/*物件を囲っている枠*/
.favorite_border{
	border:1px solid #000000;
}

/*基本編集しない部分*/
.favorite_row_bg1{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
}
	
.favorite_row_bg2{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
}

.favorite_block_padding{
	padding: 10px 5px 10px 15px;
	}
	
.favorite_block_checkbox_bg{
	background-color:#FFF;
}
	
.favorite_checkbox_bg{
	background-color:#FFF;
}

/*ここまで*/
/*お気に入り関連項目ここまで*/

/*物件詳細項目の背景色*/
.koumoku_bg {
	background-color: #E9F0FF;
}

/*追加CSS*/

/*マンションの項目の色*/
.koumoku_bg_m{
	background-color:#C1E7FF;
		font-size: 14px;
			font-weight:bold;
}

/*一戸建ての項目の色*/
.koumoku_bg_i{
	background-color:#FFE6AA;
}

/*土地の項目の色*/
.koumoku_bg_t{
	background-color:#D6F3C7;
}

/*投資の項目の色*/
.koumoku_bg_to{
	background-color:#F6F6F6;
}

.menu_bg{
	padding-left:20px;
	background-image:url("img/menu_bg.gif");
	background-repeat:no-repeat;
}

#menu ul{
	margin-left:240px;
	margin-top: 110px;
}

#menu li{
	font-size:14px;
	margin-left:20px;
	float:left;
	list-style:none;
}

#menu a,#menu a:link, #menu a:visited{
	color:#000000;
}

#menu a:hover{
	color:#000000;
}

.margin-box{
	margin-top:5px;
}

.margin-box2{
	margin-top:10px;
}

.red{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.size20{
	font-size:28px;
	font-weight:bold;
	color:#333333;
	line-height:60px;
}
.size24{
	font-size:24px;
	font-weight:bold;
	color:#333333;
	line-height: 50px;
}
.qrcomment{
	font-size:10px;
}

.list_comment{
	font-size:34px;
	font-weight:bold;
	color:#FF0000;
	line-height:34px;
}

.shinchaku{
	background-image: url(img/icons/i-new.gif);
	line-height: 18px;
	background-repeat: no-repeat;
	display:block;
	width:42px;
}

.member{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.white{
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
}
.white_14{
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	line-height:22px;
}
.white_14 a {
      color: #FFFFFF;
	  text-decoration: none;
}
.white_14 a:link,
.white_14 a:visited {
      color: #FFFFFF;
      text-decoration: none;
}
.white_14 a:hover,
.white_14 a:active {
      color: #FFFFFF;
      text-decoration: underline;
}



.base_11{
	font-size:11px;
	font-weight: normal;
	color:#000000;
	LINE-HEIGHT: 13px;
}
.base_11 a {
      color: #000000;
	  text-decoration: none;
}
.base_11 a:link,
.base_11 a:visited {
      color: #000000;
      text-decoration: none;
}
.base_11 a:hover,
.base_11 a:active {
      color: #000000;
      text-decoration: underline;
}

.base_11_b{
	font-size:11px;
	font-weight: normal;
	color:#0000FF;
	LINE-HEIGHT: 20px;

}

.base_12 {
	FONT-SIZE: 12px;
	COLOR: #333333;
	LINE-HEIGHT: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.base_12pad {
	FONT-SIZE: 12px;
	COLOR: #333333;
	LINE-HEIGHT: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 5px;
}

.base_13 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.base_13_b {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #0000FF;
	LINE-HEIGHT: 20px;
	background-color: #E6F2FF;
}

.base_13normal {
	FONT-SIZE: 13px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.base_13 a {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
}
.base_13 a:link,
.base_13 a:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
}
.base_13 a:hover,
.base_13 a:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
}

.base_13_666 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #666;
	LINE-HEIGHT: 20px;
}
.base_14 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #000;
	LINE-HEIGHT: 22px;
	text-decoration: none;
}

.size_14 {
	FONT-SIZE: 14px;
	COLOR: #000000;
	LINE-HEIGHT: 20px;
	text-decoration: none;
}

.base_14 :link,
.base_14 :visited {
	text-decoration: underline;
	color: #000000;
}

.base_14 :hover,
.base_14 :active {
      text-decoration: underline;
}

.base_14 a {
      color: #000000;
	  text-decoration: none;
}
.base_14 a:link,
.base_14 a:visited {
      color: #000000;
      text-decoration: none;
}
.base_14 a:hover,
.base_14 a:active {
      color: #000000;
      text-decoration: underline;
}

.base_16{
	font-size:16px;
	font-weight:bold;
	color:#444444;
	line-height:45px;
}
.base_16 a:link,
.base_16 a:visited {
      color: #444444;
      text-decoration: none;
}
.base_16 a:hover,
.base_16 a:active {
      color: #444444;
      text-decoration: underline;
}

.base_18{
	font-size:18px;
	font-weight:bold;
	color:#444444;
	line-height:30px;
}

.top_no {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: normal;
	background-color: #0066CC;
	padding: 3px;
	height: 20px;
	width: 20px;
}

.box{
　　border:solid #999999 1px;
	}


.icon_price{
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#99CC00;
	width: 135px;
	background-repeat: no-repeat;
	text-align: center;
	height: 10px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}	

.icon_man{
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#FF0000;
	width: 65px;
	background-repeat: no-repeat;
	text-align: center;
	height: 12px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.icon_new{
	color:#FF0000;
	padding: 3px;
	font-size: 12px;
	line-height: 5px;
	font-weight: bold;
	text-decoration: none;
}

.icon_douga{
	background-color:#996600;
	color:#FFFFFF;
	padding: 5px;
}

.icon_kitchin{
	background-color:#FF3333;
	color:#FFFFFF;
	padding: 5px;
}

.ondes {color: #999;}

/*リストページ*/

.list_count{
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

.img_circle{
	width:172px;
	height:140px;
	border:1px solid #CCCCCC;
	padding:3px;
	text-align:center;
}

.list_h{
	margin-left:40px;
}

.list_navi{
	line-height:40px;
	background-image:url("img/");
}

.list_navi ul{
	margin:0;
	padding:5;
}

.list_navi li{
	float:left;
	list-style:none;
	margin-right:30px;
}

.list_shubetsu{
	color:#484422;
	font-weight:bold;
	background-color:#C4BA85;
	padding:5 40px;
	border:solid 1px #998D4A;
}

.list_navi2 ul{
	margin:0;
	padding:0;
}

.list_navi2 li{
	float:left;
	list-style:none;
	margin-right:5px;
}

.list_data{
	margin-left:10px;
}

.list_data_width{
	width:290px;
}

.list_data_mon{
	padding:5 10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
}

.list_comment_mon{
	padding: 1;
	color:#666666;
	font-weight:bold;
	height: 13px;
	width: 140px;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	float: left;
}

.list_data2{
	background-color:AAAAAA;
	height:145px;
}

.list_data2_1{
	width:70px;
	color:#333333;
	font-weight:bold;
	background-color:#F2F2F2;
}

.list_data2_2{
	width:130px;
	background-color:#FFFFFF;
	text-indent:5px;
}

.list_under{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #333333;
}

.underline{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	border-bottom:solid 1px #CCCCCC;
}

.sitemap{
	border:solid #999999 1px;
}

.sitemap td a{
	color:#333333;
	text-decoration:none;
}

.sitemap td a:hover{
	text-decoration:underline;
}
.base_line {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: scroll;
	background-position: center center;
}
.red02 {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	font-weight: bold;
}
.red03 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0000;
}

.base_14_2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/*ログインフォームの幅*/

.form2{
	width:125px;
	height:24px;
}

/*シミュレータ*/

.simu_koumoku{
	font-size:14px;
	font-weight:bold;
}

.simu_form{
	color:#333333;
	height:auto;
	text-align:right;
}

.simu_form2{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	height:auto;
	text-align:right;
}

/*タイトル部分*/

/*エリア部分*/
.title{
	width: 450px;
	float: left;
}

.title-a{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#0000FF;
	margin-top: 20px;
	margin-right: 10px;
	width: 450px;
	float: right;
}
.title-a2{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#0000FF;
	margin-top: 10px;
	margin-right: 0px;
	width: 358px;
	float: right;
}

.touroku-a{
	font-size:12px;
	font-weight:bold;
	color:#0000FF;
	margin-top: 15px;
	width: 150px;
	float: right;
	padding-bottom: 6px;
	clear: right;
}
.login-a{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#0000FF;
	margin-top: 15px;
	margin-right: 5px;
	width: 150px;
	float: right;
	padding-bottom: 6px;
}

/*左部分*/
.left-a{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/left-bg01.jpg);
	margin-top: 0px;




	font-weight: nomal
	height: 100px;
	padding-top:37px;
	padding-bottom:10px;
	
}

.left-a li{
	font-size: 12px;
	line-height: 20px;
	font-weight: nomal;
	color: #000000;
	padding-left:10px;
}

/*一覧*/

.l-left-a{
	width:100%;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/s-right-g02.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: aout;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;	
}

.l-left-b{
	width:170px;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal
	height: aout;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 5px;
}

.l-main-f{
	width:795px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	text-indent: 5px;
	background-repeat: repeat;
	padding-top: 10px;
	text-indent: 10px;	
}


html>/**/body l-main-a{
	width:792px;
	background-image: url(img/l-main-g02.jpg)\9;
	padding-left: 11px\9;
	line-height: 20px\9;
	font-size: 14px\9;
	font-weight: bold\9;
	height: auto\9;
	text-indent: 5px\9;
	background-position-x: -4px\9;
	background-repeat: repeat;
}

.l-main-a{
	width:795px;
	background-image: url(img/l-main-g02.jpg);
	padding-left: 11px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	text-indent: 5px;
	background-position-x: -4px;
	background-repeat: repeat;
}

html:first-child.l-main-a{
	width:792px;
	background-image: url(img/l-main-g02.jpg);
	padding-left: 11px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	text-indent: 5px;
	background-position-x: -4px;
    background-repeat: repeat;
}

*:first-child+html.l-main-a{
	width:792px;
	background-image: url(img/l-main-g02.jpg);
	padding-left: 11px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	text-indent: 10px;
    background-position-x: -4px;
	background-repeat: repeat;
}

* html.l-main-a{
	width:792px;
	background-image: url(img/l-main-g02.jpg);
	padding-left: 11px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	text-indent: 5px;
	background-position-x: -4px;
	background-repeat: repeat;
}

.l-main-atop{
	background-image: url(img/l-main-g01.jpg);
	height: 12px;
	width: 798px;
	line-height: 18px;
	background-repeat: no-repeat;
	vertical-align: middle;
	white-space: normal;
}

.l-main-abottom{
	background-image: url(img/l-main-g03.jpg);
	height: 12px;
	width: 795px;
	line-height: 18px;
	background-repeat: no-repeat;
	vertical-align: middle;
	white-space: normal;
}

.l-main-b{
	width:795px;
	border: 0px;
	background-image: url(img/l-main-g02.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal
	padding-top:0px;
	padding-bottom:0px;
	font-size: 14px;
	text-align: right;
	padding-right: 12px;

}

.l-main-c{
	width:795px;
	background-image: url(img/l-main-bar01.jpg);
	font-size: 12px;
	height: 35px;
	padding-top: 10px;
	line-height: 20px;
	margin-right: 2px;
	margin-left: 10px;
	text-indent: 5px;
}
.l-main-d{
	width:795px;
	border: 0px;
	background-image: url(img/l-main-bg01.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal;
	padding-top:0px;
	padding-bottom:5px;
	font-size: 12px;
	padding-right: 0px;
	height: 180px;
	padding-top: 5px;
	line-height: 20px;
}
/*一覧1枠のスタイル*/
.l-main-d2{
	width:795px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding-left: 2px;
	height: 245px;
	padding-top: 5px;
	line-height: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*一覧カーソル範囲広げる
.l-main-d2 a {
 display: block;
}

.l-main-d2 a:hover {
	background-color: #F7DDD7;
	color: #fff;
}

.label:hover {
	background-color: #DFDFDF;
}
*/

/*一覧表示切り替えタブ*/
ul.tabmenu {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:720px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:150px;
	line-height: 27px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: transparent url(img/list_off.jpg) no-repeat 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu li.act {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu li a {
	width:150px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	background: transparent url(img/list_off.jpg) no-repeat 100% 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.tabmenu li a:visited {
	color: #000000;
}
ul.tabmenu li:hover {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu li:hover a, * ul.tabmenu li a:hover {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 100% 0px;
}
div.tabbody {
	border: #777777 1px solid;
	width: 100%;
	margin-top: -1px;
}

/*一覧テキスト*/
.new {
	font-size: 12px;
	line-height: 12px;
	color: #FF0000;
	font-weight: bold;
}
.mansitsu {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
}
.price {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #FFCC00;
}
.comment {
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	height: 22px;
	width: 220px;
	text-decoration: none;
	text-align: left;
}
/*一覧種別ごとの背景色別区分マンション*/
.shubetsu11{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}
/*一覧種別ごとの背景色別売りマンション一棟*/
.shubetsu12{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #66CCFF;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}
/*一覧種別ごとの背景色別売りアパート一棟*/
.shubetsu13{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF9999;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}
/*一覧種別ごとの背景色別戸建賃貸*/
.shubetsu14{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF9933;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}
/*一覧種別ごとの背景色別売り店舗・事務所*/
.shubetsu15{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}


.shubetsu16{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}

.shubetsu17{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}

.shubetsu18{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}
.shubetsu19{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}

.shubetsu20{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}

.shubetsu21{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003399;
	width: 140px;
	background-repeat: no-repeat;
	text-align: center;
	height: 16px;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
}

.koumoku {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: nomal;

}
.koumoku2 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
}

.koumoku_title {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	background-color: #F0F0F0;
}

.kakaku {
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	line-height: 30px;
	background-color: #FFFFFF;
}
.kakaku_s {
	font-size: 16px;
	color: #FF0000;
	font-weight: bolder;
	font-family: "小塚ゴシック Pro R";
	line-height: 30px;
	font-style: normal;
	background-color: #FFFFFF;
}

.kakaku_b {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	font-family: "小塚ゴシック Pro R";
	line-height: 30px;
	font-style: normal;
	background-color: #FFFFFF;
}

.kakaku_blue {
	font-size: 16px;
	color: #3366CC;
	font-weight: bolder;
	font-family: "小塚ゴシック Pro R";
	line-height: 30px;
	font-style: normal;
	background-color: #FFFFFF;
}
.rimawari {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	line-height: 22px;
}
.rimawari_s {
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
}



/*トップ　左サイド*/

.t-left-b{
	width:190px;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal
	height: aout;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 20px;
	font-size: 12px;
	color: #003366;
	padding-right: 0px;
	text-decoration: none;
	text-indent: 8px;
}

.t-left-b :link,
.t-left-b :visited {
      text-decoration: underline;
}

.t-left-b :hover,
.t-left-b :active {
      text-decoration: underline;
}

.t-left_top{
	width:200px;
	background-repeat: no-repeat;
	background-image: url(img/t-left-g01.jpg);
	margin-top: 5px;
	height: 35px;
	padding-top:15px;
	padding-bottom:5px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.t-left-c{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-left-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: 100px;
	padding-top:44px;
	padding-bottom:5px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #0000FF;
	
}

.shinjoho {
	font-size: 12px;
	color: #0000FF;
	line-height: 24px;
}
/*トップ　左サイドblueback*/
.t-left-b2 {
	width:190px;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal
	height: aout;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 20px;
	font-size: 12px;
	color: #0000FF;
	padding-right: 0px;
	text-decoration: none;
	background-color: #EEF7FF;
	text-indent: 8px;
}

.t-left-b3 {
	width:180px;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	margin-top: 0px;
	font-weight: nomal
	height: aout;
	line-height: 20px;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px;
	word-spacing: 5px;
}

.t-left-c{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-left-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: 100px;
	padding-top:44px;
	padding-bottom:5px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #0000FF;
	
}

.shinjoho {
	font-size: 12px;
	color: #0000FF;
	line-height: 24px;
}




/*トップ　マイページ*/

.t-main-m{
	width:1000px;
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/my-bg1.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100%;
	padding-top:6px;
	padding-bottom:3px;
}

.my-s {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	line-height: 20px;
	padding: 4px;
}
.my-s-k {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/my-s-bg1.jpg);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	width: auto;
/*	height: 24px;*/
	float: left;
	background-repeat: no-repeat;
}

.my-s-k2 {
	height: 10px;
	background-image: url("img/my-bg2.jpg");
	background-repeat: no-repeat;
}

/*トップ　メイン*/

.t-main-z{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/main-toku-bg01-2.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: auto;
	padding-top: 40px;
}

.t-main-sho{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/main-toku-sho1.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: auto;
	padding-top: 40px;
}
.t-main-chiku{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/main-toku-chiku1.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: auto;
	padding-top: 40px;
}
.t-main-a{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-main-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: auto;
	padding-top: 26px;
}
.t-main-b{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-main-bg02.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: auto;
	padding-top: 30px;
}
.t-main-key{
	font-weight: nomal
	padding-left: 5px;
	line-height: 16px;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	
	
}
.t-main-toku_a{
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-main-toku04.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 26px;
	margin-bottom: 2px;
	font-size: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.t-kakaku {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 24px;

}
.t-kakaku2 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 28px;

}
.t-kakaku_s {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	font-style: italic;

}
.t-rimawari {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
}
.t-rimawari2 {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
}
.t-rimawari_s {
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	font-family: "小塚ゴシック Std H";
}
.t-rimawari_n {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFF66;


}
.t-rimawari_n2 {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFF66;


}
.t-toku_k {
	font-size: 11px;
	color: #333333;
	font-weight: nomal;
}

.t-toku_k_s {
	font-size: 10px;
	color: #0000FF;
	font-weight: nomal;
	text-align: center;
}

.t-main-toku_b{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku2_01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 63px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 100%;
}
.t-main-toku_c{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku3_01.jpg);
	margin-top: 0px;
	font-weight: normal;
	padding-top: 63px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 100%;
}
.t-main-toku_d{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku4_01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 63px;
	font-size: 10px;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.t-main-toku_e{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku5_01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 63px;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.t-main-toku_f{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku6_01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 15px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 100%;
}
.t-main-toku_g{
	border: 0px solid #CCCCCC;
	background-repeat: repeat;
	background-image: url(img/t-main-toku7_01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top: 15px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 100%;
}
/*トップ　右サイド*/

.t-r-a{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-r-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: 100px;
	padding-top:35px;
	padding-bottom:7px;
}
	
.t-r-b{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-right-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100%;
	padding-top:38px;
	padding-bottom:0px;
}

.t-r-c{
	margin-bottom: 0px;
}

.t-r-c2{
	margin-bottom: 0px;
	background-image: url(img/shuzai_bk2.jpg);
	padding-top: 12px;
	padding-bottom: 15px;
}

.t-r-d{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-right-bg03.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: 100%;
	padding-top:42px;
	padding-bottom:5px;
}
	
.t-r-e{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-r-bg03.jpg);
	margin-top: 0px;
	font-weight: nomal
	height: 100px;
	padding-top:46px;
	padding-bottom:3px;
}

.t-r-f{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-right-bg05.jpg);
	padding-top: 40px;
	height: auto;
	padding-bottom:0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.t-r-h{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-right-bg06.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100%;
	padding-top:5px;
	padding-bottom:0px;
}
.t-r-i{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-r-i01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100%;
	padding-top:5px;
	padding-bottom:0px;
}

.t-r-log{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-login01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 110px;
	padding-top:45px;
	
}
.t-r-a{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-r-bg01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100px;
	padding-top:35px;
	padding-bottom:7px;
}

.tokusen-c{
	font-size: 12px;
	color: #0000FF;
	line-height: 20px;
	text-decoration: underline;
}


.hatena{
	font-weight: nomal;
	height: 100px;
	padding-top:43px;
	padding-bottom:0px;
}

/*物件詳細*/
.shosai-a1{
	background-image: url(img/shosai_com1.jpg);
	height: 12px;
	width: 992px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.shosai-a2{
	background-image: url(img/shosai_com2.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 5px;
	text-align: left;
	vertical-align: middle;
}

.shosai-a3{
	background-image: url(img/shosai_com3.jpg);
	height: 10px;
	width: 992px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
}

.shosai-comtex{
	height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	width: 700px
}

.shosai-p1{
	background-image: url(img/photo_bksho.gif);
	height: 45px;
	width: 395px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}

.shosai-p2{
	background-image: url(img/photo_bksho2.gif);
	width: 395px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
}

.shosai-p3{
	background-image: url(img/photo_bksho3.gif);
	height: 10px;
	width: 992px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-repeat: repeat;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
}

.shosai-r-a{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/shosai-r01.jpg);
	margin-top: 0px;



	font-weight: nomal
	height: 100px;
	padding-top:35px;
}

.shosai-com{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:24px;
	text-decoration: underline;
}

.shosai-com2{
	font-size:14px;
	color:#000000;
	line-height:24px;
	}

.shosai-tel-s{
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	line-height:24px;
	font-family: "小塚ゴシック Pro M";
}
.photo_title{
	padding: 3px;
	background-image: url(img/sh_phtitle.jpg);
	width: 980px;
	height:45px;
}

.photo_titletext{
	padding: 3px;
	width: 980px;
	height:45px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-indent: 70px;
	margin-top: 25px;
}

.bshosai_title{
	padding: 3px;
	background-image: url(img/bshosai_title.jpg);
	width: 980px;
	height:45px;
}

.bshosai_titletext{
	padding: 3px;
	width: 980px;
	height:45px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-indent: 70px;
	margin-top: 25px;
}

/*会社紹介*/

.com-name {
	margin:0px;
	padding:0px;
	color : #000000;
	font-size: 54px;
	font-weight:bold;
	line-height:66px;
	text-align: center;
}
.com-tel {
	margin:0px;
	padding:0px;
	color : #000000;
	font-size: 20px;
	font-weight:bolder;
	line-height:18px;
	text-align: center;
}
.com-title{
	margin:5px;
	padding:0px;
	margin-bottom: 10px;
}
.com-title2{
	padding:0px;
	margin-bottom: 15px;
}
.com-midashi{
	padding:0px;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	color: #000000;
}
.com-14{
	font-size: 14px;
	line-height: 22px;
	font-weight: nomal;
	color: #000000;
}
.com-name2 {
	margin:0px;
	padding:0px;
	color : #000000;
	font-size: 44px;
	font-weight:bold;
	line-height:76px;
}

/*別途ページ*/
.b-main-a{
	width:795px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/b-left-bg01.jpg);
	margin-top: 0px;
	font-weight: bold;
	height: 36px;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 12px;
	padding-top: 8px;
}
.b-main-b{
	width:795px;
	margin-top: 0px;
	font-weight: normal;
	height: auto;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}
.b-main-c{
	width:1000px;
	background-repeat: no-repeat;
	background-image: url(img/b-left-bg01.jpg);
	margin-top: 0px;
	font-weight: bold;
	height: 36px;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 12px;
	padding-top: 8px;
}
.b-main-d{
	width:970px;
	margin-top: 0px;
	font-weight: normal;
	height: auto;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}

.b-main-d ul {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.b-main-d li {
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 22px;
}
.s-toiawase{
	border:solid 5px #006;
	padding: 2px;
	margin-bottom:20px;
}

.formlist{
	width:99%;
	margin-left:0px;
}
.formlist li{
	padding:3px;
	width:24%;
	list-style:none;
	display:block;
	float:left;
}
.s-inq{
	border-top:dotted 1px #999;
	border-left:dotted 1px #999;
}

.s-inq th{
	background-color:#F2F2F2;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
}

.s-inq td{
	background-color:#FFFFFF;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF6600;
	width: 1000px;
	background-repeat: no repeat;
	text-align: center;
}

.shousai_box{
	width: 798px;
	left: 0px;
	text-align: left;
}

.shousai_tex{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.shousai_ta {
width: 525px;/*テーブルの幅*/
margin-left:20px;
margin-bottom:20px;
color:#555555;
}

.shousai_ta {
border-top: 1px solid #999999;/*線の色*/
border-left: 1px solid #999999;/*線の色*/
}

.shousai_ta td, .shousai_ta th{
border-right: 1px solid #999999;/*線の色*/
border-bottom: 1px solid #999999;/*線の色*/
}

.shousai_ta .status {
text-align:center;
}

.shousai_ta .num {
text-align:right;
}

.shousai_ta td {
padding:10px 12px;
}

.shousai_ta .col {
	background-color:#F0EFEC;
	color:#333333;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
	width: 100px;
}

.shousai_ta tr.even {
	background-color:#FFFFFF;
}

.pankuzu{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ruiji_tex{
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.ruiji_koumoku{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #333333;
}

.s-inq{
	border-top:dotted 1px #999;
	border-left:dotted 1px #999;
}

.s-inq th{
	background-color:#F2F2F2;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
}

.s-inq td{
	background-color:#FFFFFF;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
}

.shosai_cominfo{
	padding-top: 35px;
	padding-right: 5px;
	padding-left: 10px;
}

.shosai_cominfo2{
	background-image: url(img/shosai-r02.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

.mail_back{
	background-image: url(img/mail_back.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 980px;
	text-indent: 65px;
	vertical-align: text-botom;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}

.ruiji_back{
	background-image: url(img/ruiji_back.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 980px;
	text-indent: 65px;
	vertical-align: text-botom;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 25px;
	padding-top: 15px;
}

.office_back{
	background-image: url(img/company_infobg.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 980px;
	text-indent: 60px;
	vertical-align: text-botom;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
}

.search_back{
	background-image: url(img/search_bl.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 420px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 35px;
	background-position: left;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 20px;
	text-indent: 45px;
}

.listsearch {
	background-color: #BCE8F5;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 20px;
	padding: 5px;
	margin-bottom: 10px;
	width: 80px;
}

.listsearch_box {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: thin dotted #999999;
	padding: 5px;
	width: 780px;
}

.list_office{
	padding: 2px;
	padding-top: 2px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	height: 20px;
	width: 250px;
}

/*WTOPページ*/
.wtop_bk1{
	width:590px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/wtop_bk1.jpg);
	margin-top: 0px;
	font-weight: nomal;
	padding-top:5px;
	padding-bottom:5px;
	height: 440px;	
}

.t-r-g{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/t-r-g01.jpg);
	margin-top: 0px;
	font-weight: nomal;
	height: 100%;
	padding-top:48px;
	padding-bottom:0px;
}

.shuzai_bk{
	width:200px;
	border: 0px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(img/shuzai_probk.jpg);
	margin-top: 0px;
	height: 100%;
	padding-top:65px;
	padding-bottom:0px;
}

.search_joukenbox{
	padding: 0px;
	width: 795px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.shuzai-bg {
	color : #000000;
	font-weight:normal;
	text-align:center;
	border: 2px solid #FFCC00;
	margin: 0px;
	padding: 5px;
}

.map_bg {
	height: 290px;
	width: 595px;
}

.map_bg2 {
	background-image: url(img/map_bg2.jpg);
	background-repeat:no-repeat;
	height: 49px;
	width: 595px;
}
.map_bg2  table {
	margin-right:30px;
	margin-top:-3px;
}
.con_tokusyu ul{
	margin:10px 0 0 0;
	padding:0;
}
.con_tokusyu li{
	float:left;
	list-style:none;
	margin-right:7px;
	margin-bottom:9px;
}
/*追記121031*/
.head2{
	width:1020px;
}
