/* トップページ用スタイルシート */
body {
  background-color : #ffffff;
  color            : #000000;
  font-size        : 14px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
}

table.index {
  border          : 2px #000000 solid;
  border-collapse : collapse;
  padding         : 0px;
  width           : 540px;
}
td.year {
  color            : #aaaaff;
  background-color : #000088;
  border-bottom    : 1px #000000 solid;
  padding-top      : 2px;
  padding-left     : 8px;
  padding-bottom   : 2px;
}
td.cnt {
  font-size      : 12px;
  text-align     : right;
  vertical-align : top;
  border-bottom  : 1px #000000 dashed;
  padding-top    : 4px;
  padding-left   : 6px;
  white-space    : nowrap;
}
td.date {
  font-size      : 12px;
  font-family    : "ＭＳ ゴシック",Osaka-等幅;
  text-align     : right;
  vertical-align : top;
  border-bottom  : 1px #000000 dashed;
  padding-top    : 4px;
  padding-left   : 4px;
  white-space    : nowrap;
}
td.date0 {
  color          : #ff0000;
  font-size      : 12px;
  font-family    : "ＭＳ ゴシック",Osaka-等幅;
  text-align     : center;
  vertical-align : top;
  border-bottom  : 1px #000000 dashed;
  padding-top    : 4px;
  padding-left   : 4px;
}
td.rname {
  font-size      : 16px;
  vertical-align : top;
  border-bottom  : 1px #000000 dashed;
  padding-top    : 4px;
  padding-left   : 4px;
  padding-bottom : 2px;
  white-space    : nowrap;
}
td.result {
  font-size      : 12px;
  vertical-align : top;
  border-bottom  : 1px #000000 dashed;
  padding-top    : 4px;
  padding-left   : 4px;
  white-space    : nowrap;
}
td.etc {
  width         : 180px;
  font-size     : 12px;
  border-bottom : 1px #000000 dashed;
  padding       : 4px;
}

div.head {
  height           : 28px;
  width            : 100%;
  text-align       : right;
  text-decoration  : underline;
  letter-spacing   : 1px;
  color            : #aaaaff;
  background-color : #0000aa;
  margin-bottom    : 28px;
  line-height      : 28px;
  padding-right    : 36px;
}
div.head a {
  color : #aaaaff;
}
div.head a:hover {
  text-decoration  : none;
  color            : #0000aa;
  background-color : #aaaaff;
}
div.foot {
  height           : 28px;
  width            : 100%;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #aaaaff;
  background-color : #0000aa;
  margin-top       : 20px;
  line-height      : 28px;
  padding-right    : 36px;
}
div.foot a {
  text-decoration : none;
  color           : #aaaaff;
}
div.foot a:hover {
  text-decoration  : underline;
  color            : #0000aa;
  background-color : #aaaaff;
}
div.frame {
  margin-left  : 8px;
  margin-right : 8px;
}
div.title {
  font-size     : 40px;
  border-bottom : 4px #000088 solid;
  margin-bottom : 28px;
}
img.shot {
  display : block;
  float   : right;
}
