@charset "UTF-8";

/******************************************************
*	
*	font property
*	
******************************************************/


/**
 * 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 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * 99% for safari; 100% is too large
 */
select, input, button, textarea {
	font:99% arial,helvetica,clean,sans-serif;
	/* for macIE5 \*/
	font-family:"Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",Verdana,sans-serif;
	font-weight:bold;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.5;}





.bold { font-weight:bold;}

.f10 {font-size: 77% !important; /**font-size: 71%; for ie6,7 */} /*renders 10px*/
.f11 {font-size: 85% !important;} /*renders 11px*/
.f12 {font-size: 93% !important;} /*renders 12px*/
.f13 {font-size: 100% !important;} /*renders 13px*/
.f14 {font-size: 108% !important;} /*renders 14px*/
.f15 {font-size: 116% !important;} /*renders 15px*/
.f16 {font-size: 123.1% !important;} /*renders 16px*/
.f17 {font-size: 131% !important;} /*renders 17px*/
.f18 {font-size: 138.5% !important;} /*renders 18px*/
.f19 {font-size: 146.5% !important;} /*renders 19px*/
.f20 {font-size: 153.9% !important;} /*renders 20px*/
.f21 {font-size: 161.6% !important;} /*renders 21px*/
.f22 {font-size: 167% !important;} /*renders 22px*/
.f23 {font-size: 174% !important;} /*renders 23px*/
.f24 {font-size: 182% !important;} /*renders 24px*/
.f25 {font-size: 189% !important;} /*renders 25px*/
.f26 {font-size: 197% !important;} /*renders 26px*/





