@charset "utf-8";

body {
	font: 13px/1.231 "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%20%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "MS PGothic", sans-serif;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
}/* for IE8 */
html>/**/body {
        font-size /*\**/: small\9;
}

body #page {
	font: 16px/1.4 "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%20%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "MS PGothic", sans-serif;
	/* for IE6/7 */
	*font-size: medium;
	/* for IE Quirks Mode */
	*font: small;
}/* for IE8 */
html>/**/body #page {
        font-size /*\**/: medium\9;
}

#page p {
	line-height: 1.7;
}

@media print {
body {
	font-size:15pt;
	}
#page {
	font-size:15pt;
	}
h1 {
	font-size:20pt;
	}
h2 {
	font-size:18pt;
	}
h3 {
	font-size:16pt;
	}
}