@charset "shift_jis"; 



a{/*リンクされた文字*/
    color:#333333;
    font-style:nomal;
    font-weight: bold;
    text-decoration:none;


}

a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    font-weight: bold;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#333333;
    font-weight: bold;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    font-weight: bold;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
    font-weight: bold;
}

.font{
font-family: courier, "courier new", monospace;
color: #647571;
font-size: 8px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2.4pt;
word-spacing: 0pt;
line-height: 0.3;
}