/* 売買物件表示用CSS */

/* 一覧表示 <table>外枠 */
.bgcolor1 {
	 background-color: #808080;
}
/* 一覧表示 <table>ヘッダ */
.bgcolor2 {
	color: #ffffff; background-color: #999999; text-align:center;
}
/* 一覧表示 <td>データ */
.bgcolor3 {
	background-color: #ffffff;
}
/* 一覧表示 <td>問い合せチェック欄 */
.bgcolor4 {
	color: #000000; background-color: #eeeed6;
}
/* 一覧表示 該当物件数 */
.searchfall{
	color: #ff0000; font-weight: bold;
}
/* 一覧表示 建物名 */
.buildname{
	font-size: 10px; letter-spacing: 1px;
}


/* 詳細表示 <table>ヘッダ (外枠の色)*/
.datatable1 {
	background-color: #a6a6a6;width:600px;
}
/* 詳細表示 <td>データ */
.datatable2 {
	background-color: #ffffff; 
	width:460px; height:20px;
	text-align:left;
}
/* 詳細表示 <td>項目名 */
.datatable3 {
	background-color: #eeeed6;
	width:140px; height:20px;
	text-align:left;
	padding: 0 0 0 8px;
}


/* 価格(一覧表示・詳細ページ) */
.price {
	color: #ff0000; font-size: 14px; font-weight: bold;
}


/* お問合せフォーム <table>ヘッダ (外枠)*/
.formcolor1 {
	width:600px;
}
/* お問合せフォーム <td>項目名 */
.formcolor2 {
	background-color: #eaeaea;
	width:170px; 
	text-align:left;
	padding: 0 0 0 8px;
}
/* お問合せフォーム <td>データ */
.formcolor3 {
	background-color: #ffffff;
	width:430px; 
	text-align:left;
}
/* お問合せフォーム <td>「内容」選択肢 */
.formcolor4 {
	background-color: #e9f0f0;
}
/* お問合せフォーム確認 <table>ヘッダ (外枠)*/
.formcolor5 {
	background-color: #aaaaaa; width:600px;
}








