TD,BODY{line-height:17pt}
IMG{border-width:0;}
a{cursor : hand;}
a:link{color : ccccff;}
a:visited{color :#666699;}
a:hover { background-color:333333;}
body{color : #808080;
  line-height : 180%;
  cursor : default;
  background-color : #000000;
  background-image:url("bg3.gif");
  background-attachment:fixed;
  margin: 60px;
  scrollbar-base-color: #000000;
}
h1{ color: #c0c0c0; font-weight: bold; 
    text-decoration: none; 
    margin: 3;
    padding: 3px;
    text-align: center;
    font-size: 32px;
    align:center;}
h2{ color: #c0c0c0; font-weight: bold; 
    text-decoration: none; 
    background-color: #333366;
    margin: 3;
    text-align: rignt;
    font-size: 14px;
    align:center;}
h3{ 
background-color: #000000; /* 背景色 */ 
text-align: center; /* テキストの配置 */
font-size: 14px; /* 文字サイズ */ 
padding: 0px; /* 帯内の余白 */ 
border-bottom: 1px #333366 solid; /* 下の枠線（太さ・色・スタイル） */ 
border-top: 1px #333366 solid; /* 下の枠線（太さ・色・スタイル） */ 
border-right: 20px #333366 solid; /* 下の枠線（太さ・色・スタイル） */ 
border-left: 20px #333366 solid; /* 左の枠線（太さ・色・スタイル） */ 
} 
h4{ color: #c0c0c0; font-weight: bold; 
    text-decoration: none; 
    background-color: #333366;
    margin: 3;
    font-size: 12px;}
h5{ color: #c0c0c0;
    text-decoration: none; 
    background-color: #333366;
    margin: 3;
    text-align: center;
    font-size: 12px;}
TH {
  color: #808080; /* 文字の色 */
  background-color: #333366; /* 背景の色 */
}
TD {
  color: #808080; /* 文字の色 */
}

.table1 { 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #333366 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 
.table1 TD { 
border: 1px #333366 solid; /* セルの枠線（太さ・色・スタイル） */ 
} 


.table2 TABLE {
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #333366; /* 枠の色 */
  border-width: 0px; /* 枠の幅 */
}
TD {
  color: #808080; /* 文字の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #333366; /* 枠の色 */
  border-width: 0px 0px; /* 枠の幅 */
}
TABLE {
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #333366; /* 枠の色 */
  border-width: 0px; /* 枠の幅 */
}
TD {
  color: #808080; /* 文字の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #333366; /* 枠の色 */
  border-width: 0px 0px; /* 枠の幅 */
}
HR{color:333333;
height:1px;}