@charset "utf-8";
body {
  text-align: center;
  line-height: 1.5;
  background: #000000;
  font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif;
}
.font_new {
  font-size: 14px; /* 文字サイズ指定 */
  color: #ff0000; /* 文字色指定 */
}
table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-color: #dddddd;
}
td {
  border: 1px solid #cccccc;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  height: 35px;
  width: 290px;
}
th {
  border: 1px solid #cccccc;
  padding-left: 5px;
  font-weight: 100;
  height: 35px;
}
hr {
  width: 720px;
}
a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #F7F3B9;
  text-decoration: none;
}
a {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
.style10 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 22px;
  color: #5DA1EC;
  line-height: 40px;
  font-weight: 800;
}
.style12 {
  color: #555555;
  font-size: 26px;
  font-style: oblique 15deg;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 8px;
}
.style13 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 18px;
  color: #358de0;
  font-variant: normal;
  font-style: italic;
}
.style14 {
  color: #F29D9F;
  font-size: 22px;
}
.style15 {
  color: #8AF15F;
  font-size: 22px;
}
.style16 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 16px;
  color: #358de0;
  font-variant: normal;
  font-style: italic;
}
.style20 {
  text-align: center;
  color: #999999;
  font-size: 40px;
  font-style: oblique 15deg;
  font-weight: bold;
  line-height: 12px;
}
h1 {
  color: #999999;
  font-size: 24px;
  font-style: oblique 10deg;
  font-weight: bolder;
  letter-spacing: -0.05em;
}
h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
}
h3 {
  font-size: 12px;
  color: #666666;
}
/* 画像枠赤 */
.waku a img {
  border: 2px solid white
}
.waku a:hover img {
  border: 2px solid #ff0000
}