@charset "utf-8";

/*===================================================
 Font Size Medium CSS
=================================================== */

html {
font-size: 	100%;
}
/* for IE6 */
* html body {
font-size: 100%;/* 16px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 100%;/* 16px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 100%\9;/* 16px; */
}