@charset "UTF-8";

/*************************************************

ハウスインテリア Styles

*************************************************/

@import "../../common/css/reset.css";
@import "../../common/css/common.css";

/* // 2009年10月追加プロパティ（下層ページパンくずリスト用） */
/* // 見出し部分 */

h1{
	font-size: x-small;
	color: #ffffff;
	font-weight:normal;
	margin:0px;
	padding:25px 15px 0px 0px;
	line-height: 1.2;
	text-align: right;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
*html h1{
	font-size: 10px;
}
/* // パンくず部分 */
#topicpath {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#topicpath a {
	text-decoration: none;
	color: #666666;
}
#topicpath a:hover {
	text-decoration: underline;
	color: #B3424A;
}

#header .logo {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}
.content h2 {
	padding: 0 0 1em 0;
	line-height: 1.8em;
}
.content p {
	line-height: 3em;
	margin-bottom: 0.8em;
}


