<!--
body {
    font-size: small !important; /* IE 7向け */
    font-size: x-small; /* IE 6以下 */
}
html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}

<!--
td {
    font-size: small !important; /* IE 7向け */
    font-size: x-small; /* IE 6以下 */
}
html>/**/td {
    font-size: 13px; /* モダンブラウザ向け */
}
.shadow {
    background: url(shadow.gif) right bottom;
    float: left;
}
 
.shadow img {
    position: relative;
    left: -5px;
    top: -5px;
    padding: 5px;
    background: #ffffe0;
    border: 1px solid #999999;
}
<!--
.break { page-break-before: always; }
-->
<!--
 *.shadows
      {
         width: 100%;
         filter: dropshadow( color=#cccccc, offx=2, offy=2, positive=1 );
      }

      *.ls_normal { line-height: 180%;, letter-spacing: 0.15em; }
      *.ls_double { line-height: 200%; , letter-spacing: 0.5em;}
   -->
H2 {
  color: #4E4E4E; /* 文字の色 */
  padding: 0px 0px 0px 0px ;
  border-width: 0px 0px 0px 0px; /* 枠の幅 */
  text-decoration: underline; 
border-style: solid; /* 枠の種類 */
  border-color: #909090; /* 枠の色 */
  line-height: 130%; /* 行の高さ */
}
<!--
A.btn {
  display: block;             /* ブロック要素にする */
  width: 100px;                /* 横幅 */
  color: #4E4E4E;
  background-color: #FFFFFF;  /* 背景色 */
  border: outset 0px #FFFFFF; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  font-weight:bold;
  line-height: 13px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}

A.btn:hover {
  color: #555555;
  background-color: #FFFFFF;  /* 背景色 */
  border: outset 0px #FFFFFF;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
  text-decoration: none;      /* 下線を消す */
}

-->

<!--
	a
{text-decoration:none;}
A:hover {
  text-decoration: underline;
}-->

-->
-->
-->
-->