@charset "shift_jis";

body {
  width: 950px;
  text-align: center;
  margin: auto;
  background-image: url(image/back.jpg);
  background-repeat: repeat;
  font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  list-style-type: none;
}

.page {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}

.footer {
  clear:both;
  margin: 10px;
  padding: 10px;
}

a img {
  border: none;
}

a {
  color: #000000;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
}