html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html{
  background-image: url("/assets/img/back.png");
  background-repeat: repeat;
  background-position: top left;
  background-color: black;
}

body {
  color: white;
  font-family: "MS Gothic", monospace;
}

main{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5rem;
}

main img {
  max-width: 100%;
  height: auto;
}

main p {
  margin: 3rem 0;
}

#notice_list {
  max-width: 65ch;
  margin: 1rem auto;
  text-align: left;
}

#notice_list li {
  margin-bottom: 1rem;
}

.site-title{
  width: 330px;
  height: 158px;
  background: url("/assets/img/top/page_title_logo.png") no-repeat left top;
  background-size: 330px 158px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  display: block;
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
}