/*topmenuのリンク*/
a.menulink{
    text-align:center;
    display:block;
    background-color:#;
    padding:0.5em 0em 0.5em 0em;/*上、右、下、左*/
    width:100px;
    height:14px;
　　border-top: 1px solid white;
    text-decoration:none;
    font-family:Century Gothic;/*文字のスタイル：普通*/
    font-size:12px;/*文字の大きさ：ピクセル*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#000000;/*文字の色：黒*/
}
a:hover.menulink{
    background-color:#000000;
    padding:0.5em 0em 0.5em 0em;
　　border-top: 1px bottom black;
    text-decoration:none;
    font-family:Century Gothic;/*文字のスタイル：普通*/
    font-size:12px;/*文字の大きさ：ピクセル*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#ffffff;/*文字の色：白*/
　　letter-spacing:0px;/*文字の間隔*/
}
a:active.menulink{
    background-color:#000000;
    padding:0.5em 0em 0.5em 0em;
　　border-top: 1px bottom black;
    text-decoration:none;
    font-family:Century Gothic;/*文字のスタイル：普通*/
    font-size:12px;/*文字の大きさ：ピクセル*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#ffffff;/*文字の色：白*/
　　letter-spacing:0px;
　　BORDER-LEFT: #000000 10 solid;
　　BORDER-right: #000000 10 solid;
}
div.menulink{
    width:100px;
    text-align:center;
    Valign:bottom;
}
div.copyright{
    font-family:ＭＳ Ｐゴシック;/*文字のスタイル：普通*/   
　　font-weight:normal;/*文字の太さ：普通*/
    font-size:12px;/*文字の大きさ：ピクセル*/
    text-align:right;/*文字の寄せ方：右寄せ*/
    width:630px;
　　color:#999999;/*文字の色：白*/
    padding-right:0em;/*右-文字分*/
}
