/*
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 Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','ＭＳ Ｐゴシック','MS PGothic',osaka,sans-serif, Segoe UI Symbol;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
}

/**
 * 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%;
}

/*--------------------------------------------------color*/
* { color:rgb(80,80,80); }
a { color:rgb(50,130,210); outline:none; overflow:hidden; text-decoration:none; }
a:hover { color:rgb(0,100,200); text-decoration:underline!important; }

.font-red { color:red;}

/*--------------------------------------------------size*/
.font_10 {font-size:77%;}    /* 10px */
.font_11 {font-size:85%;}    /* 11px */
.font_12 {font-size:93%;}    /* 12px */
.font_13 {font-size:100%;}   /* 13px */
.font_14 {font-size:108%;}   /* 14px */
.font_15 {font-size:116%;}   /* 15px */
.font_16 {font-size:123.1%;} /* 16px */
.font_17 {font-size:131%;}   /* 17px */
.font_18 {font-size:138.5%;} /* 18px */
.font_19 {font-size:146.5%;} /* 19px */
.font_20 {font-size:153.9%;} /* 20px */
.font_21 {font-size:161.6%;} /* 21px */
.font_22 {font-size:167%;}   /* 22px */
.font_23 {font-size:174%;}   /* 23px */
.font_24 {font-size:182%;}   /* 24px */
.font_25 {font-size:189%;}   /* 25px */
.font_26 {font-size:197%;}   /* 26px */

/*--------------------------------------------------Decoration*/
span.super {vertical-align: super;font-size:77%;
}