
/************** トップページ用ＣＳＳ **************/

/* トップページ画像 */

#top_img {
    margin: 0px;
    background-color:#000;
    width: 800px;
    height: 360px;
    overflow: hidden;
    line-height: 0px;
}



/* カウンタ、ランキングなど */

#etc {
    width: 190px;
    height: 280px;
    float: left;
}



/* カウンタ */

#counter {
    margin: 20px 0px 0px 25px;
    height: 20px;
}



/* ランキング */

#rank {
    margin: 75px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

#rank table{
    width: 150px;
}

#rank td.title {
    padding: 3px 0px 0px 0px;
    background-color: #fff8f8;
    height: 20px;
    color: #444;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    border-top: 2px dotted #FF69B4;
    border-bottom: 2px dotted #FF69B4;
}

#rank .wta, #rank .jta {
    padding: 3px 0px 0px 8px;
}

#rank .org {
    color: #833;
    font-weight: bold;
    font-size: 10pt;
}

#rank .date {
    color: #444;
}

#rank .singles, #rank .doubles {
    background-image: url("icon_rank_sd.gif");
    background-repeat: no-repeat;
    background-position: 15px 2px;
    padding: 0px 0px 0px 30px;
}

#rank .no {
    padding: 0px 20px 0px 0px;
    text-align: right;
    color: #22e;
}



/* ニュース */

#news {
    background-color:#fff;
    margin: 15px 0px 0px 0px;
    height: 280px;
    float: left;
}

#news h1 {
    background-image: url("icon_news.png");
    background-repeat: no-repeat;
    background-position: 10px 4px;
    padding: 0px 0px 0px 30px;
    height: 24px;
    font-size: 12pt;
    font-weight: bold;
    color: #888;
}

#news1 {
    padding: 10px 10px 10px 15px;
    width: 550px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff8f8;
    border: 1px solid #FF69B4;
}

#news1 .date {
    background-image: url("icon_news_item.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0px 0px 0px 17px;
    color: #070;
    font-weight: bold;
}

#news1 .item {
    margin: 5px 0px 20px 18px;
}

#news1 ul {
    margin: 5px 0px 0px 0px;
    color:#800;
    list-style: none;

}

#news1 li {
    padding: 0px 0px 0px 13px;
    background: url("icon_news1_li.gif") no-repeat 0px 1px;
}

#news1 a.site {
    margin-left: 5px;
    padding-left: 15px;
    background: url("icon_link.gif") no-repeat 0px 3px;
}


/* リンク */

#link {
    clear: both;
    padding: 0px 0px 25px 0px;
    background-color: transparetn;
}

#link table {
    margin-left: 180px;
}

#link td {
    vertical-align: center;
    padding: 0px 10px 0px 0px;
}


