@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: #666666; /* 標準文字色 */
    background-color: #DCE6BB;
    background-position: top center;
    background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 100%;
}
/* end */
img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-inner{
    width: 1058px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-top: 40px;
  }
#hpb-nav{
    position: absolute;
    top: 0px;
    left: 0px;
    height:40px;
    overflow: hidden;
    width:1058px;
    text-align: left;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
/* コンテンツ配置領域 */
/* ナビゲーション */
#hpb-nav ul{
    margin-top:5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top:0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
#hpb-nav li{
    display: inline;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:1px;
    margin-right:2px;
}
#hpb-nav li a{
    display: block;
    height:30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 31px;
    padding-left:5px;
    padding-right: 5px;
}
#hpb-nav a:link{
    color: #739F2F;
    text-decoration: none;
    background-color: #DCE6BB;
}
#hpb-nav a:visited{
    color: #739F2F;
    text-decoration: none;
    background-color: #DCE6BB;
}
#hpb-nav a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #739F2F;
}
#hpb-nav a:active{
    color: #ffffff;
    text-decoration: none;
    background-color: #739F2F;
}
