A { text-decoration: none; } 

A:link {color:#2b3dbd;}
A:visited {
  text-decoration:none;
}
A:active {
  text-decoration:none;
}
a:hover{
  color:#ff0000;
  text-decoration:underline overline;
}
body{
  font-size:10pt;
  color:#ffffff;
  background-color:#000000;
  background-image:url("");
  margin-left:4%;
  margin-right:4%;
  margin: 0px 0px 0px 5px;
/* 上、右、下、左の余白 */
 }


#log-link{
  background-color:#000000;
  background-image:url();
  color:#ffffff;
  font-size:11pt;
  margin-left:2%;
  margin-right:2%;
}

#log-link2{
  background-color:#000000;
  background-image:url();
  color:#ffffff;
  font-size:10pt;
  margin-left:2%;
  margin-right:2%;
}

