@charset "shift_jis";
/* フォントファミリー
------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 7 */
*;first-child+html body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, san-serif;
}

/* フォントサイズ
------------------------------------- */
body {
	font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}