a:link {                    /* リンク */
 color: #333333 
}
a:visited {                 /* 既に見たリンク */
  color: #333333
}
a:active {                  /* クリック時のリンク */
 color: #333333 
} 
a:hover {                   /* カーソルが上にある時のリンク */
  color: #333333;
  text-decoration: none     /* 下線を消す */
}
img{
  border : 0pt
}
h1{
  font-size : 10pt;
  margin-top : 1px;
  margin-bottom : 0px;
  color : #333333
}
h2{
  font-size : 10pt;
  font-weight : bold;
  color : #000099
}
.space{
  font-size : 14pt;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px
}
#footer{
  margin-top: 30px;
  font-size : 10pt
}
.footnavi{
  margin-bottom: 8px
}
.copyright{
  background: #9999ff
}
.select{
  margin-top: 10px;
  margin-bottom: 20px
}
/* table中央表示 */
.center_div{
  text-align:center;
}
.center_link{
  margin-left:auto;
  margin-right:auto;
}
/*------------ table style ------------*/
.top-select-td{
  background-color: #000099;
  height: 2px
}
