a:link {
  color:#4f4f4f;
  text-decoration:none;
}
a:visited {
  color:#4f4f4f;
  text-decoration:none;
}
a:hover {
  color:#cc0000;
  text-decoration:;
}
a:active {
  color:#cc0000;
  text-decoration:none;
}



BODY		{
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#aaacb7;
  scrollbar-dark-shadow-coor:#aaacb7;
  scrollbar-face-color:#aaacb7;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#aaaaaa;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(topics/bg.jpg); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
}

a:hover img {
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}
a:hover { position: relative; top: 1px; left: 1px; } 
A{text-decoration:none;}
A:hover{text-decoration:underline;}

h1 {
font-size:12px;
font-weight:normal;
}