@charset "utf-8";

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 
body {
	font: 13px/1.231 "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%20%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "MS PGothic", sans-serif;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
}/* for IE8 */
html>/**/body {
	font-size /*\**/: small\9;
}
