@charset "Shift_JIS";
BODY{
  color: #000000;
  background-color: #b7c6f2;
  background-image : 
  background-attachment : 
}
H1{
  color: #000000;
  background-color: #04db8a;
  background-image : 
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #000000;
  background-color: #99CC99;
  background-image : 
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #009900;
  background-color: #99CC99;
  background-image : url(../test/green1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #73C663;
  height: 3px;
}
P{
  color: #339933;
}
A{
  color: #0000FF;
  text-decoration: underline;
}
A:visited{
  color: #800080;
  text-decoration: underline;
}
A:active{
  color: #0000FF;
  text-decoration: underline;
}
UL{
  color: #339933;
  list-style-image : url(../test/l_green1.gif);
  list-style-position: outside;
}
TH{
  color: #CCFF99;
  background-color: #009900;
}
TD{
  color: #000000;
  background-color: #FFFFFF;
}
html{
	-webkit-text-size-adjust: none;
}