@font-face {
    font-family: 'Truemedium';
    src: url('../font/TMedium/tmedium.eot');
    src: url('../font/TMedium/tmedium.eot?#iefix') format('embedded-opentype'),
         url('../font/TMedium/tmedium.woff') format('woff'),
         url('../font/TMedium/tmedium.ttf') format('truetype'),
         url('../font/TMedium/tmedium.svg#svgtmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { background-color:#F7F1D9; font-size:13px }
.mainBody { background:url(../../images/season3/bg_top.jpg) no-repeat top center; background-size:100%;background-color: #FFD58D;}
#bg_bottom { background:url(../../images/season3/bg_footer.jpg) no-repeat bottom center; background-size:100%; z-index:1 }
#container { z-index:2 }
#content_all_area { background-color:#FFF }

a:link,a:visited,a:active { text-decoration:none; color:#333 }
a:hover { text-decoration:none; color:#FFF }

.link_other a:link,.link_other a:visited,.link_other a:active { text-decoration:none; color:#333 }
.link_other a:hover { text-decoration:none; color:#d78b2b }
.link_index a:link,.link_index a:visited,.link_index a:active { text-decoration:none; color:#333; font-style:italic }
.link_index a:hover { text-decoration:none; color:#d78b2b }

.sub_menu_top a:link,.sub_menu_top a:visited,.sub_menu_top a:active { text-decoration:none; color:#754C18 }
.sub_menu_top a:hover { text-decoration: underline; color:#754C18 }
.register_link a:link,.register_link a:visited,.register_link a:active { text-decoration:none; color:#000; font-weight:bold }
.register_link a:hover { text-decoration: underline; color:#F00 }


/*---------------------------------wysiwyg-----------------------------*/
.wysiwyg p, .wysiwyg div, .wysiwyg ul li, .wysiwyg table tr td {
    font-size: 1.1em ;
    line-height: 150%;
}
/*---------------------------------END wysiwyg-----------------------------*/

/*---------------------------------MENU-main---------------------------------*/
#menu_div{
    position:absolute;
    top: 0px;
    right: 0;
    height: 0;
}
#menu_div ul{
    list-style:none;
    font-family:Truemedium;
    font-size:14pt;
    margin-top:86px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,#menu_div ul{
        list-style:none;
        font-family:Truemedium;
        font-size:13pt;
        margin-top:86px;
    }
}
#menu_div ul li{
    display:inline-block;
    float:left;	
    text-align:center;
    width: 130px;
}
#menu_div ul li a{
    display:block;
    color:#ac2c23;
    text-decoration:none;
    border-left: 1px #ac2c23 solid ;
    padding: 5px 10px 0px 10px;
    text-align:center;
    height:40px;
    line-height:14pt;
    font-weight:bold;
}
#menu_div ul li a:hover{
    color:#e2a659;
    background:#ac2c23;
    font-weight:bold;
}
#menu_div ul li a.first{
    border: none!important;
}
/*---------------------------------MENU-main---------------------------------*/