@charset "utf-8";
/* tHgt@~[
------------------------------------- */
body {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro W3", "CI", Meiryo, Osaka, "lr oSVbN", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"CI", Meiryo, san-serif;
}
/* IE 7 */
*;first-child+html body {
	font-family:"CI", Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"CI", Meiryo, san-serif;
}

/* 通常の指定
------------------------------------- */
body {
	font-size: 80%;
}
/* IE 6 or sooner*/
* html body {
	font-size: 80%;
}

table {
	font-size:inherit;
	font:100%;
}

/* YUI font CSS 
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}