@charset "utf-8";

/* -----------------------------------------------------------
　Print Style Sheet
　LastUpdate 2011-03-14
------------------------------------------------------------ */

/* base
 -------------------------------------------------- */
body {
	background: #FFFFFF none;
	font-size: 9pt;
	color: #000000;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
img {
	border: 0;
}

/* layout
 -------------------------------------------------- */
html, body { height: auto;}

/* for IE6
 -------------------------------------------------- */
@media print {
	body { _zoom: 90%;}
}
