/*■■■■■■■■■■Eパターン緑■■■■■■■■■■*/
a {display: inline-block;}
/*■■■■■■■■■■基本の設定■■■■■■■■■■*/
body {
	color: #333333;/*----------------------------------------------------------------通常の文字色*/
	font-size: 12px;
	line-height: 130%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.body2 {
	color: #666666;/*----------------------------------------------------------------通常の文字色*/
	font-size: 12px;
	line-height: 130%;
	margin: 0px;
	background-color: #FFF3CA;/*----------------------------------------------------------------背景色●●●●●●変更*/
	padding: 0px;
}

.div001 {
	text-align:center;/*----------------------------------------------------------------レイアウトの変更（通常は左よせ）*/
}
/*ヘッドのグラデーション*/
.top_back001 {
  background-image: url(../Img/top_back.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
/*左メニューの影*/
.all_shadow {
	background-image: url(../Img/all_shadow.gif);
  	background-repeat: repeat-y;
}
.all_u_shadow {
	background-image: url(../Img/all_u_shadow.gif);
  	background-repeat: repeat-x;
}
/*■■■■■■■■文字サイズの設定■■■■■■■■*/
/*通常の文字*/
.font001 {
	font-size:12px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
/*通常の文字1ランク下（未使用）*/
.font002 {
	font-size:11px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
/*通常の文字1ランク上 見出し*/
.font003 {
	font-size:15px;
	line-height: 130%;
	font-weight: bold;/*----------------------------------------------------------------文字強調*/
	margin: 0px;
	padding: 0px;
}
/*■■■■■■■■色文字の設定■■■■■■■■*/
/*色文字*/
.colorfont001{
	color: #F85E00;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
	
/*金額など赤強調の文字*/
.kakaku{
	color: #FF0000;/*----------------------------------------------------------------文字色*/
	font-size: 12px;
	font-weight: bold;/*----------------------------------------------------------------文字強調*/
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
/*■■■■■■■■リンクの設定■■■■■■■■*/
/*リンクの文字通常色*/
A:link { 
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字一度見たリンク*/
A:visited { 
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字クリックされた瞬間*/
A:active { 
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字マウスオーバー時*/
A:hover { 
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	background-color: #FFEBA4;/*----------------------------------------------------------------背景色●●●●●●変更*/
	
}
/*■■■■■■■■テーブルの設定■■■■■■■■*/
/*基本の枠の色-------------------------------------------------------------------------------------------------------*/
.t_waku001 {
	background-color: #666666;/*----------------------------------------------------------------テーブルの基本色*/
}
/*太枠の色-------------------------------------------------------------------------------------------------------*/
.t_waku002 {
	background-color: #F85E00;/*----------------------------------------------------------------テーブルの基本色●●●●●●変更*/
}

/*バックが白用*/
.b_color000 {
	background-color: #ffffff;/*----------------------------------------------------------------背景色白用*/
	color: #666666;/*----------------------------------------------------------------文字色*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックが濃い色で白文字*/
.b_color001 {
	background-color: #F76B1F;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #ffffff;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックが薄い色で濃い文字*/
.b_color002 {
	background-color: #FFF7DE;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックがグレーで濃い文字*/
.b_color003 {
	background-color: #eeeeee;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}

/*■■■■■■■■メニューボタン用(賃貸・売買)■■■■■■■■■*/
#container001{    /*メニューボタンの背景を設定*/
  width : 151px;
  background-color : #FFFFFF;/*画像が表示されないときの背景色設定*/
  background-position : left;  /*中央に配置*/
  padding : 0px;
  margin : 0px;
}
#container001 ul{
  list-style : none;  /*リストマークを消す*/
  text-align:left;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0px;
  margin : 0px;
}
#container001 li{
  width : 151px;  /*リストの幅の設定*/
  height : 38px;  /*リストの高さの設定*/
  float:left;  /*これで一列にリストを並ばせる*/
}
#container001 li a{
	font-weight:bold;/*----------------------------------------------------------------文字強調*/
	font-size: 13px;
	color : #4D4D4D;/*----------------------------------------------------------------文字色●●●●●●変更*/
	display:block;  /*リンク範囲をブロックに変更する*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(../Img/all_menu01.gif);  /*off画像*/
	background-position : center;  /*画像を中央に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/     
	text-decoration : none;  /*下線を表示しない*/  
	line-height : 38px;  /*テキストの位置を調整*/
	width : 100%;  /*リストの幅の設定*/
}
#container001 li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	color : #F85E00;/*----------------------------------------------------------------文字色●●●●●●変更*/
	background-color: #ffffff;
	background-image:url(../Img/all_menu02.gif);   /*on画像*/
}
/*■■■■■■■■メニューボタン用(片方のみ)■■■■■■■■*/
#container002{    /*メニューボタンの背景を設定*/
  padding : 0px;
  margin : 0px;
}
#container002 ul{
  list-style : none;  /*リストマークを消す*/
  text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0px;
  margin : 0px;
}
#container002 li{
  width : 154px;  /*リストの幅の設定*/
  height : 31px;  /*リストの高さの設定*/
  float:left;  /*これで一列にリストを並ばせる*/
}
#container002 li a{
	font-weight:bold;/*----------------------------------------------------------------文字強調*/
	font-size: 12px; 
	color : #4D4D4D;/*----------------------------------------------------------------文字色●●●●●●変更*/
	display:block;  /*リンク範囲をブロックに変更する*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(../Img/all_menu001.gif);  /*off画像*/
	background-position : center;  /*画像を中央に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/     
	text-decoration : none;  /*下線を表示しない*/  
	line-height : 33px;  /*テキストの位置を調整*/
	width : 154px;  /*リストの幅の設定*/
}                
#container002 li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	color : #F85E00;/*----------------------------------------------------------------文字色●●●●●●変更*/
	background-color: #ffffff;
	background-image:url(../Img/all_menu002.gif);   /*on画像*/
}
/*■■■■■■■■■■■■■新グルーピングボタンの設定■■■■■■■■■■■■*/
#contents{   
	color : #4D4D4D;
	width : 210px;
	background-position : center;
	padding: 0px;
	margin : 0px;
}
#contents ul{
	list-style : none;  /*リストマークを消す*/
	text-align:left;  /*ボタン枠のテキストを左寄せ*/
	text-indent: 10px; 
	padding: 0px;
	margin : 0px;
	width : 210px;  /*リストの幅の設定*/
}
#contents li{
height : 45px;  /*リストの幅の設定*/
}
#contents a{
	color : #4D4D4D;
	font-weight:bold;
	font-size: 13px;
	line-height : 40px;  /*テキストの位置を調整*/
	text-decoration : none;  /*下線を表示しない*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/  
	display:block;  /*リンク範囲をブロックに変更する*/
}
#contents a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	color : #3E6631;/*----------------------------------------------------------------文字色●●●●●●変更*/
	/*color: #4D4D4D;/*選択時のカラー　デフォルト*/
	/*color: #D92240;/*選択時のカラー　赤*/
	/*color: #13007C;/*選択時のカラー　青*/
	/*color: #242C8E;/*選択時のカラー　未青濃い*/
	/*color: #663333;/*選択時のカラー　黄*/
	/*color: #ff9900;/*選択時のカラー　黄濃い*/
	/*color: #3E6631;/*選択時のカラー　緑*/
	/*color: #009999;/*選択時のカラー　青緑*/
	/*color: #663333;/*選択時のカラー　茶*/
	/*color: #666666;/*選択時のカラー　灰色*/
	/*color: #000000;/*選択時のカラー　黒*/
}
#contents li#contents01 a{
	width: 210px;     /*リンク範囲の横幅は100％*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(../Img/select_b1.gif);/*off画像*/
}               
#contents li#contents01 a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	background-image:url(../Img/select_b1_on.gif);/*on画像*/
}
#contents li#contents02 a{
	width: 210px;     /*リンク範囲の横幅は100％*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(../Img/select_b2.gif);/*off画像*/
}                 
#contents li#contents02 a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	background-image:url(../Img/select_b2_on.gif);/*on画像*/
}
#contents li#contents03 a{
	width: 210px;     /*リンク範囲の横幅は100％*/
	height: auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(../Img/select_b3.gif);/*off画像*/
}               
#contents li#contents03 a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	background-image:url(../Img/select_b3_on.gif);/*on画像*/
}
/*■■■■■■■■■■■■■更新日付用■■■■■■■■■■■■*/
/*物件数*/
.kousin001 {
	font-size:12px;
	color:#FF0000;/*----------------------------------------------------------------文字色*/
	font-weight: bold;/*----------------------------------------------------------------文字強調*/
}
/*更新日付*/
.kousin002 {
	font-size:12px;
	color:#3E6631;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-weight: bold;/*----------------------------------------------------------------文字強調*/
}
/*■■■■■■■■■■■■■変更不可■■■■■■■■■■■■*/
/*h1文字の調整*/
h1{
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h2{
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h3{
	font-size: 11px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h4{
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h5{
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
/*■■■■■■■■Eパターン問い合わせ用の追加設定■■■■■■■■*/

/*問い合わせ用色文字*/
.inqE_colorfont001{
	color: #F85E00;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
/*問い合わせ用バックが濃い色で白文字*/
.inqE_b_color001 {
	background-color: #EDEDED;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #333333;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*問い合わせ用バックが薄い色で濃い文字*/
.inqE_b_color002 {
	background-color: #FFF7DE;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #575757;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックがグレーで濃い文字*/
.inqE_b_color003 {
	background-color: #eeeeee;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #666666;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*問い合わせ用リンク*/
.inqE_link{
	color: #FFE79D;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}
.inqE_fs_11 {font-size: 11px}

