@charset "UTF-8";

/*	印刷用スタイル	*/

/*--------------------------------------------------
	ＢＡＳＥ
--------------------------------------------------*/

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-image: none;
	background-color: #FFFFFF;
	font-family:
		Arial,
		"ヒラギノ角ゴ Pro W3",
		"Osaka",
		"ＭＳ Ｐゴシック",
		san-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: underline;
}

table {
	page-break-inside: avoid;
}*/


/* print size（A4） */
@page { size: 21.0cm 29.7cm; }
@page { marks: crop; }


