@charset="UTF-8";

h1 {
	font-size: 12px;
	color: #cccccc;
	font-family: "lr@oSVbN","Osaka"
}
h2 {
	font-size: 2.0em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h4 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #009900;
}

A{ 
text-decoration: none;
}
A:Hover{
 color:   #FF6633;
 text-decoration: underline;
 background-color: #FFFFFF;
 }

