@charset "utf-8";

/*===================================================
 Font Size Small CSS
=================================================== */
html {
font-size: 	82%;
}
/* for IE6 */
* html body {
font-size: 82%;/* 13px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 82%;/* 13px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 82%\9;/* 13px; */
}