@charset "utf-8";

/*------------------------------------------------

※印刷用CSS

------------------------------------------------ */

@media print {


body {
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
	font-size: 9pt;
	background: none;
}

/*
a[href]:after {
        content: " (" attr(href)") ";
}
*/

h1 a {
	border: 0;
}

div#container {
	width: auto;
}

.pager {
	display: none;
}

.print {
	display: inline;
	margin: 0 0 0 0.5em;
}

}
