H1{
  font-size : 15px;
}
BODY{
  font-size : 13px;
  text-align : center;
  background-color : #f7efd2;
  margin-top:0px;
  padding-top:0px;
}
#n_main{
  margin-left : auto;
  margin-right : auto;
  width : 772px;
  text-align : justify;
  background-color : white;
  margin-top:0px;
  padding-top:0px;
}
P{
  line-height : 2;
  margin-left : 2em;
  margin-right : 2em;
}
TABLE{
  margin-left : 2em;
  margin-right : 2em;
  font-size : 13px;
}
LI{
  line-height : 2;
}
DL{
  line-height : 1.5;
  margin-left:2em;
  margin-right:2em;
}
DT{
  border-width:0px 0px 1px 0px;
  text-align : left;
  width : 6em;
  margin-left:2em;
  float : left;
  list-style-type : disc;
  display : list-item;
  font-weight:bold;
  clear:both;
  border-bottom-style : dotted;
}
DD{
  border-bottom-style:dotted;
  border-width:0px 0px 1px 0px;
  margin-left : 9em;
}
