@charset "Shift_JIS";
BODY{
  color : teal;
  background-color : #ffffdf;
}
H1{
  color : teal;
  
  
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top-style : solid;
  : lime;
  

  text-decoration : none;
}
A:visited{
  color: #FF9999;
  
}
A:hover{
  color : #ff0b85;
  
}
A:active{
  color: #FFFFFF;
  
  
}
UL{
  color : teal;
  list-style-image : url(l_p05.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFCC;
  background-color : teal;
  font-size : 100%;
  height: 4em
;
}
TD{
  color : black;
  background-color : white;
  font-size : 80%; 
  height: 1em
;
}