@charset "utf-8";
/* CSS Document */
body {
	font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
	}table{font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* IE7用 */
*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* IE6以下用 */
* html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
