body{
 font-family: "ＭＳ Ｐゴシック", Osaka, 平成角ゴシック, sans-serif;
 text-align: center;
 background-color: #ffffe9;
}

#contents{
  width: 800px;
  text-align: left;
  margin: auto;
  background-color: #ffffff;
}

#header{
 text-align: center;
 background : url(../img/header-img.jpg);
 height: 130px;
 width: 100%;
 letter-spacing: 1px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ff4400; 
 font-size: 300%;
 font-weight: bold;
 padding-top: 20px;
 margin: 0px;
}

#header a{
 color: #666666;
 text-decoration: none;
 font-weight: bold;
}

h1{
 text-align: left;
 background-color: #ffffe9;
 height: 15px;
 color: #666666; 
 font-size: 80%;
 font-weight: bold;
 padding-top: 0px;
 padding-left: 10px;
 margin: 0px;
}


h2{
 color: #D93E02;
 font-size: 140%;
 border-left: 12px solid #D93E02;
 padding-left: 5px;
 padding-top: 5px;
 margin-top: 15px;
 margin-bottom: 15px;
 margin-left: 10px;
 margin-right: 10px;
 border-bottom: 2px solid #D93E02;
}


h3{
  background-color: #005599;
  color: white;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 4px;
  text-decoretion: none;
  clear: both;
}


#footer{
 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: #ff4400;
 text-decoration: none;
 font-weight: normal;
}

address{
 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: #ff4400;
  text-decoration: none;
  font-weight: bold;
}

p{
 font-size: 100%;
 line-height: 180%;
 letter-spacing: 1px;
 margin-left: 10px;
 margin-right: 10px;
}

.waku p{
 font-size: 100%;
 line-height: 100%;
 letter-spacing: 1px;
 margin-left: 10px;
 margin-right: 10px;
}
p img{
 float: left;
 margin-right: 5px;
 border: solid 1px #666666;
 clear: both;
}

#path{
 text-align: right;
 margin: 0px;
 margin-left: 10px;
 margin-right: 10px;
}

a{
 color: #005599;
 text-decoration: underline;
 font-weight: bold;
}

a:hover{
 color: #ff4400;
 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: #551100;
 font-weight: bold;
 font-size: 18px;
 padding: 2px;
 text-aling: left;
 width: 100%;
 text-decoration: none;
}
#navi a:hover{
 color: #ff4400;
 font-weight: bold;
 font-size: 18px;
 padding: 2px;
 text-aling: left;
 width: 100%;
 text-decoration: none;
}

/* 枠文字 */
.waku {
  margin-left: 10px;
  margin-right: 10px;
  color: black;
  border: solid 1px rgb(85,170,60);
  background-color: rgb(230,250,230);
}

/* 枠線 */
.wakusen {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px rgb(85,170,60);
}