@charset "utf-8";
/* CSS Document */
html            { height: 99%; overflow: hidden; }
body            { height: 99%; background-color: #B2C700; margin: 0; padding: 0 0 0 0; overflow: hidden; }
.menuLink       { color: #FFF; text-decoration: none; }
.menuLink:hover { color: #FFF; text-decoration: underline; }
.flash          { height: 100%; }

.menu_bas       { background-color:#B2C700; position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; }
@media screen   {
    body>div.menu_bas   { position: fixed; }
}
* html body     { overflow: hidden; } 
* html div.flash{ height: 100%; overflow: auto; }

.menu_tab       { width: 100%; }
.menu_tab td    { padding-left: 8px; width: 136px; background-color:#B2C700; background-image: url(../Image/Global/bg_menu.gif); background-repeat: no-repeat; font-size: 10pt; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-style: italic; }
.menu_tab th    { height: 50px; background-color:#B2C700; font-size: 11px; font-style: normal; font-weight: normal; padding-right: 5px; text-align: right; vertical-align: middle; }
