@charset "UTF-8";
/* CSS Document */

@import url("format.css");
@import url("layout.css");

/* =========================================================
   コンテンツ
========================================================= */

/* タイトル */

article header#postheader {
	width: 570px;
	margin: 0 0 40px;
	padding: 0;
}

article header#postheader h1 {
	height: 83px;
	width: 570px;
	background: url(../../img/house_ti.gif) no-repeat;
	margin-bottom: 10px;
	padding: 0;
}
	
article header#postheader h1 span {
 display: none;
}
	
article header#postheader p	{
	font-size: 13px;
	margin-bottom: 30px;
	padding: 0;
	line-height: 170%;
}