@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: newproperties.css
 * author		: kataoka daichi
 * style info	:新築物件案内ページCSS
 -----------------------------------------------------------*/

#header_inner{
	background-image: url(/img/title/bg_body_new_property.jpg);
}
#headimg {
	background-image: url("/img/title/ttl_new_property.jpg");
}

ul.localnavArea {
	height: 43px;
	margin: 0 0 20px;
}
.localnavArea li{
	float: left;
	width: 112px;
	margin: 0 28px 0 0;
}
#article{
	text-align: center;
}
#article p {
margin-left: 16px;
margin-right: 16px;
margin-bottom: 15px;
}
#contactArea {
	clear: both;
	width: 420px;
	margin: 0 auto 20px;
	padding: 5px 15px;
	background-color: white;
	border: 3px solid #A0894C;
	font-size: 14px;
	text-align: center;
}
#contactArea p {
	margin: 0px;
}
#contactArea span{
	font-size:18px;
	font-weight:bold;
	color:#FF6600;

}