@charset "UTF-8";
body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
    "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
    sans-serif;
  line-height: 1.5;
  background-color: beige;
}
#container {
  margin: auto;
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  padding: 5px;
}
#pankuzu {
  width: 100%;
}
#pankuzu p,
#pankuzu p a {
  width: 100%;
  font-size: 12px;
}
header {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

#contents {
  width: 100%;
  margin: 30px 0;
}

header h1 {
  font-size: 32px;
  color: #fff;
  text-shadow: 2px 2px 6px #00f, -2px 2px 6px #00f, 2px -2px 6px #00f,
    -2px -2px 6px #00f;
  margin: 10px;
}
#slogo {
  position: absolute;
  top: 10px;
  right: 0px;
}
#contents h1 {
  text-align: center;
  font-weight: lighter;
}
p {
  text-indent: 1em;
}
p.migi {
  text-align: right;
  padding-right: 1em;
}

/* ul {
  margin: -1em 0 0 20px;
} */
ul li {
  list-style-type: none;
}
footer {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  #slogo {
    display: none;
  }
  header h1 {
    text-align: center;
  }
}
