
/************** ランキングページ用ＣＳＳ **************/

#ranking {
    padding: 15px 30px 0px 110px;
    background-image: url(title_ranking.gif);
    background-repeat: no-repeat;
    background-position: 30px 15px;
}

#y2000, #y2001, #y2002, #y2003, #y2004, #y2005, #y2006, #y2007, #y2008, #y2009, #y2010, #y2011, #y2012, #y2013 {
    margin-bottom: 18px;
}

#title {
    padding: 13px 0px 0px 0px;
    height: 45px;
    color: #666;
    font-weight: bold;
}

.year {
    margin: 0px 0px 2px 0px;
    width: 65px;
    height: 25px;
    background-image: url(title_year.gif);
    background-repeat: no-repeat;
}

#y2013 .year { background-position: 0px -480px; }
#y2012 .year { background-position: 0px -450px; }
#y2011 .year { background-position: 0px -420px; }
#y2010 .year { background-position: 0px -390px; }
#y2009 .year { background-position: 0px -360px; }
#y2008 .year { background-position: 0px -330px; }
#y2007 .year { background-position: 0px -300px; }
#y2006 .year { background-position: 0px -270px; }
#y2005 .year { background-position: 0px -240px; }
#y2004 .year { background-position: 0px -210px; }
#y2003 .year { background-position: 0px -180px; }
#y2002 .year { background-position: 0px -150px; }
#y2001 .year { background-position: 0px -120px; }
#y2000 .year { background-position: 0px  -90px; }


#ranking table { width: 100%; }
#ranking td    { height: 22px; line-height: 22px; }

.title_date, .title_singles, .title_doubles, .title_comment {
    background-color: #fce5e6;
    color: #000;
    border-bottom: 1px solid #fff;
}

.title_date{
    padding-left: 20px;
    width: 80px;
}

.title_singles{
    padding-right: 20px;
    width: 90px;
    text-align: right;
}

.title_doubles{
    padding-right: 25px;
    width: 55px;
    text-align: right;
}

.title_comment{
    padding-left: 20px;
}

.date{
    background-color: #fff4f5;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.same, .up, .max, .down, .none {
    padding-right: 47px;
    background-image: url(ranking_stats.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #fce5e6;
    text-align: right;
}

.same { background-position: right   0px; }
.up   { background-position: right -33px; }
.max  { background-position: right -63px; }
.down { background-position: right -93px; }
.none { background-position: right   0px; }

.comment{
    padding-left: 20px;
    border-bottom: 1px solid #fce5e6;
}


