body,table,td {
  background-color:#000000;
  font-size:10pt;
  color:#c0c0c0;
  font-family:'ＭＳ ゴシック';
  scrollbar-3d-light-color:   #000000;
  scrollbar-arrow-color:      #000000;
  scrollbar-base-color:       #000000;
  scrollbar-dark-shadow-color:#ffffff;
  scrollbar-face-color:       #ffffff;
  scrollbar-highlight-color:  #ffffff;
  scrollbar-shadow-color:     #000000;
}
td.td1{
	background-color: #003366;
	/* テーブルの色つき背景 */
}
td.td2{
	background-color: #000000;
	/* テーブルの色無し背景 */
}
table.tab1{
	background-color: #;
	/* テーブルの枠色 */
}
INPUT,TEXTAREA {
  color:#c0c0c0;
  font-size:10pt;
  font-family:ＭＳ ゴシック;
  background-color:#000000;
  border-width : 1pt;
  border-style : solid;
}

input.btsize{
	width:80px;
	/* 送信箱のボタンサイズ（小） */
}
input.btsizel{
	width:150px;
	/* 受信・送信箱のボタンサイズ（大） */
}
a:link {
  text-decoration : none;
}
a:visited {
  text-decoration : none;
}
a:hover {
  text-decoration : underline;
}
