<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {

	/* for Windows */
	.win body {
		font-family: /*'メイリオ', 'Meiryo',*/ 'ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
	}
	
	/* for Win IE6 */
	* html.win body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	/* for Mac firefox2 */
	.mac body.firefox2 {
		font-size: 12px;
	}


*font-size:small;*font:x-small;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 80%;
	line-height: 200%;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
</pre></body></html>