@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;
}

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

table {
  width: 770px;
  margin: 30px auto;
  border-collapse: collapse;
  border: 1px #666666 solid;
}

th {
  text-align: left;
  font-size: 16px;
  padding: 15px 20px;
  width: 180px;
  border: 1px #666666 solid;
}

td {
  font-size: 16px;
  padding: 15px;
  border: 1px #666666 solid;
}

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

#footer {
  float: left;
}

#footer p {
  margin: 10px 0;
}
