*{
    margin: -5;

    padding:0;

    background-color: transparent;

}


img{

    border-style:none;

}


html>body{

    height:flexible;

    margin:0px;

    padding:0px;

    text-align:center;

    overflow-y: scroll;

    font:0.8em "Lucida Sans Unicode",Verdana,"lr SVbN", Osaka, Arial,sans-serif;

}


*:first-children+html body{

    height:100%;

    margin:0px;

    padding:0px;

    text-align:center;

    overflow-y: scroll;

    font:11px "Lucida Sans Unicode",Verdana,"lr SVbN", Osaka, Arial,sans-serif;

}



/*** wb_[έθ ***/

#header{

    width:900px;

    height:467px;

    background: url(http://home.kobe-u.com/archery/img/57th_league_top1.png) no-repeat;/* topζ */

}


#header:hover{

    background: url(http://home.kobe-u.com/archery/img/57th_league_top2.png) no-repeat;/* topζ */

}


html>body #header{

    text-align:left;

    color: #FFFFFF;

    margin-left:-450px;/**topζΜΚu Ά]**/

    position:absolute;

    left:50%;

    top: 0px;/** γ] **/

}



#header h2{

    padding:190px 0px 0px 10px;

    font:1.7em "Lucida Sans Unicode",Verdana, Osaka, Arial,sans-serif;

}



#container4league{

    width:898px;

    height: 1000px;

    margin:0px auto;

    border-left:solid 2px #000000;

    border-right:solid 2px #000000;

}


#footer4league{

    width:900px;

    top: 1000px;

    position:absolute;

    left: 50%;

    margin-left: -450px;

    line-height:30px;

}


html>body #main{

    text-align:right;

    font-size:12px;

    position: absolute;

    top: 467px;/* CͺΜγ] */

}

/*****************************************/


table#league{
    width: 900px;
    margin-left: -1px;
    text-align: center;
    vertical-align: middle;
    top:100px;
    border-collapse:collapse;
    border-spacing:0;
    border-left:1px solid #000000;
    border-top:1px solid #000000;
    background-color:#ffffff;
}

table#league th{
    color:#000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
table#league th.boy{
    background-color:#00CCCC;
}
table#league th.girl{
    background-color:#FF9999;
}

table#league td{
    height: 40px;
    padding-top: auto;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}

table#league td.win{
    background: url(./img/win.png) no-repeat right;
    font-size:15px;
}

table#league td.lose{
    background: url(./img/lose.png) no-repeat right;
    font-size:15px;
}

table#league td.other{
    color:#87CEEB;
    font-size:20px;
    font-weight: bold; 
}

table#league a{
    font-size:20px;
}


