
/*　div　明朝　文字サイズ　12　*/
div{
color:black;
font-size:12pt;
font-family:simsun;
font-style:normal;
font-weight:normal;
line-height:25px;
text-indent:0em;
padding-left:0em;
text-decoration:none;
}
/*　div　明朝　文字サイズ　12　*/
.s1{
color:black;
font-size:12pt;
font-family:simsun;
font-style:normal;
font-weight:normal;
line-height:25px;
text-indent:1.5em;
padding-left:2em;
text-decoration:none;
}
/*　改行形式1　明朝　文字サイズ12　一般改行　*/
.s2{
color:black;
font-size:12pt;
font-family:simsun;
font-style:normal;
font-weight:normal;
line-height:20px;
text-indent:1em;
padding-left:5em;
text-decoration:none;
}

/*　改行形式2　明朝　文字サイズ12　番号付き改行　　*/
.s3{
color:black;
font-size:12pt;
font-family:simsun;
font-style:normal;
font-weight:normal;
line-height:25px;
text-indent:-1.5em;
padding-left:5em;
text-decoration:none;
}

/*　改行形式2　明朝　文字サイズ12　番号付き改行2　　*/
.s4{
color:black;
font-size:12pt;
font-family:simsun;
font-style:normal;
font-weight:normal;
line-height:25px;
text-indent:-3em;
padding-left:5em;
text-decoration:none;
}

/*　h1　見出し　ゴシック　文字サイズ18　中央　　*/
h1{
color:black;
font-size:18pt;
font-family:simhei;
font-style:nomal;
font-weight:normal;
line-height:40px;
text-align:center;
text-decoration:none;
}
/*　h2　見出し　ゴシック　文字サイズ16　インデントなし　　*/
h2{
color:black;
font-size:16pt;
font-family:simhei;
font-style:nomal;
font-weight:normal;
line-height:35px;
text-indent:0em;
padding-left:0em;
text-decoration:none;
}
/*　h3　見出し　ゴシック　文字サイズ14　インデント1文字　　*/
h3{
color:black;
font-size:14pt;
font-family:simhei;
font-style:normal;
font-weight:normal;
line-height:35px;
text-indent:1em;
padding-left:0em;
text-decoration:none;
}
/*　h4  見出し　ゴシック　文字サイズ12　インデント2文字　　*/
h4{
color:black;
font-size:12pt;
font-family:simhei;
font-style:normal;
font-weight:normal;
line-height:21px;
text-indent:0em;
padding-left:0em;
text-decoration:none;
}
h4.link1 a:link {color: black}
h4.link1 a:visited {color: gray}
h4.link1 a:hover {color: blue}
h4.link1 a:active {color: orange}
/*　h5  見出し　ゴシック　文字サイズ10　インデント0文字　　*/
h5{
color:black;
font-size:10pt;
font-family:simhei;
font-style:normal;
font-weight:normal;
line-height:20px;
text-indent:0em;
padding-left:0em;
text-decoration:none;
}
h5.link1 a:link {color: black}
h5.link1 a:visited {color: gray}
h5.link1 a:hover {color: blue}
h5.link1 a:active {color: orange}
/*　h6  見出し　ゴシック　文字サイズ10　インデント0文字　　*/
h6{
color:black;
font-size:10pt;
font-family:sihei;
font-style:normal;
font-weight:bold;
line-height:20px;
text-indent:0em;
padding-left:0em;
text-decoration:none;
}

h6.link1 a:link {color: white}
h6.link1 a:visited {color: white}
h6.link1 a:hover {color: yellow}
h6.link1 a:active {color: orange}
