@charset "euc-jp";

/*-------------------------------------

print.css

author: グリーンショップいのたに（infol@inotani.com）
info: 印刷設定
-------------------------------------*/

/* ページ幅リセット
-------------------------------------*/
@page { size: 21.0cm 29.7cm; }

/* 不要な要素を非表示
-------------------------------------*/
#h-button,
#h-navi,
#topic-path,
#page-bg,
#page-bg img{
	display:none;
}


/* 表示設定
-------------------------------------*/
body{
	line-height: 1.4;
	letter-spacing: 1pt;
	font-size:12pt;
	font-family:"ＭＳ Ｐ明朝", 細明朝, リュウミンL, serif;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #000;
}
h1{}
h2{}
h3{
	border:double 4px #000;
	border-width:4px 0;
	text-align:center;
	font-size:14pt;
	padding:0;
}
h4{
	border-left:solid 4px #000;
	border-bottom:solid 1px #000;
	padding:0 0 0 4pt;
	clear:both;
}