@charset "euc-jp";

* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

img {
    border: 0px;
}

a:link,
a:visited,
a:active {
    color: #1D3994;
    text-decoration: none;
}

a:hover {
    color: #1D3994;
    text-decoration: underline;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.red {
    color: #cc0000;
}

.gold {
    font-weight: bold;
    color: #a2a200;
}

a:link.gold,
a:visited.gold,
a:active.gold {
    font-weight: bold;
    color: #a2a200;
    text-decoration: none;
}

a:hover.gold {
    color: #a2a200;
    text-decoration: underline;
}

.silver {
    font-weight: bold;
    color: #999999;
}

a:link.silver,
a:visited.silver,
a:active.silver {
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

a:hover.silver {
    font-weight: bold;
    color: #999999;
    text-decoration: underline;
}

.bronze {
    font-weight: bold;
    color: #cc6600;
}

a:link.bronze,
a:visited.bronze,
a:active.bronze {
    font-weight: bold;
    color: #cc6600;
    text-decoration: none;
}

a:hover.bronze {
    font-weight: bold;
    color: #cc6600;
    text-decoration: underline;
}

.spacer {
    width: 100%;
    height: 11px;
}
