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

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

/* =========================================================
   トップ用レイアウト
========================================================= */

/* バックイメージ */
body {
}

/* トップメインイメージ */
#mainimg {
}


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

/* タイトル */

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

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

article header#postheader img {
	float: right;
	margin-bottom: 30px;
	padding: 0
}

/* ハートファミリー */

article section#warm_p {
	line-height:18px;
	margin-bottom: 20px;
	padding: 0;
	
}

article section#warm_p h1 {
	width: 570px;
	height: 94px;
	background: url(../../img/warm_p_ti.gif) no-repeat;
	margin-bottom: 7px;
	padding: 0;
}

article section#warm_p h1 span {
	display:none;
}

article section#warm_p p {
	width: 570px;
	margin: 0;
	padding: 0;
	line-height: 170%;
}