td {
	font-size: 12px;
}
p { line-height: 18px }
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  scrollbar-face-color: #990000;       /* 表面の色 */
  scrollbar-3dlight-color: #990000;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #990000; /* 右端と下端 */
  scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
background-image: url("./img/allbg.gif");
background-attachment: fixed;
}

a {
    color: #990000;
    text-decoration: none;
    }

a:link {
    color: #990000;
    text-decoration: none;
    text-decoration: underline;
    }

a:visited {
    color: #990000;
    text-decoration: none;
    text-decoration: underline;
    }

a:hover {
    color: #FFFFFF;
    background-color: #990000;
    background-color: #990000;
    text-decoration: underline;
    }

a:active {
    color: #FFFFFF;
    text-decoration: none;
    text-decoration: underline;
    }
	
h1 {
	font-size:10px;
	font-weight:normal;
	margin:0;
	color:#FFFFFF;
	padding:0;
}

h2 {
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
}