@charset "UTF-8";

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

:::information:::

Text Default CSS

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

/*----------------------------------------------------
Text Default
----------------------------------------------------*/
body {
font-size : 14px !important;
font-size : 96%;
}

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

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

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

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