@charset "Shift_JIS";
/* 要素リセット */

body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 100%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #333;
  /* 標準文字色 */
  background-image : url(body-image.jpg);
  background-position: top center;
  background-repeat: repeat;
}
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.hako{
  width:auto;
  height:auto;
  overflow: hidden;
  padding: 15px;
  margin: 0px;
}
.nav-menu-button{
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 1px;
  border-left-color: #cccccc;
}
.dtable{
  display: table;
  margin: 0px;
  padding: 0px;
  width:100%;
  max-width: 100%;
}
.dtable div.cell{
  display: table-cell;
  padding: 15px;
  max-width: 100%;
  vertical-align: middle;
}
.dtable2{
  display: table;
  margin: 0px;
  padding: 0px;
  width:100%;
  max-width: 100%;
}
.dtable2 div.cell2{
  display: table-cell;
  padding: 15px;
  max-width: 100%;
  vertical-align: middle;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hph-container{
  width : 1000px;
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  position: relative;
  background-color: #fff;
  border-left : 0px solid rgb(255, 255, 255);
  border-right : 0px solid rgb(255, 255, 255);
  border-bottom : 0px solid rgb(255, 255, 255);
}
#hph-header{
  width : 1000px;
  height : auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
#hph-inner{
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  zoom: 1;
}
#hph-inner:after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hph-wrapper{
  width: 790px;
  float: right;
}
#hph-title{
  margin-top: 0;
  margin-bottom: 0;
}
#hph-main{
width: auto;
height: auto;
}
#hph-aside{
  width : 195px;
  float: left;
padding-right : 10px;
}
#hph-footer{
  width : 1000px;
  clear: both;
}
#hph-nav{
  width : 1000px;
  height : auto;
  margin-bottom : 20px;
  overflow: hidden;
  background-image : url(menu.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

#pagetop a
{
  /* 先頭に戻るボタンの左右設定 */
}
}