@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 : rgb(101, 101, 101); /* 標準文字色 */
    background-image : url(bc-back.jpg);
    background-position: top center;
    background-repeat : repeat-x;
  
  

  
  
  background-color : rgb(35, 35, 35);
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#bc-container
{
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(bg_4Bc.png);
    background-position: top center;
    background-repeat: repeat-y;
}

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

#bc-header
{
    height: 80px;
    background-image : url(headerBg_4Bc.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#bc-inner
{
    position: relative;
    width : 900px;
}

* html .bc-layoutset-01 #bc-inner
{
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(mainimg_4Bc.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.bc-layoutset-01 #bc-inner
{
    
  
  padding-top : 0px;
}

.bc-layoutset-02 #bc-inner
{
    padding-top : 100px;
}

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

#bc-wrapper
{
    width: 670px;
    margin-top : 0px;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

* html .bc-layoutset-01 #bc-wrapper
{
    /* for IE6 */
    width: 660px;
    padding-top: 350px;
}

* html .bc-layoutset-02 #bc-wrapper
{
    /* for IE6 */
    width: 660px;
}


#bc-title
{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  
}

* html .bc-layoutset-01 #bc-title
{
    /* for IE6 */
    display: none;
}

.bc-layoutset-01 #bc-title
{
    
    height : 200px;
    margin-right: -230px;
    
  margin-bottom : 0px;
  margin-top : 30px;
}

.bc-layoutset-02 #bc-title
{
    width: 630px;
    margin-bottom: 10px;
}

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

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

#bc-aside
{
    width: 228px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    padding-top: 0;
    padding-bottom: 20px;
}

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

.bc-layoutset-01 #bc-aside
{
    padding-top : 250px;
}

#bc-footer
{
    clear: both;
    position: relative;
    padding-top: 20px;
}

#bc-nav
{
    overflow: hidden;
    height: 42px;
    position: absolute;
    left: 0px;
    width: 900px;
    
    
    
  margin-left : 0px;
  
  margin-top : 32px;
}

.bc-layoutset-01 #bc-nav
{
    top : 0px;
}

.bc-layoutset-02 #bc-nav
{
    top: 0px;
}

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

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

/* ナビゲーション */
#bc-nav ul
{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left : 0px;
    list-style-type: none;
}

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

#bc-nav li
{
    display: inline;
    float: left;
    
}


#bc-nav li a
{
    display: block;
    
    height: 41px;
    overflow: hidden;
    text-align: center;
  font-family : メイリオ;
}

#bc-nav li span.en
{
    display: block;
    font-size: 9px;
    line-height: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color : rgb(9, 100, 183);
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

#bc-nav li span.ja
{
    padding-top: 6px;
    display: block;
    font-family : "ＭＳ ゴシック", "MS UI Gothic";
    color: #000000;
    font-size: 15px;
    line-height: 16px;
  font-weight : bold;
}

#bc-nav li a:hover span.ja
{
    padding-top: 6px;
    display: block;
    font-family: "ＭＳ ゴシック", "MS UI Gothic";
    font-size: 15px;
    line-height: 16px;
}

#bc-nav li a:hover span.en
{
    display: block;
    font-size: 9px;
    line-height: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color : rgb(9, 100, 183);
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;    padding-top: 1px;
    color: white;
}


#bc-nav a:link
{
    text-decoration: none;
    background-image : url(nav.jp);
    background-position: top right;
    background-repeat: repeat-x;
}
#bc-nav a:visited
{
    text-decoration: none;
    background-image : url(navBg_4Bc_01.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#bc-nav a:hover
{
    text-decoration: none;
    background-image : url(nav-on.jpg);
    background-position: top right;
    background-repeat: repeat-x;
}
#bc-nav a:active
{
    text-decoration: none;
    background-image : url(navBg_4Bc_01_on.png);
    background-position: top right;
    background-repeat: repeat-x;
}

/* トップページデザイン */
.bc-layoutset-01 #bc-title h2
{
    margin-top : -334px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: -9999px;
    
    
    
    background-position: center center;
    background-repeat : repeat-x;
  background-image : none;
  width : 900px;
  height : 200px;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#bc-inner #shopinfo
{
}


