body{
  font-family:"ＭＳ Ｐゴシック", Osaka, 平成角ゴシック, sans-serif;
  text-align: center;
  background-color: #dbdbb7;
}

#contents{
  width: 950px;
  text-align: left;
  margin: auto;
  margin-top: 3px;
  background : #EEEEEE;
}

#center {
  position: relative;
  width: 810px;
  float: left;
  left: 0px;
  background : url(../img/back.gif);
  overflow: hidden;
  padding-left: 70px;
  padding-right:70px;
}

#footer{
  background-color: rgb(240,240,240);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-style: normal;
  text-align: left;
  border-top: 2px solid #D93E02;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  clear: both;
}

#footer a{
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover{
  color: #ff5500;
  text-decoration: none;
  font-weight: normal;
}

address{
  background-color: rgb(240,240,240);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-style: normal;
  text-align: center;
  border-top: 1px solid rgb(200,200,255);
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  clear: both;
}

address a{
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

address a:hover{
  color: #ff5500;
  text-decoration: none;
  font-weight: bold;
}

p{
  color: black;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 140%;
  letter-spacing: 1px;
}

a{
  color: rgb(0,0,255);
  text-decoration: underline;
  font-weight: bold;
}
a:hover{
  color: #ff5500;
  text-decoration: underline;
  font-weight: bold;
}
#navi{
  background-color: #99CC99;
  height: 20px;
  text-align : left;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#navi a{
  color: black;
  font-weight: bold;
  font-size: 18px;
  padding: 2px;
  text-aling: left;
  width: 100%;
  text-decoration: none;
}

#navi a:hover{
  color: #ff5500;
  font-weight: bold;
  font-size: 18px;
  padding: 2px;
  text-aling: left;
  width: 100%;
  text-decoration: none;
}

.scroll{
  margin-top: 0px;
}

.scroll_data{
  font-weight: bold;
  font-size: 1.1em;
  line-height: 140%;
  margin-top: 0px;
  padding-left: 10px;
  height: 450px;
  overflow: auto;
}

.scroll p{
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 10px;
  line-height: 140%;
}

.scroll_data a{
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

h1{
  color: rgb(50,100,80);
  font-weight: bold;
  font-size: 2.4em;
  padding-top: 10px;
  margin-bottom: 0px;
}

h2{
  color: #D93E02;
  font-size: 1.8em;
  border-left: 12px solid #D93E02;
  padding-left: 5px;
  padding-top: 5px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D93E02;

}

h3{
  background-color: #005555;
  color: white;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 4px;
  text-decoretion: none;
  clear: both;
}
