@charset "UTF-8";
/* for print */

* html body {
 zoom: 65%; /*WinIE only */
}
*:first-child+html body {
 zoom: 65%; /*WinIE only */
}

/* ------------------------------------------------
	リンク先のURLも印刷する場合

a[href]:after {
	content: " ("attr(href)") ";
	}

------------------------------------------------ */
