@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	background: white; 
	color: black; 
	text-align: left;
	margin-left: 15px; 
	margin-right: 10px; 
	line-height: 110%;
}



@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
	background: white; 
	color: black; 
	text-align: left;
	margin-left: 15px; 
	margin-right: 10px; 
	line-height: 110%;
  }
}



TABLE {
	line-height: 150%;
	letter-spacing: 0.07em;
}

DIV.small
{
	font-size: 9pt;
	line-height: 110%;
	letter-spacing: 0.07em
}

.document {
	line-height: 150%;
	letter-spacing: 0.07em
}

A:link {
	color: #0200ff
}

A:visited {
	color: #ff2020
}

A:active {
	color: #02ff00
}

A:hover {
	color: #02ff00
}



IMG {
	border-bottom-style: none; 
	border-left-style: none; 
	border-right-style: none; 
	border-TOP-style: none; 
	margin: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px
}

H1 {
	font-size: 1.4em; 
	font-weight: bold;
}

H2 {
	font-size: 1.2em; 
	font-weight: bold;
}

H3 {
	font-size: 1.0em; 
	font-weight: bold;
}



CAPTION {
	font-weight: bold;
	line-height: 100%;
}

DIV.mytables TABLE{
	border: 1px solid gray;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 95%;
	line-height: 125%;
}


DIV.mytables TH{
	font-weight: bold;
	background-color: #a0ffff;
	border: 1px solid gray;
	text-align: center;
	width: 25%;
}

DIV.mytables TD{
	border: 1px solid gray;
	background-color: #ffffdd;
	text-align: left;
	padding: 2px 2px 2px 5px;
}

DIV.mytables2 TABLE{
	border: 1px solid gray;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	line-height: 100%;
}

DIV.mytables2 TH{
	font-weight: bold;
	background-color: #a0ffff;
	border: 1px solid gray;
	text-align: center;
	width: 25%;
}

DIV.mytables2 TD{
	border: 1px solid gray;
	background-color: #ffffdd;
	text-align: left;
	padding: 2px 2px 2px 5px;
}

DIV.smalltable TABLE{
	text-align: left; 
	font-size: 10pt;
	line-height: 100%;
}

dt{
	font-size: 10pt;
}

dd{
	font-size: 10pt
}


DIV.mytables3 TABLE{
	border: 1px solid gray;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 95%;
	line-height: 125%;
}


DIV.mytables3 TH{
	font-weight: bold;
	background-color: #a0ffff;
	border: 1px solid gray;
	text-align: center;
	width: 60%;
}

DIV.mytables3 TD{
	border: 1px solid gray;
	background-color: #ffffdd;
	text-align: left;
	padding: 2px 2px 2px 5px;
}


DIV.mytables5 TABLE{
	border: 1px solid gray;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 95%;
	line-height: 125%;
}


DIV.mytables5 TH{
	font-weight: bold;
	background-color: #a0ffff;
	border: 1px solid gray;
	text-align: center;
}

DIV.mytables5 TD{
	border: 1px solid gray;
	background-color: #ffffdd;
	text-align: left;
	padding: 2px 2px 2px 5px;
}



ul.nomark{
	margin-left: 3px;
	list-style-type: none
}

ul.noindent{
	margin-left: 1px;
}

.red{
	color: red
}

.blue{
	color: blue
}

DIV.center{
	text-align: center
}

