H1 { DISPLAY: none }

H3 { DISPLAY: none }

H4 { DISPLAY: none }

address{/*コピーライト部分の設定http://wdt.pekori.jp/template/copy/?no=10*/
  font-size: 8pt;
  font-family: Tahoma,Verdana;
  font-style: normal;
  margin: 1px 8% 1px 8%;
  padding: 3px;
  border: outset 1px #EEDDFF;
  text-align: center;
  }

a { text-decoration:none; }/*リンク文字の下線（アンダーライン）をなくす*/
a:hover { color:orange; }/*マウスがリンク文字上に乗ったらリンク文字の色を変える*/

/*オンラインリンクテーブルの部分の設定*/
.dot { border-bottom: 1px dotted red; border-left: 1px dotted red; }
.dot th { border-top: 1px dotted red; border-right: 1px dotted red; }
.dot td { border-top: 1px dotted red; border-right: 1px dotted red; }