/*topmenuのリンク*/
a.menulink{
    text-align:center;
    display:block;
    background-color:#;
    padding:0.5em 0px 0.5em 0px;/*上、右、下、左*/
    width:100px;
    height:px;
　　/*border-bottom: 0px #;*/
    text-decoration:none;
    font-family:Verdana;/*文字のスタイル*/
    font-size:14px;/*文字の大きさ*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#000000;/*文字の色：黒*/
  　letter-spacing:2px;/*文字の間隔*/
    font-variant:small-caps;
}
a:hover.menulink{
    background-color:#ff99ff;
    padding:0.5em 0px 0.5em 0px;/*上、右、下、左*/
　　border-top:1px bottom #000000;
　　border-bottom:1px bottom #000000;
    text-decoration:none;
    font-family:Century Gothic;/*文字のスタイル*/
    font-size:14px;/*文字の大きさ*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#000000;/*文字の色*/
　　letter-spacing:2px;/*文字の間隔*/
    background-image : url(http://mintcandy.hanagasumi.net/h1-.gif);/*背景画像*/
    background-repeat : repeat; /*リピートしない場合は〈no-repeat〉*/
}
a:active.menulink{
    /*background-color:#;*/
    padding:0.5em 0px 0.5em 0px;/*上、右、下、左*/
　　border-top: 1px bottom #333333;
　　border-bottom: 1px bottom #333333;
    text-decoration:none;
    font-family:Century Gothic;/*文字のスタイル*/
    font-size:14px;/*文字の大きさ*/
　　font-weight:normal;/*文字の太さ：普通*/
    color:#666666;/*文字の色*/
　　letter-spacing:2px;
    background-image : url(http://mintcandy.hanagasumi.net/h1-.gif);/*背景画像*/
    background-repeat : repeat; /*リピートしない場合は〈no-repeat〉*/
}
div.menulink{
    width:100px;
    text-align:center;
    valign:"top"
}
div.copyright{
    width:720px;    
    font-family:ＭＳ Ｐゴシック;/*文字のスタイル*/   
　　font-weight:normal;/*文字の太さ：普通*/
    font-size:10px;/*文字の大きさ*/
    text-align:right;/*文字の寄せ方：右寄せ*/
    width:720;
　　color:#999999;/*文字の色：黒*/
    padding-right:0em;/*右-文字分*/
}