@charset "UTF-8";
/* -----------------------------------------------

 CSS for Fonts

----------------------------------------------- */

body {
	font-size: 13px/1.231;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.5;
}

*:first-child+html body {
	font-family: 'ＭＳ Ｐゴシック' !important;
	line-height: 1.5;
	font-size: 100%;
}

/*\*/

*html body {
	font-size: 100%;
}



/**/

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

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