h1 {
  color : #666666;
  text-decoration: none;
  font-size: 10px;
  font-weight:lighter;
  margin: 0px
  }

h1 a{
  text-decoration: underline;
  }

h2 {
  color : #660000;
  text-decoration: none;
  font-size: 12px;
  font-weight:;
  margin: 0px
  }

h2 a{
  text-decoration: underline;
  }

h3, h3 a {
  color : #009999;
  text-decoration: none;
  font-size: 13px;
  font-weight:bolder;
  margin: 0px
  }

h4, h4 a {
  color : #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight:bolder;
  margin: 0px
  }

h5, h5 a {
  color : #660000;
  text-decoration: none;
  font-size: 20px;
  font-weight:bolder;
  margin: 0px
}

STRONG {
  font-weight: bolder;
  color: #660000;
  text-decoration: none;
  font-size: 12px;
}

html,body {
  color: #CCCCCC;
  background: #cce3e7 url("../images/bg_blue.png") repeat-y;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
  font-size : 10px;
  line-height: 160%;
}

BODY A {
  color : #CCCCCC;
  text-decoration : underline;
  font-size : 10px;
}
BODY A:HOVER {
  text-decoration : none;
}
BODY A:ACTIVE {
  text-decoration : underline;
}

TD {
  color : #666666;
  font-size: 12px;
  line-height: 160%;
}

TD A {
  color : #660000;
  font-size: 12px;
  font-weight : lighter;
  text-decoration : underline;
}
TD A:HOVER {
  color : #009999;
  font-weight : lighter;
  text-decoration : none;
}

table.bottombgd {
  background-color: #280000;
  width: 100%;
  height: 140px;
}

TD.bottom, TD.bottom A {
  color : #FFFFFF;
  font-size: 11px;
  line-height: 160%;
}

TD.bottom A:HOVER {
  color : #009999;
  text-decoration : underline;
}
