<!--
 /*このページはスタイルシートを用いてロールオーバーの設定をしています。マウスが重なった時をＯＮとしそれ以外をＯＦＦとします*/
-->
A{
  color:black text-decoration: none:;
}
A:link{
  color:none}
A:visited{
  color:none}
.on {
  font-size:12;
  color: skyblue;
  text-transform: none;
  text-decoration:none;
}
.on2 {
  font-size:14;
  color: lightgreen;
  text-transform: none;
  text-decoration:none;
}
.on3 {
  font-size:14;
  background: PINK;
  color: Dark Gren;
  text-transform: none;
  text-decoration:none;
}
.off {
  font-size:12;
  color: #FFFF00;
  text-transform: none;
  text-decoration:none;
}
.off2 {
  font-size:14;
  color: lightseagreen;
  text-transform: none;
  text-decoration:none;
}
.off3 {
  font-size:14;
  color: RED;
  text-transform: none;
  text-decoration:none;
}
FONT{
  text-decoration: none:;
}
.title {
  font-size:14;
  text-decoration:none;
}
.list {
  font-size:12;
  text-decoration:none;
}
.bottom {
  font-size:12;
  font-family : "Times New Roman";
  text-decoration:none;
}
