@charset "utf-8";
/* 印刷用CSS */
body {
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","平成明朝","Heisei Mincho","ＭＳ Ｐ明朝","MS P Mincho", serif, 
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family:
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
	'メイリオ', Meiryo,
	Osaka,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
}
p {
	margin: 12pt 0;
	line-height: 1.5;
}
table {
	page-break-inside: avoid; /*テーブルの途中での改ページを避ける*/
}
a:after {
	content: "("attr(href)")"; /*リンクのURLを印刷*/
}
