@charset "UTF-8";
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * 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 arial,helvetica,clean,sans-serif;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Lucida Grande",Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}
*:first-child+html body {/* IE7 */
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,ヒラギノ角ゴ Pro W3;
}
html>/**/body {font-size/*\**/: small\9;}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * 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%;
}

.font10 { font-size:82.8%; }/* 10px 77% → 82.8% */
.font11 { font-size:91.3%; }/* 11px 85% → 91.3% */
.font12 { font-size:100%; }/* 12px 93% → 100% */
.font13 { font-size:107.6%; }/* 13px 100% → 107.6% */
.font14 { font-size:116.1%; }/* 14px 108% → 116.1% */
.font15 { font-size:124.9%; }/* 15px 116% → 124.9% */
.font16 { font-size:132.4%; }/* 16px 123.1% → 132.4% */
.font17 { font-size:140.8%; }/* 16px 131% → 140.8% */
.font18 { font-size:148.9%; }/* 16px 138.5% → 148.9% */
.font19 { font-size:157.3%; }/* 16px 146.5% → 157.3% */
.font20 { font-size:165.5%; }/* 16px 153.9% → 165.5% */