@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: 940px;
    background-image : url(pageBg_1Ma_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-container{
    background-image : url(footerBg_1Ma.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-header{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

#hpb-wrapper{
    padding-top: 67px;
}

.hpb-layoutset-01 #hpb-wrapper{
    width: 940px;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 700px;
    float: right;
}

*html #hpb-wrapper
{
    /*for IE6*/
}

*:first-child + html #hpb-wrapper
{
    /*for IE7*/
}

#hpb-main{
    width: 700px;
    float: right;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 12px;
}

#hpb-aside{
    width: 219px;
    float: left;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 50px;
}

#hpb-footer{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 5px;
}

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

#hpb-nav{
    width: 940px;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー領域 */

#hpb-headerLogo{
    width: 400px;
    float: left;
}


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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 1px;
    padding-bottom: 0;
    list-style-type: none;
    background-image : url(mainmenuItem_1Ma_02.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 56px;
    overflow: hidden;
}

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

#hpb-nav li{
    float: left;
    font-size: 12px;
    height: 56px;
    overflow: hidden;
    padding-right: 1px;
    background-image : url(mainmenuItem_1Ma_02.png);
    background-position: top right;
    background-repeat: no-repeat;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 125px;
}

#hpb-nav li a{
    display: block;
    overflow: hidden;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    height: 55px;
}

* html #hpb-nav li a{
    /* ie6用ハック */
    padding-left: 5px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link
{
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover{
    background-image : url(mainmenu_1Ma_02_on.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(mainmenu_1Ma_02_on.png);
    background-position: left top;
    background-repeat: no-repeat;
}


/* トップページ デザイン定義 */

.hpb-layoutset-01 #hpb-title h2{
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 289px;
    background-image : url(top_mainimg_1Ma_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}
