/*----- ACDR Page CSS -----*/

a {
  color: #039;
  text-decoration: none;
  outline: medium none;
}
a:hover{
  text-decoration: underline;
}

/*-----  header -----*/

#header_line {
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-style:solid solid none solid;
  border-color:black black black black;
}

/*-----  left culumn -----*/

.banner_area {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

/*-----  main culumn -----*/

.introduction {
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  font-weight: normal;
}
div.section_line{
  margin: 10px 15px 10px 0px;
  padding: 0px 0px 0px 20px;
}
span.nomalfont {
  font-size:13px;
  font-family:'Verdana','Arial';
  font-style: normal;
  font-weight: normal;
}

.midashi1 {
  margin: 20px 15px 0px 0px;
  font-size: 18px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  font-weight: bold;
}
.midashi2 {
  margin: 25px 15px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  font-weight: bold;
  text-align: left;
}
.contents-title-date {
  margin: 10px 15px 2px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  font-weight: bold;
  text-align: left;
}
.contents-title-time {
  margin: 2px 15px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  font-weight: bold;
  text-align: left;
}
.honbun1 {
  font-size: 12px;
  padding: 0px 20px 0px 20px;
  text-align: left;
  font-family: 'Verdana','Arial';
  font-style: normal;
}
.honbun-padding {
  font-size: 12px;
  padding-left: 30px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  text-align: left;
}
.honbun-docs-padding {
  font-size: 12px;
  padding: 3px 0px 3px 30px;
  font-family: 'Verdana','Arial';
  font-style: normal;
  text-align: left;
}

/*-----  footer -----*/

#footer_line{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-left-color : black;
  border-right-color : black;
  border-bottom-color : black;
}


