@charset "utf-8";

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}

body {
	font-family: Arial,'MS PGothic',sans-serif;
	/*font-family: Verdana,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'メイリオ', Meiryo, Verdana, serif;*/
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;*/
}

/* for IE6 */
* html body {
	/*font-family:'ＭＳ Ｐゴシック';*/
}

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

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}

select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}

