@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  background-color: #f0f0f0;
  color: #606060;
}
h1 {
  padding:0.5em 1em;
  font-size:2.4rem;
  white-space:nowrap;
  line-height:1;
  color:#f0f0f0;
  background-color:#009000;
}
footer#mainfooter{
  margin-top:2em;
  padding:0.5em 0.5em 0.5em 0;
  border-top:2px solid #006000;
  font-size: 1.2rem;
  text-align:right;
  color:#009000;
}
