@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; /* 標準文字色 */
    background-color: #E9E9E9;
    background-image : url(bg_6Ad.png);
    background-position: top center;
    background-repeat: repeat-y;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 880px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

#hpb-header
{
}

#hpb-inner{
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 700px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    min-height: 200px;
}

* html #hpb-wrapper{
    height: 200px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-main{
    padding-top: 10px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    min-height: 300px;
}

#hpb-aside{
    width: 170px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    padding-top: 10px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}


#hpb-footer{
    height: 35px;
    position: relative;
    background-color: #282828;
}

#hpb-footer:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav{
    width: 170px;
    float: left;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション →main */
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

