@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size : 75%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #000000;
  /* 標準文字色 */
    min-width: 925px;
  background-image : url(headerBg_1Ra_02_02.png);
  background-position: top left;
  background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
  font-size: 70%;
}
/* end */

img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-header{
  width: 980px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-inner{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
}
#hpb-wrapper{
  width: 700px;
  padding-top: 43px;
  float: left;
}
#hpb-main{
  width: 700px;
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 20px;
}
#hpb-aside{
  width: 268px;
  float: right;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 20px;
}
#hpb-footer{
  clear: both;
}
#hpb-nav{
  width: 267px;
  float: left;
  padding-left: 12px;
  padding-top: 40px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title h2{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 246px;
  background-image : url(IMG_7164.JPG);
  background-position: top left;
  background-repeat: no-repeat;
}
.hpb-layoutset-02 #hpb-title h2{
  margin-top: 0;
}
/* ナビゲーション */

#hpb-nav ul{
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  text-align: left;
}
#hpb-nav ul:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#hpb-nav li{
  font-size: 13px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 3px;
}
#hpb-nav li a{
  display: block;
  height: 42px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-image : url(mainmenuBg_1Ra.png);
  background-position: left top;
}
#hpb-nav li span.en{
  display: none;
}
#hpb-nav a:link
{
  }
#hpb-nav a:visited
{
  }
#hpb-nav a:hover{
  background-image : url(mainmenuBg_1Ra_on.png);
  background-position: left top;
}
#hpb-nav a:active{
  background-image : url(mainmenuBg_1Ra_on.png);
  background-position: left top;
}
