/*スタイルシート*/

BODY, TH, TD {
  font-size: 80%; }

body {
  margin: 2px 2px 2px 2px ;
  background-color: #F1F2F3 }

a {text-decoration:none;}

/*マウスが乗ったとき*/
a:hover {
  text-decoration:underline; }

/*一般*/
/*未訪問リンク*/
a:link {
  color:#003366;  }

/*訪問済みリンク */
a:visited {
  color:#707070; }

/*メニュー部分のスタイル*/
/*未訪問リンク*/
a.black:link {
  color:#ffffff; }

/*訪問済みリンク */
a.black:visited {
  color:#ffffff; }

/*テーブルのボーダー*/
.border_all {
  border: 1px solid #404040; }

.border_t {
  border-top: 1px solid #404040; }

.border_b {
  border-bottom: 1px solid #404040; }

.border_l {
  border-left: 1px solid #404040; }

.border_r {
  border-right: 1px solid #404040; }

/*テーブル境界と文字の間隔*/
.pad {
  padding: 1px;  }

.shadow {
  font-size: 12pt;
  font-weight: bold;
    filter:dropshadow( color=#cccccc, offx=1, offy=1, positive=1 ); }
.f-basic {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt; }

.f-head1 {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  font-weight: bold; }

.fb-bb {
  border-bottom: 1px solid #404040;
  font-size: 9pt;
  line-height: 12pt;
  font-style: normal;
  border-left-color: #404040;
  text-align: center; }

.subLink {
  border: 1px solid #999999;
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt; }

.tbl-c {
  border-left: 1px solid #404040;
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #404040; }

.tbl-d {
  border-left: 1px solid #404040;
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #404040; }

.tbl-cl {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #404040; }

.tbl-dl {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #404040; }

.tbl-ur {
  border-top: 1px solid #404040;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #404040; }

.f-head2 {
  border-top: 1px solid #404040;
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  font-weight: bold; }

.grayback {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  color: #FFFFFF;
  background-color: #777777;
  vertical-align: middle; }

.blueback {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  color: #FFFFFF;
  background-color: #003399;
  vertical-align: middle; }

.orangeback {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  color: #FFFFFF;
  background-color: #FF6633;
  vertical-align: middle; }

.greenback {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  color: #FFFFFF;
  background-color: #006633;
  vertical-align: middle; }

.f-head3 {
  border-top: none;
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #404040; }

.f-small {
  font-size: 9pt;
  font-style: normal;
  line-height: 11pt; }

.topLine {
  font-size: 10pt;
  font-style: normal;
  line-height: 12pt;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #404040; }
