@charset "shift_jis";

/* basic */
a img {
	border: 0;	
}
.center {
	text-align: center;	
}

A:link {
	color:#0000cd;
	text-decoration:none;
}
A:visited {
	color:#006400;
	text-decoration:none;
}
A:active {
	color:#ffa500;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration:none;
	background-color:#ffffff;
}

/* original */
tr.info_tl_result td,
tr.info_result td {
	font-size: 12px;
	text-align: center;	

}
table#estate_list td {
	width: 53px;
}
table#estate_list td.narrow {
	width: 33px;
}
table#estate_list td.more_wide {
	width: 77px;
}
table#estate_list td.wide {
	width: 58px;
}

/* personal */
div#estate_list_content {
	margin: 10px 0;
	padding: 0 5px;
	width: 800px;
	text-align: left;	
}

/* detail */
div#estate_list_content h3 {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color:#036;
}
table td em, table th em {
	font-style: normal;
}
/* table.detailTbl01 */
table.detailTbl01 {
	border-collapse: collapse;
	width: 750px;
	margin: 0 auto;
}
table.detailTbl01 th,
table.detailTbl01 td {
	background-color: #fff;
	font-weight: normal;
	padding: 4px 10px;
	border: solid 1px #b8b8b8;
	font-size: 13px;
}
table.detailTbl01 th {
	background-color: #eaeaea;
}
table.detailTbl01 td {
	text-align: center;
}
table.detailTbl01 th.title {
	font-weight: normal;
	text-align: left;
	background-color: #fff;
}
table.detailTbl01 th.title p {
	margin-bottom: 3px;
}
table.detailTbl01 th.title p.address {
	border-top: dotted 1px #b8b8b8;
	margin:5px 0 0;
	padding-top:3px;
}
/* table.data */
table.data {
	border-collapse: collapse;
	width: 750px;
	margin: 0 auto;
}
table.data th,
table.data td {
	background-color: #fff;
	font-weight: normal;
	padding: 4px 10px;
	border: solid 1px #b8b8b8;
	font-size: 13px;
}
table.data th {
	background-color: #ffffbf;
}
table.data td {
	text-align: center;
}
table.data th.title {
	font-weight: normal;
	text-align: left;
}
table.data th.title p {
	margin-bottom: 3px;
}
table.data th.title p.address {
	border-top: dotted 1px #b8b8b8;
	margin:5px 0 0;
	padding-top:3px;
}
/* div.moreDtl table */
div.moreDtl table {
	border-collapse: collapse;
	width: 750px;
	margin: 0 auto;

}
div.moreDtl table th,
div.moreDtl table td {
	background-color: #fff;
	font-weight: normal;
	padding: 8px 10px;
	border: solid 1px #b8b8b8;
	font-size: 13px;
}
div.moreDtl table th {
	background-color: #eaeaea;
}
div.moreDtl table td {
	text-align: center;
}
div.moreDtl table th.title {
	font-weight: normal;
	text-align: left;
}
div.moreDtl table th.title p {
	margin-bottom: 3px;
}
div.moreDtl table th.title p.address {
	border-top: dotted 1px #b8b8b8;
	margin:5px 0 0;
	padding-top:3px;
}

/* table other */
ul#estate_image {
	width: 650px;	
	margin: 10px auto;
}
ul#estate_image li {
	float: left;
	width: 320px;
}

