/* For IE Box */
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}

/*--- 全体 ---*/
body {
  font-size: 11pt;
  line-height: 14pt;
  color: #999999;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
td,th{
  font-size: 11pt;
  }
a:link{
  color: #999999;
  text-decoration; underline;
  }
a:visited{
  color: #999999;
  text-decoration: underline;
  }
a:hover,a:active{
  color: #00007A;
  text-decoration: underline;
  background: none;
  }
small{
  font-size: 9pt;
  color: #F99533;
  }


/* ---- 現在のページ用 ---- */
#current div{
  color: #6FB7D6;
}
#current a:link{
  color: #990000;
  text-decoration; underline;
  }
#current a:visited{
  color: #660000;
  text-decoration: underline;
  }
#current a:hover,a:active{
  color: #FF6800;
  text-decoration: underline;
  background: none;
  }

#info div{
  color: #0C2575;
}

#info1 div{
  color: #F98CB6;
  font-size: 12pt;

}


