@charset "UTF-8";

div#main-contents{
  color: #696969 !important;
}
 
p.header-date{
  text-align: right;
  margin-right: 1em;
  font-size: 10pt;
}
 
p.header-to{
  text-align: left;
  margin-left: 1em;
  font-size: 10pt;
}
 
div#main-contents h2 {
  text-align: center;
  font-size: 14pt;
  margin-top: 1em;
  color: black;
}
 
p.caption{
  text-align: center;
  color: #A9A9A9;
  font-size: 10pt;
}
 
p.preface{
  text-indent: 1em;
  margin-bottom: 1em;
}
 
div#temp-contents{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 2em;
}
 
div#temp-contents ul {
  list-style-type: decimal;
  margin-top: 1em;
}
 
div#temp-contents ul li{
  margin-bottom: 1em;
  text-indent: 1em;
  margin-left: 2em;
}
 
span.sec-red{
  color: #FF0000;
}

ul#no-num{
  list-style-type: disc !important;
}
 
div#right-box {
  float: right;
  margin: 1em 1em 1em auto;
  padding: 1em;
  border: 1px solid #A9A9A9;
}

p#img-cap{
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: center;
}

ol.num {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol.num li {
  margin-top: 1em;
  margin-left: 1.5em;
}

