<!--
.demo   {
    color:#E18200;
    font-size:xx-small;
}
Font.topmenu   {
    color:#0A246A;
    font-weight:bold;
    text-shadow:2px 3px 2px blue;
    font-size:small;
}
Font.title   {
    color:#008000;
    font-weight:bold;
    font-size:x-small;
}
.menu   {
    color:#0A246A;
    font-size:x-small;
}
Font.accent   {
    color:#FF6B57;
    font-weight:bold;
    font-size:x-small;
}
.update   {
    color:#008000;
    font-weight:bold;
    font-size:x-small;
}

a:link
{
    /*リンク*/
    color: #000080;
    text-decoration:underline;
}

a:hover
{
    /* リンク上にカーソルが移動した時 */
    text-decoration: underline;
    color: #ff0000;
    background-color: #ffffcc;
}

a:visited
{
    /* 訪問済みリンク */
    color: #800080;
}

a:active
{
    /* アクティブリンク */
    color: #ff0000;
}

-->
