@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #067557;
  line-height: 1.7;
  margin: 0;
  padding: 0;
text-align: center;
}
/*link*/
a {
  color: #067557;
  text-decoration: none;
}

a:hover, a:active {
  color: #009933;
  text-decoration: underline;
}

h1 {
  font-size: 1.6rem;
}


h2 {
  padding: 1em 1em 0 1.5em;
}

p.large {
  font-size: 200%;
  padding: 1em 0;
}



