@charset "UTF-8";
/* ========================================================= */
/* プリント時のスタイル */
/* ========================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	font-family: 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		"メイリオ",
		Meiryo,
		Osaka,
		sans-serif;
}
body {
	margin: 2em;
	padding: 0;
	color: #000;
	font-size: 8pt;
}
a {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}
a:after {
	content:"（⇒ "attr(href)"）";
}

/* header */
#header {
	border-bottom: 3pt solid #CCC;
}
#header h1 {
	color: #999;
	font-size: 1em;
	font-weight: normal;
}
#header #headerNav,
#header #globalNav {
	display: none;
}

/* sidebar */
#sidebar #topics,
#sidebar p.banner {
	display: none;
}

/* information */
#information {
	color: #999;
	font-size: 8pt;
	border-top: 3pt solid #CCC;
}
#information strong {
	font-size: 1.2em;
}
#information  a:after {
    content: "";
}

/* footer */
#footer #footerNav,
#footer #pagetop {
	display: none;
}
#footer #copyright {
	color: #999;
	text-align: right;
	border-top: 1px solid #CCC;
}




/* 以下コンテンツ部分の設定 */
/* ========================================================= */

/* index */
/* -------------------------------------------------------- */
p.pageimage {
	margin-bottom: 20px;
}
.pelletstove h2,
.makistove h2,
.engineering h2 {
	color: #999;
	font-size: 8pt;
	margin-bottom: 1em;
}
.pelletstove .content,
.makistove .content,
.engineering .content {
	margin-bottom: 3em;
}
.pelletstove .image,
.makistove .image,
.engineering .image {
	display: none;
}
