@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;
}


h2 {
	margin-top: 50px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 48px;
}

.content p {
	margin-bottom: 1em;
}

.content table {
	width: 600px;
	margin: 0 48px 30px 48px;
	padding: 0;
	border-top: 1px #CCC solid;
	font-size: 90%;
}
