A:link {
    text-decoration: underline;
    color: #003366;
}
A:visited {
    text-decoration: underline;
    color: #636363;
}
A:hover {
    text-decoration: underline;
    color: #990000;
}
A:active {
    text-decoration: none;
    color: #636363;
}
BODY {
    background-color: #ffffff;
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    color: #000000;
    line-height: 1.25em;
    font-family: verdana, sans-serif;
}
TH {
    background-color: #cccccc;
    vertical-align: top;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25em;
    font-family: verdana, sans-serif;
}
TD {
    font-size: 12px;
    vertical-align: top;
    line-height: 1.25em;
    font-family: verdana, sans-serif;
}
TD.menu {
    font-size: 12px;
    line-height: 1.5em;
}
TD.topics {/* home */
    background-color: #003366;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25em;
    vertical-align: top;
}
P {
    line-height: 1.5em;
}
DIV.fig {
    float: right;
}
DIV.icon {/* home */
    float: left;
}
DIV.center {
    text-align: center;
    margin: auto;
}
H2 {
    font-size: 14px;
    font-weight: bold;
    width: 580px;
    color: #ffffff;
    background-color: #003366;
    border: 1px none #ffffff;
    padding: 4px;
}
H3 {
    font-size: 12px;
    font-weight: bold;
    width: 580px;
    color: #ffffff;
    background-color: #666666;
    border: 1px none #ffffff;
    padding: 4px;
}
H4 {
    font-size: 12px;
    font-weight: bold;
    width: 580px;
    color: #333333;
    background-color: #f0f0f0;
    border: 1px none #ffffff;
    padding: 4px;
}
H5 {
    font-size: 12px;
    font-weight: bold;
    width: 580px;
    color: #333333;
    background-color: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    padding: 2px;
}

H6 {
    font-size: 12px;
    font-weight: bold;
    width: 580px;
    padding: 2px;
}

HR {
    size: 1px solid;
}
DIV.update {/* home */
    text-align: right;
    font-size: 12px;
    width: 760px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    padding: 2px;
}
p.id1 {/* 1文字分インデント */
    margin-left: 14px;
}
p.id4 {/* 4文字分インデント */
    margin-left: 50px;
}
DIV.navbar {
    text-align: left;
    font-size: 12px;
    width: 760px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    padding: 2px;
}
DIV.copy {
    font-size: 12px;
    width: 760px;
    text-align: right;
    color: #ffffff;
    background-color: #003366;
    border: 1px none #ffffff;
    padding: 2px;
}
UL.none {
    line-height: 1.25em;
    list-style: none
}