@charset "utf-8";
/* ==================================================================
CSS information
style info :tHgp
================================================================== */

/*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:13px/1 arial,helvetica,clean,sans-serif;
	*font-size:small; /* Win IE7¨ζΡWin IE6W[hό― */
	*font:x-small; /* Win IE 5-5.5€6(γϋέ·[h)ό― */
	font-family: "CI", "Meiryo", "lr oSVbN", "MS PGothic", Osaka, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Arial, Sans-Serif;
}

/* IE6 base font */
* html body {font-family: "lr oSVbN", "MS PGothic", 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
----------------------------------------------------*/

#wrap {font-size:93%;}
/*
* html #wrap  {font-size:77%;}
*+html #wrap {font-size:69%;}
*/

/*Font Size
----------------------------------------------------*/
.font9{font-size:69%;}
.font10{font-size:77%;}
.font11{font-size:85%;}
.font12{font-size:93%;}
.font14{font-size:108%;}


/*Font Color
----------------------------------------------------*/
.red{color:#a70712;}
.white{color:#FFF;}

