﻿*{
    margin: -5;

    padding:0;

    background-color: transparent;

}


img{

    border-style:none;

}


html>body{

    height:100%;

    margin:0px;

    padding:0px;

    text-align:center;

    overflow-y: scroll;

    font:0.8em "Lucida Sans Unicode",Verdana,"ＭＳ ゴシック", 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,"ＭＳ ゴシック", Osaka, Arial,sans-serif;

}



/*** ヘッダー設定 ***/

#header{

    width:900px;

    height:400px;

    background: url(http://home.kobe-u.com/archery/img/54th_league_top2.png) no-repeat;/* top画像 */

}



#header:hover{

    background: url(http://home.kobe-u.com/archery/img/54th_league_top2.png) no-repeat;/* top画像 */

}



html>body #header{

    text-align:left;

    color: #FFFFFF;

    margin-left:-450px;/**top画像の位置 左余白**/

    position:absolute;

    left:50%;

    top:30px;/** 上余白 **/

}



#header h2{

    padding:190px 0px 0px 10px;

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

}



#container4league{

    width:898px;

    height: 850px;

    margin:0px auto;

    border-left:solid 2px #000000;

    border-right:solid 2px #000000;

}


#footer4league{

    width:900px;

    top: 790px;

    position:absolute;

    left: 50%;

    margin-left: -450px;

    line-height:30px;

}


html>body #main{

    text-align:right;

    font-size:12px;

    position: absolute;

    top: 320px;/* メイン部分の上余白 */

}


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




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;

}


