/*スタイル*/
#real_estate {
	overflow: hidden;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 35px;
	padding-bottom: 20px;
	width:600px;
	color: #686868;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.85;
	background: url(../images/bg_bar.gif) repeat-y left top;
}

#real_estate h3 {
	color: #C5A94F;
	font-size:15px;
}

#real_estate p {
	color: #686868;
	font-size: 14px;
	padding-bottom: 10px;
}

.f_left {
	float: left;
	width: 439px;
	margin-bottom: 40px;
}

.clear {
	clear:both;
}

#real_estate ul {
	margin-bottom: 30px;
}

#real_estate ul li:first-child {
	margin-bottom: 20px;
}

#real_estate ul li {
	margin-bottom: 10px;
}

#real_estate ul a {
	font-size: 12px;
	text-decoration: none;
	color: #686868;
}