/* 文字の設定---------------------------------------------------- */
.w1b {
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
}
.w1 {
	font-size: 12pt;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
.w2b {
	font-size: 11pt;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
}
.w2 {
	font-size: 11pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.w3b {
	font-size: 9pt;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
}
.w3 {
	font-size: 9pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.w4 {
	font-size: 8pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.ew1b {
	font-size: 14pt;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
}
.ew1 {
	font-size: 14pt;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
.ew2b {
	font-size: 12pt;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
}
.ew2 {
	font-size: 12pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.ew3b {
	font-size: 10pt;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
}
.ew3 {
	font-size: 10pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.ew4 {
	font-size: 9pt;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}

p {
	font-size: 14pt;
	line-height: 140%;
  
}

h1 {
  font-size: 15pt;
  font-weight:bold;
  margin: 5px 0px 5px 0px;
  }
  
h2 {
  font-size: 13pt;
  font-weight:bold;
  margin: 5px 0px 5px 0px;
  }
  
h3 {
  font-size: 11pt;
  font-weight:bold;
  margin: 5px 0px 5px 0px;
  }
  
h4 {
  font-size: 9pt;
  font-weight:bold;
  margin: 5px 0px 5px 0px;
  }
