@charset "utf-8";
/**
 * 99-font.css
 * (c) FOURDIGIT Inc.
 *
 */
/* for all */
	body 
	{
		/*font: 11px arial;*/
  		font-size: 12px;
  		font-family: Arial,Helvetica,san-serif !important;
		line-height: 160%;
		*font-size: small; /* for IE */
		*font: x-small; /* for IE in quirks mode */
	}

/* for - ie6 */
	* html body { font-size: 77%; }

/* for ie7 */
	*+html body { font-size: 77%; }

/* for ie8 */
	html > /**/body { font-size /*\**/: 77%\9; }

	.font-01,
	.font-01b,
	.font-01e {
		font-size: 85%;
	}
	.font-03,
	.font-03b,
	.font-03e {
		font-size: 116%;
	}
	.font-04,
	.font-04b,
	.font-04e {
		font-size: 146.5%;
	}
	.font-01b,
	.font-02b,
	.font-03b,
	.font-04b {
		font-weight: bold;
	}
	.font-01e,
	.font-02e,
	.font-03e,
	.font-04e {
		font-style: oblique;
	}
