<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin:0;
  padding:0;
  
}

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: normal;
  color: #333333;
  background-attachment: scroll;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
} 


#top_bg {
  width: auto;
  height: autopx;
  background-image: url(../img/top_bg.gif);
  background-repeat: repeat-x;
}

#bg {
  width: auto;
  height: auto;
  background-image: url(../img/bg.gif);
  background-repeat: repeat-x;
}

#waku {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#top_header h1 {
  width:800px;
  height:279px;
  margin: 0;
  padding: 0;
  background-image: url(../img/top_title.jpg);
  background-repeat: no-repeat;
}  

#top_header h1 a {
  width:800px;
  height:279px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display:block;
  overflow:hidden;
}  

#header h1 {
  width:800px;
  height:94px;
  margin: 0;
  padding:0;
  background-image:url(../img/title.jpg);
  background-repeat:no-repeat;
}

#header h1 a {
  width:800px;
  height:94px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display:block;
  overflow:hidden;
}  
  

/*メニュー開始*/
 
#menu {
  height: 58px;
  margin: 0;
  padding: 0;
}
  
#menu ul {
  list-style: none;
}    

#menu ul li {
  float: left;
  line-height: 0;
  vertical-align: bottom;
  font-size: 0;
}

/*メニュー終了*/


/*フッター開始*/

#footer_bg {
  width: auto;
  height: auto;
  background-color: #000000;
  clear:both;
}

#footer {
  width: 800px;
  height: auto;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-top: #999999 solid 1px;
  }

.footer_text { 
  padding: 20px 10px 10px 10px;
  font-size: 10px;
  line-height: 140%;
  }

#footer_link {
  margin:0;
  padding:0 0 0 40px;
  font-size: 10px;
  text-decoration: none ;
  line-height: 140%;
  }

#footer_link a:link {
  color:#333333;
  text-decoration:none;
  } 

#footer_link a:visited {
  color:#333333;
  text-decoration:none;
  } 

#footer_link a:hover {
  color:#333333;
  text-decoration:underline;
  } 

#footer_link a:active {
  color:#333333;
  text-decoration:underline;
  } 

/*#footer_bg {
  width: auto;
  height: auto;
  background-color: #000000;
  clear:both;
}

#footer {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-top: #999999 solid 1px;
  }

#footer p {
  padding: 20px 10px 20px 20px;
  font-size: 10px;
  line-height:140%;
}*/

 
/*フッター終了*/
 

.font_10px {
  font-size: 10px;
}

</pre></body></html>