/* ***********************************************/
/*	DATE		: 2006/12/04
	TITLE		: 物件検索_共通スタイル
	FILE_NAME	: retrieval1.css
	AUTHER		: FOIS 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/
h1 {
	background-image:url(../img/bk_retrieval_h1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	padding-top:20px;
/*
	_padding-top:12px;
*/
	font-size:16px;
	font-weight:bold;
	color:#30231E;
	margin:15px auto 20px;
	height:40px;
	width:700px;
	text-align:left;
}

h2 {
	border-left: solid 5px #3D1515;
	color:#3D1515;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	width:640px;
	line-height: normal;
	text-align:left;
	margin:0px auto 10px;
}

/*------------------------------------------------------------*/
/*動的に作成するテーブルの背景・ボーダー・位置あわせのスタイル*/
/*テーブル色を変えたい時はココで一括で変えれます。*/
/*------------------------------------------------------------*/
.com-tb {
	border:solid 1px #999999;
	margin:0px auto 0px;
}

.com-th {
	background-color:#eeeeee;
	border:solid 1px #999999;
	color:#3D1515;
	text-align:center;
	padding:3px;
	font-weight:normal;
}

.com-td {
	border:solid 1px #999999;
	text-align:left;
	padding:3px;
}

.com-center {
	text-align:center;
}

.com-left {
	text-align:left;
}

.com-right {
	text-align:right;
}