table a {
    text-decoration: none;
    font-weight: normal;
}
table a:hover {
    color: #0055EA;
    text-decoration:underline;
    font-style: italic;
}
table#main{
    border:none;
    margin-bottom: 10px;
    width: 100%;
}
table#main tr td {
    border:none;
}
/* チーム一覧テーブル */
table.teams{
    background: #fff;
    border:1px solid #ccc;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
table.teams tr td {
    background: #fff;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    text-indent: 10px;
}
/* チーム詳細情報テーブル */
table#teamInfo{
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
table#teamInfo caption{
    background-color: #0E3192;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}
table#teamInfo th {
    padding:0 5px;
    background:#ffffcc;
    border-right:solid 2px #cccccc;
    border-bottom:solid 2px #ccccc;
    border-left:solid 10px #ffcc66;
}
table#teamInfo tr td {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
/* 選手一覧テーブル */
table#main #picture {
    width: 280px;
}
table#teamInfo th {
    width: 120px;
}
table#regist_member {
    border-collapse: collapse;
    text-align:center;
}
table#regist_member th td {
    margin: 0px;
    padding: 0px;
}
table#regist_member th {
    background: #F3F8FC url('../img/table/th_sub2.gif') repeat left;
}
table#regist_member td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 80%;
}
table#regist_member td .rank {
    font-size: 130%;
}
table#regist_member td .team {
    font-size: 120%;
}

table .scores {
    /* width: 80px; */
}
table .scored {
    margin: 0px;
    padding: 0px;
}
/* チーム名 */
div.teamname {
    font-family:Impact,Charcoal;
    font-size: 36px;
    color: #000099;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 2px;
    letter-spacing: 2px;
    text-indent: 20px;
}
