@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: #333333; /* 標準文字色 */
    background-image : url(bg_3Ma_01.png);
    background-repeat: repeat-x;
    min-width: 900px;
}

body.hpb-layoutset-02{
    background-image : url(bg_3Ma_02.png);
    background-repeat: repeat-x;
}



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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    background-image : url(footerBg_3Ma.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    zoom: 1;
}

#hpb-header{
    width: 900px;
    height: 80px;
    margin-top:10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

#hpb-inner{
    position: relative;
    width: 900px;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 60px;
}

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

#hpb-wrapper{
    width: 900px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.hpb-layoutset-02 #hpb-wrapper{
    float: left;
    width : 413px;
}

* html #hpb-wrapper{
    width: 671px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.hpb-layoutset-01 #hpb-title{
    height: 260px;
}

.hpb-layoutset-02 #hpb-title{
    width: 635px;
    padding-top: 10px;
}

#hpb-main{
    width: 630px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    float: left;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 10px;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

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

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

#hpb-footer{
    width: 900px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-nav{
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 50px;
    overflow: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body.hpb-layoutset-01
{
}

body.hpb-layoutset-02
{
}

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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

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

#hpb-nav li{
    display: block;
    width: 150px;
    float: left;
    height: 50px;
    overflow: hidden;
}

#hpb-nav li#nav-toppage{
    border-left-style: none;
    width: 150px;
}


#hpb-nav li a{
    display: block;
    text-align: center;
}

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

#hpb-nav li span.ja{
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    padding-top: 0px;
}


#hpb-nav a:link{
    color: #6BBA8C;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #6BBA8C;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #6BBA8C;
    text-decoration: none;
    background-image : url(menuBg_3Ma_02_on.png);
    background-position: right top;
}
#hpb-nav a:active{
    color: #6BBA8C;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #banner
{
}

.hpb-layoutset-02 #banner
{
}

#shopinfo{
    color:#6BBA8C;
}

.hpb-layoutset-01 #shopinfo{
    margin-top: 20px;
}

.hpb-layoutset-02 #shopinfo{
    margin-top: 0px;
    padding-top: 30px;
}

#toppage-text{
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-left:10px;
  padding-right: 10px;
  padding-bottom: 5px;
}