BODY{
  margin:0px;
  background-color: #ffeedd;
}
.top{
  width: 800px;
  height: 30px;
  margin-top:0px;
  margin-left:0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #bb9977;
}
.top #ban{
  width : 80px;
  　padding:7px;
  text-align : center;
  font-size: 12px;
  color: #ffffff;
}
.top #title{
  width : 150px;
  　padding:2px;
  text-align : center;
  font-size: 22px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  　font-weight: bold;
  color: #ffffff;
}
.top #menu{
  width : 570px;
  　padding:6px;
  font-size: 14px;
  text-align : center;
}

/*リンク関係*/
a:link{		/*リンクされた文字の色*/
    color:#0000ff;		/*文字色*/
}

a:visited{		/*訪問した後の文字の色*/
    color:#3366cc;		/*文字色*/
}

a:hover{
    font-weight: bold;		/*カーソルを当てたときの文字の色*/
    color:#ff0000;		/*文字色*/
    text-decoration:underline;		/*文字装飾*/
}

a:active{		/*クリック中の文字装飾*/
    text-decoration:none;
}