<STYLE type="text/css">
<!--
BODY {
  font-color= #666666;
  /*フォントカラー*/
  font-size: 10pt;
  /*フォントサイズ*/
  background-color: #ffffff;
  /*背景色*/
  font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
  /*書体*/
}

/*基本的なリンクスタイル*/
/*未訪問リンク */

a:link{
  text-decoration: none;
  color:#0000CC ;
}

/*クリックしたとき */
a:active{
  text-decoration: underline;
  color:#0000CC ;
}

/*訪問済みリンク */
a:visited {
  text-decoration:none;
  color:#0000CC ;
}

/*クリックしたとき */
a:active {
  text-decoration: underline;
  color:#0000CC ;
}

/*マウスが乗ったとき */
a:hover {
  text-decoration: underline;
  color:#0000CC ;
}


/*タイトル*/
h1 {
  color: #666666;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h2 {
  color: #666666;
  font-size: 80%;
  font-weight: normal;
  layout-grid: line loose 20px;
}


/*テーブルborder関連*/
TD#tdot {
  border-top:    4px dotted #000000;
  border-bottom: thin none #000000;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
  line-height : 1.5em;
  text-align : center;
}
TD#bdot {
  border-top:    thin none #000000;
  border-bottom: 1px dotted #000000;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
  line-height : 2em;
}
td#ldot {
  border-top:    thin none #000000;
  border-bottom: thin none #000000;
  border-left:   2px dotted #000000;
  border-right:  thin none #000000;
}
td#rdot {
  border-top:    thin none #000000;
  border-bottom: thin none #000000;
  border-left:   thin none #000000;
  border-right:  3px dotted #000000;
}
td#tsolid {
  border-top:    1px solid #000000;
  border-bottom: thin none #000000;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
}
td#bsolid {
  border-top:    thin none #000000;
  border-bottom: 1px solid #666666;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
}
td#tbsolid {
  border-top:    1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
}
td#tblrsolid {
  border-top:    1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left:   1px solid #000000;
  border-right:  1px solid #000000;
}
/*テーブル関連*/
td#bdot_white {
  border-top:    thin none #000000;
  border-bottom: 1px dotted #ffffff;
  border-left:   thin none #000000;
  border-right:  thin none #000000;
}


td {
　font-color= #666666;
  /*フォントカラー*/
  font-size: 10pt;
　/*枠内のフォントサイズ*/
}}}}

/*文字の行間*/
div#line20 {
  layout-grid: line loose 20px;
}

span {
  font-size: 10pt;
/*<SPAN>〜</SPAN>のフォントサイズ*/
}

b {
  font-size: 10pt;
/*太字のフォントサイズ*/
}

-->
</STYLE>