BODY {
  background-color: #222222;
  background-image: url(./img/index_back.gif);
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 80%;
}

TD {
  font-size: 80%;
}
TD.title {
  font-size: 100%;
  font-weight:bold;
}

.title {
  font-size: 150%;
  font-weight:bold;
}

.title2 {
  font-size: 80%;
}

.title3 {
  font-size: 130%;
  font-weight:bold;
}

.tiisai{
  font-size: 90%;
}

/* リンク */
A:link {
  color: #aa0000;
}
A:visited {                 /* 既に見たリンク */
  color: #990000;
  text-decoration: none;    /* 下線を消す */
}
/* クリック時のリンク */
A:active {
  color: #cc0000;
}
A:hover {                   /* カーソルが上にある時のリンク */
  color: #cc6600;
  text-decoration: none;    /* 下線を消す */
}



.hrs {
  border: 1px dashed #000000;
}

.profile {
 font-size: 190%;
 font-weight:bold;
 text-shadow: #000000 2px 3px 4px 5px 6px;
 letter-spacing: 3px;
 

}

.profilename {
 font-size: 160%;
 font-weight:bold;
 letter-spacing: 5px;

}
.profiletitle {
 font-size: 125%;
 font-weight:bold;
}

.c1 {
  color: #ffffff;
}

.eautitle {
 font-size: 150%;
 font-weight:bold;
}
