@charset   "Shift_JIS";
.stext {
	font-size: 70%;
	line-height: normal;
}
.mtext {
	font-size : 90%;
	line-height: 130%;
}
.ltext {
	font-size : 120%;
	line-height: normal;
}





a:link {
	color: #0000CC;
	text-decoration: none;

}
a:visited {
	color: #0000CC;
	text-decoration: none;

}
A:hover {
  text-decoration: underline;
  BACKGROUND: #ffff00;
  COLOR:#000000 ;}



H1 {
	font-size: 200%;
	background-color : navy;
	color: white;
}
H2{
  background-color : #00ce00;
  color : white;
}
