@charset "Shift_JIS";

a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

a:visited {
  color: #C0C0C0;
}

a:hover {
  color: #FF8000;
}

a:active {
  color: #FF8000;
}

body {
  background-image: url("images/background.gif");
  background-position: left;
  background-repeat: repeat-y;
  background-color: #000000;
  color: #FFFFFF;

  font-family: "MS PGothic", Osaka, sans-serif;
  font-style: normal;

  margin: auto 5em;
}

h1 {
  text-align: center;
  margin: 0.5em auto;
}

h2 {
  color: #FF8000;
  text-align: center;
  margin: 1em auto;
}

h3 {
  text-decoration: underline;
  text-align: center;
  margin: 0.5em auto;
}

p {
  text-align: center;
}

hr {
  color: #FF8000;
  background-color: #FF8000;
  border: none;
  width: 60%;
  height: 0.2em;
  margin: 1em auto;
}

div.center {
  text-align: center;
}

div.center2 {
  margin-left: auto;
  margin-right: auto;
  width: 20em;
  text-align: justify;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  padding-top: 1em;
}
