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

IMG{
    border-top : 0px none;
    border-right : 0px none;
    border-bottom : 0px none;
    border-left : 0px none;
  float : left;
}

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

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

#fjm-header{
    width: 900px;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#fjm-inner{
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 85px;
    padding-bottom: 20px;
    zoom: 1;
}

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

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

#fjm-wrapper{
    width: 630px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

* html .fjm-layoutset-01 #fjm-wrapper{
    padding-top: 280px; /* for IE6 */
}

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

.fjm-layoutset-01 #fjm-title{
    width: 900px;
    margin-right: -270px;
    height: 280px;
}

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

.fjm-layoutset-02 #fjm-title{
    width: 605px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 10px;
}

#fjm-main{
    padding-bottom: 0px;
}

.fjm-layoutset-01 #fjm-main{
    width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.fjm-layoutset-02 #fjm-main{
    width: 605px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
}

#fjm-aside{
    width: 235px;
    float: right;
}

.fjm-layoutset-01 #fjm-aside{
    margin-top: 285px;
}

.fjm-layoutset-02 #fjm-aside{
    margin-top: 10px;
}

#fjm-footer{
    clear: both;
    width: 901px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

#fjm-nav{
    position: absolute;
    left: 0px;
    top: 5px;
    height: 69px;
    width: 900px;
    overflow: hidden;
}


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

/* コンテンツ配置領域 */
/* トップページメインイメージ */
.fjm-layoutset-01 #fjm-title H2{
    width : 880px;
    margin-right: auto;
    margin-left: auto;
    height: 263px;
    background-image : url(mainimg_11Ff.png);
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color : rgb(129, 206, 77);
  background-repeat : no-repeat;
}


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

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

#fjm-nav li{
    display: block;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

#fjm-nav li a{
    display: block;
    height: 68px;
    overflow: hidden;
    background-image : url(navBg_10Bc.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #666666;
    padding-left: 20px;
    padding-right: 10px;
}

#fjm-nav li#nav-toppage a{
    background-position: -1px 0px;
}
/* トップページは白線を削除 */

#fjm-nav li span.en{
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

#fjm-nav li span.ja{
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding-top: 15px;
}

#fjm-nav a:link{
    text-decoration: none;
}
#fjm-nav a:visited{
    text-decoration: none;
}
#fjm-nav a:hover{
	text-decoration: none;
	background-color: rgb(0, 174, 0);
}
#fjm-nav a:active{
    text-decoration: none;
    background-color: #ffffff;
}

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

#banner{
    margin-right: auto;
}
