@charset "utf-8";
/* ==================================================================
CSS information
style info :フォント用
================================================================== */

/*Font Style Size List
9px = 69%
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Sans-Serif;
}



/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea {
	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%;
}



/*Base Font Size RESET
----------------------------------------------------*/

#wrapper {
/*font-size:93%;*/
}


/*Font Size
----------------------------------------------------*/
.font9{font-size:69%;}
.font10{font-size:77%;}
.font11{font-size:85%;}
.font12{font-size:93%;}
.font14{font-size:108%;}
.font16{font-size:130%;}


/*Font Color
----------------------------------------------------*/
.red{color:#a70712;}
.white{color:#FFF;}

