 
.LinkClass{
display.block;
  color : white;
  padding-top : 4px;
  width : 100%;
  height : 100%;
  text-decoration : none;
}
.CellClass{
  background-color : green;
  text-align : center;
  width : 150px;
  height : 7mm;
  

  color : olive;
  font-size : 11pt;
  font-family : "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け";
}
A:hover{
  color : black;
  background-color : silver;
}
