h1  {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 20px;
    line-height: 120%;
}
h2  {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 18px;
    line-height: 120%;
}
h3  {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;

}
.read {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	padding-right: 20px;
	padding-left: 20px;
}
.font_s {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: x-small;
    line-height: 130%;
}
.font_m {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: small;
    line-height: 150%;
}
.font_m12 {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: x-small;
    line-height: 120%;
}
.font_r {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 16pt;
    line-height: 150%;
}
.font_l {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: medium;
    line-height: 130%;
}

a {
	text-decoration:none
}
a:link {
	color:#0000FF;
｝
a:visited {
	color:#990099;
｝
a:hover {
	color:#CC0000;
	text-decoration:none;
}
a:active {
	color:#FF0000;
text-decoration:underline;
}
