h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	color: #333333;
	padding: 5px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 25px;
	color: #993300;
	font-weight: normal;
	padding: 10px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	margin: 15px 3px;
}
p {
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-indent: -1em;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 50px;
}
a:link {
	color: #3A74BB;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #CE778B;
	text-decoration: none;
}
a:active {
	color: #FF6600;
}
