@charset "UTF-8";

/* ================================================================================

:::information:::

Text Large CSS

================================================================================ */

/*----------------------------------------------------
Text Large
----------------------------------------------------*/
body {
font-size : 18px !important;
font-size : 114%;
}

/*IE7 CSS Hack----------*/
*:first-child + html body {
font-size : 108% !important;
}



#FontChangeL a {
display: block; float: left; width: 32px; height: 17px;
background: url(../share_img/font_large_h.gif) top left no-repeat;
text-decoration: none;
}

#FontChangeD a {
display: block; float: left; width: 32px; height: 17px;
background: url(../share_img/font_default.gif) top left no-repeat;
text-decoration: none;
}

#FontChangeD a:hover { background: url(../share_img/font_default_h.gif) top left no-repeat; }
