body{
  background-color: white;
  line-height: 1.2em;
}

h2{
  color: blue;
  font-size: x-large;
}
h3{
  margin-top: 1ex;
  margin-bottom: 1ex;
}
h3.italic-red{
  margin-top: 1em;
  margin-bottom: 1ex;
  font-style: italic;
  color: red;
}
h4{
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
}
h4.italic-red{
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
  color: red;
}
ol{
  margin-top: 1ex;
}

ul{
  margin-top: 1ex;
  margin-bottom: 1ex;
}
ul.index{
  margin: 0px;
  margin-left: 1em;
  padding: 0px;
}
td.top_contents_lst{
  vertical-align: top;
  background-color: #e6f2f2;
  width: 240px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 5px;
}
p{
  margin-top:0px;
  margin-left:5px;
  margin-bottom:1ex;
  text-align:jastify;
  text-justify:inter-word;
}
p.txt01{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 3ex;
  text-indent: -3ex;
}
p.txt02{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 1em;
  text-align: right;
}
p.txt08{
  margin-top: 0px;
  margin-bottom:10px;
  text-align: right;
  vertical-align: middle; 
  font-size: small;
  border-bottom: dotted 2px blue;
}
p.txt09{
  margin-top: 10px;
  margin-bottom:0px;
  text-align: right;
  vertical-align: middle; 
  font-size: small;
  border-top: dotted 2px blue;
}

