* { 
    font-family:"ＭＳ ゴシック","Osaka",sans-serif;
    font-size : 12px ;
    line-height: 23px ;
    color : #404040 ;
}
A:link {
    color: blue;
    text-decoration : none;
}
A:visited {
    color: purple;
    text-decoration : none;
}
A:hover {
    text-decoration : underline;
}
hr {
    width : 600px;
    height : 1;
    color : #FF9933;
}
