/*-----------------ページヘッダー------------------*/
#pageheader1 h1{
 background:url(./../images/frame/title1.gif) no-repeat top center;
 margin-top:20px;
 margin-left:0px;
 margin-bottom:0px;
 margin-right:0px;
 padding:0px 0px 0px 0px;
 width:820px;
 height:15px;
}
#pageheader1 h1 span{
 display:none;
}
#pageheader2 h2{
 background:url(./../images/frame/title2.gif) no-repeat top center;
 margin-top:0px;
 margin-left:0px;
 margin-bottom:0px;
 margin-right:0px;
 padding:0px 0px 0px 0px;
 width:820px;
 height:15px;
}
#pageheader2 h2 span{
 display:none;
}
#pageheader3 h3{
 background:url(./../images/frame/title3.gif) no-repeat top center;
 margin-top:0px;
 margin-left:0px;
 margin-bottom:0px;
 margin-right:0px;
 padding:0px 0px 0px 0px;
 width:820px;
 height:15px;
}
#pageheader3 h3 span{
 display:none;
}
#pageheader4 h4{
 background:url(./../images/frame/title4.gif) no-repeat top center;
 margin-top:0px;
 margin-left:0px;
 margin-bottom:0px;
 margin-right:0px;
 padding:0px 0px 0px 0px;
 width:820px;
 height:15px;
}
#pageheader4 h4 span{
 display:none;
}
/*---------------------メニュー-----------------------*/
#navi{
  /*background:url(./../images/logo_under.gif) no-repeat 700px 0px;*/
  border:0px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:780px;
  height:40px;
}
ul#navi {
  background:url(./../images/logo_under.gif) no-repeat 700px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:8px 0px 0px 0px;
  margin-left:30px;
  margin-right:0px;
}
li.navi {
  list-style-type: none;
  margin-top: 0px;
  padding-top:0px;
  padding-bottom:0px;
  margin-left:0px;
  display: block;
  letter-spacing:-0.7px;
  float: left;
}

li.navi a {
  background: url(./../images/navi.gif) no-repeat left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  padding-top:0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #333333;
  font-size: 12px;
  font-family:"ＭＳ ゴシック";
  font-weight: bold;
  text-decoration:none;
  letter-spacing:-0.5pt;
}

li#navi_first a {
  margin-left:auto;
  margin-right:auto;
}

li#navi_last a {
  background: url(./../images/navi.gif) no-repeat right left;
  padding-right: 10px;
}
