@charset "utf-8";
/* CSS Document */

/*デフォルトCSSリセット
-------------------------*/
html * {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
h1,
h2,
h3,
p,
li,
input,
textarea,
select {
  font-size: 100%;
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: bottom;
}

/* リンク文字の設定 */
a {
  color: #f60;
}

a:hover {
  color: #900;
}

/*共通設定
-------------------------*/
body {
  width: 960px;
  margin: 0 auto;
  font-size: small;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* header---------------- */

#header {
}

#header h1 {
  margin-top: 20px;
}

/* contents---------------- */

#contents {
  margin-top: 5px;
}

#menu {
  text-align: center;
}

#menu h5 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: lighter;
}

#menu a {
  color: #063;
  text-decoration: none;
}

#menu a:hover {
  color: #900;
}

#link {
  text-align: right;
}

#link h5 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: lighter;
}

#link a {
  color: #063;
  text-decoration: none;
}

#link a:hover {
  color: #900;
}

#title {
  margin: 50px auto;
  width: 250px;
}

#title h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: midnightblue;
  text-align: center;
}

.text {
  margin: 20px auto;
  width: 580px;
}

.text p {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 18px;
  letter-spacing: 1;
  line-height: 2;
}

table {
  width: 620px;
  margin: 30px auto;
}

th {
  font-size: 16px;
  padding: 15px;
  width: 100px;
}

tr {
  font-size: 18px;
  padding: 15px;
}

/* footer ---------------- */

#footer {
  float: left;
}

#footer p {
  margin: 10px 0;
}
