@charset "utf-8";
body {
  background: #117411;
  text-align: center;
  color: #aaaaaa;
  font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif;
}
table {
  margin: auto;
  cellspacing: 3
}
hr {
  width: 500px;
  height: 2px;
}
a:link {
  color: #F5F585;
  text-decoration: none;
}
a:visited {
  color: #aaaaaa;
  text-decoration: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
.style12 {
  font-size: 14px;
}
.style15 {
  color: #ffffff;
  font-size: 16px;
}
h1 {
  font-size: 24px;
  color: #ffffff;
  font-style: oblique 10deg;
  font-weight: bolder;
  letter-spacing: -0.05em;
}
h2 {
  font-size: 14px;
  color: #666666;
}
/* 画像枠赤 */
.waku a img {
  border: 2px solid white
}
.waku a:hover img {
  border: 2px solid #ff0000
}