/*■■■■■■■■■■Bパターン青■■■■■■■■■■*/
/*■■■■■■■■■■基本の設定■■■■■■■■■■*/
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: #FEFFDF;/*----------------------------------------------------------------背景色●●●●●●変更*/
	padding: 0px;
}
.back_body000 {
	background-color: #999999;/*----------------------------------------------------------------サイドカラー色*/
}
/*メインのブルー/テキスト白*/
.main_back000 {
	background-color: #003399;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*■■■■■■■■文字サイズの設定■■■■■■■■*/
/*通常の文字*/
.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;
}
/*リンクカラー*/
.link_color{/*----------------------------------------------------------------------------------------------------------text.cssあり■■■■■■■■*/
	color: #ffffff;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}
.link_color2{
	color: #FF9900;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}
.link{/*----------------------------------------------------------------------------------------------------------text.cssあり■■■■■■■■*/
	color: #FF9900;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}

/*■■■■■■■■色文字の設定■■■■■■■■*/
/*色文字*/
.colorfont001{
	color: #FF9900;/*----------------------------------------------------------------文字色●●●●●●変更*/
	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 {display: inline-block;}
/*リンクの文字通常色*/
A:link { 
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字一度見たリンク*/
A:visited { 
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字クリックされた瞬間*/
A:active { 
	font-size: 12px;
	text-decoration: none;
	
}
/*リンクの文字マウスオーバー時*/
A:hover { 
	font-size: 12px;
	text-decoration: none;
	background-color: #FFE79D;/*----------------------------------------------------------------背景色●●●●●●変更*/
	
}

/*■■■■■■■■テーブルの設定■■■■■■■■*/
/*基本の枠の色-------------------------------------------------------------------------------------------------------*/
.t_waku001 {
	background-color: #666666;/*----------------------------------------------------------------テーブルの基本色*/
}
/*太枠の色-------------------------------------------------------------------------------------------------------*/
.t_waku002 {
	background-color: #003399;/*----------------------------------------------------------------テーブルの基本色●●●●●●変更*/
}

/*バックが白用*/
.b_color000 {
	background-color: #ffffff;/*----------------------------------------------------------------背景色白用*/
	color: #666666;/*----------------------------------------------------------------文字色*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックが濃い色で白文字*/
.b_color001 {
	background-color: #66CC66;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #ffffff;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
/*バックが薄い色で濃い文字*/
.b_color002 {
	background-color: #ededed;/*----------------------------------------------------------------背景色●●●●●●変更*/
	color: #66CC66;/*----------------------------------------------------------------文字色●●●●●●変更*/
	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;
}


/*■■■■■■■■■■■■■更新日付用■■■■■■■■■■■■*/
/*物件数*/
.kousin001 {
	font-size:12px;
	color:#FF0000;/*----------------------------------------------------------------文字色●●●●●●変更*/
	font-weight: bold;/*----------------------------------------------------------------文字強調*/
}
/*更新日付*/
.kousin002 {
	font-size:12px;
	color:#ff9900;/*----------------------------------------------------------------文字色●●●●●●変更*/
	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: 12px;
	line-height: 130%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}
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;
}
