@charset "Shift_JIS";
body{
  
  color : rgb(142, 146, 75);
  line-height : 1.5;
  text-decoration : none;
  margin-top : 25px;
  margin-left : 25px;
  font-size : small;
  
  
  

  font-family : メイリオ, "ＭＳ Ｐゴシック";
}

a{
  color : teal;
  text-decoration : none;
}

a:link{
  color : teal;
}

a:visited{
  color : teal;
}

a:hover{
  color : teal;
  text-decoration : underline;
}
