@charset "utf-8";

/*================================
ファイル名：print.css
説明：プリント指定時のスタイル

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

body {
	background: none;
	text-align: left;
}

div#header {
	display: none !important;
}

ul#gNav {
	display: none;
}

div#sub {
	display: none !important;
}

div#footer {
	display: none !important;
}

div#pagebody {
	margin: 0;
	width: auto;
	background: none;
}

ol.topicPath {
	display: none;
}

p.mainImg {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	display: none;
}

p {
	display: none;
}

p#coupon {
	display: block;
}

dl {
	display: none;
}
