@charset "UTF-8";
/*===================================
 * file name : font.css
===================================== */

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	121% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	font-size: 13px;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	font-family: 'Open Sans','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

html>/**/body { font-size /*\**/: small\9; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

select, input, textarea {
	font-size:99%;
}

table {
	font-size:inherit;
	font:100%;
}

.size_1 {
	font-size:93%;
	font-weight:normal;
}

.size_2 {
	font-size:100%;
}

.size_3 {
	font-size:114%;
}

.size_4 {
	font-size:121%;
}

.size_5 {
	font-size:128%;
}
