@charset "utf-8";

/****************************************************************************
ヘッダ
****************************************************************************/

#header {
  width:1000px;
  height:84px;
  padding:26px 3px 6px 3px;
  margin:0 auto;
  background:url(img/header.png) no-repeat left bottom;
}

#header h1{
  float:left;
  padding-left:40px;
}

#hnav{
  float:right;
  padding-top:30px;
}

#hnav li{
	float:left;
  display:inline;
  margin-right:40px;
}

#hnav a{
  display:block;
  height:30px;
  text-indent:-9999px;
  overflow:hidden;
  font-size:1%;
  line-height:1%;
  background:no-repeat left bottom;
}
#hnav a:hover{ background-position:left top;}

#hnav01 a{
  width:130px;
  background-image:url(img/hnav01.png);
}

#hnav02 a{
  width:130px;
  background-image:url(img/hnav02.png);
}

#hnav03 a{
  width:103px;
  background-image:url(img/hnav03.png);
}

#hnav04 a{
  width:152px;
  background-image:url(img/hnav04.png);
}

/****************************************************************************
コンテナ
****************************************************************************/

#container{
  width:960px;
  padding:33px 3px 47px 43px;
  margin:0 auto;
  background:url(img/container.png) repeat-y left top;
}

/*パンくず*/
#pathlist{
  height:1.5em;
}

  #pathlist li{
    font-size:0.858em;
    line-height:1.5em;
    float:left;
  }
  
  #pathlist a{
    line-height:1.5em;
    text-decoration:none;
    border-bottom:1px #999999 dotted;
  }

/*メインコンテンツ*/
#contents{
  float:left;
  width:640px;
  padding-top:44px;
}

  #contents h1{
    margin-bottom:25px;
  }
  
    #contents h1.upper{
      margin-top:-3px;
    }
    
/*ヘッドイメージ*/
#headimg{
  margin-bottom:40px;
}

#home #headimg{
  width:1000px;
  height:482px;
  margin-bottom:40px;
  overflow:hidden;
}

#home #headimg #notice{
  position:relative;
  margin-left:30px;
  margin-top:-255px;
}

/*ヘッドコピー（ヘッドイメージがない場合のみ）*/
.headcopy{
  padding-top:13px;
}

/*本文*/

  .section,
  .banner{
    margin:40px 0;
  }
  .banner_upper{ margin-bottom:40px; }
  
    .noimg{
      margin-top:34px;
    }
    
	.section h2{
    margin-bottom:12px;
  }
  
  .section p{
    text-indent:1em;
    line-height:2em;
    letter-spacing:0.05em;
  }
  
  .section p a{
    text-decoration:none;
    border-bottom:1px #999999 dotted;
  }
  
  .section p span{
    letter-spacing:-0.03em;
    padding:0 0.3em 0 0.1em;
  }

	.section p.caption{
    text-indent:0;
    font-size:0.858em;
    line-height:1.667em;
    letter-spacing:0;
  }
  
  .section p.kome{
    font-size:0.858em;
    line-height:1.667em;
    text-indent:-1em;
    margin-left:1em;
    margin-top:0.5em;
  }
  
  .section p.extlink{
    clear:both;
    padding-top:1.5em;
    font-size:0.858em;
    line-height:1.667em;
    letter-spacing:0;
    text-indent:0;
	}

	.copy{
    padding-top:15px;
  }
  
	.age{
    margin-top:-18px;
  }
  
	.txtright{
    float:right;
    width:360px;
    margin-top:-6px;
  }
  
    .w210{width:210px;}
    .w300{width:300px;}
    .w310{width:310px;}
    .w320{width:320px;}
    .w410{width:410px;}

	.txtleft{
    float:left;
    width:410px;
    margin-top:-6px;
  }

	.imgright{
    float:right;
    margin-left:20px;
  }

	.imgleft{
    float:left;
    margin-right:20px;
  }
  
  .imgbottom{
    margin-top:40px;
  }

/*indexの商品リスト*/

.productlist,
.productlist_ib{
  position:relative;
  width:675px;
  margin-right:-35px;
  padding-top:10px;
}

.productlist li{
  float:left;
  width:190px;
  margin-right:35px;
  margin-top:30px;
}

.productlist_ib li{
  width:190px;
  margin-right:35px;
  margin-top:30px;
  display:inline-block;
  vertical-align:top;
}

  * html .productlist_ib li{
      display:inline;
      zoom:1;
    }
  
  *+html .productlist_ib li{
    display:inline;
    zoom:1;
  }

.productlist li a,
.productlist_ib li a{
  display:block;
  text-decoration:none;
}

.productlist li a span,
.productlist_ib li a span{
  display:block;
  margin-top:8px;
  font-size:0.858em;
  line-height:1.5em;
}

.productlist_ib li a:hover img{
  background-color:#fff;
}

.productlist_ib li a span{
  text-align:center;
}

/*ページのリスト*/

p#pnav{
  width:348px;
  margin:0 auto;
  margin-bottom:60px;
}

ul#pnav,
ul#pnavw{
  position:relative;
  width:660px;
  margin-right:-20px;
}
  ul#pnavw{
    width:680px;
    margin-right:-40px;
  }

#pnav li,
#pnavw li{
  float:left;
  margin-right:20px;
}
#pnavw li{margin-right:40px;}
#pnavw li.btm{margin-top:30px;}
#pnav li.btm{margin-top:20px;}
/*ページ戻る*/

.goback{
  margin-top:20px;
}

/*サイド*/
#side{
  float:right;
  width:260px;
  padding-top:24px;
}

/*サイトナビ*/
/*サイドのバナー*/
/*カテゴリナビ*/

#cnav,
#snav,
#bnav{
  float:right;
  width:200px;
  padding:40px 40px 0 0;
}
#cnav{ padding-top:20px; }

/*ie6はulのnavを調整*/
* html #snav li,
* html #bnav li{
  float:left;
  display:inline;
  width:200px;
}

#b2nav{
  margin-top:20px;
  width:220px;
  height:130px;
  margin-bottom:20px;
}

#blog #b2nav{
  margin-top:0;
  margin-bottom:30px;
  padding-left:20px;
}

#ctop a,
#cnav a,
#snav a,
#bnav a,
#b2nav a{
  display:block;
  width:200px;
  height:44px;
  text-indent:-9999px;
  overflow:hidden;
  font-size:1%;
  line-height:1%;
  background:no-repeat left bottom;
}
#b2nav a{
  width:220px;
  height:130px;
  background-image:url(img/b2nav.png);
}
#ctop a:hover,
#cnav a:hover,
#snav a:hover,
#bnav a:hover,
#b2nav a:hover{ background-position:left top;}

#ctop a{
  width:260px;
  height:68px;
}

#cnav dt{
  width:200px;
  height:22px;
  padding-bottom:19px;
}

#cnav dt a{
  width:200px;
  height:22px;
}

#cnav dd{
  width:190px;
  height:14px;
  padding-left:10px;
  padding-bottom:14px;
}

#cnav dt.last,
#cnav dd.last{
  padding-bottom:39px;
}

#cnav dd a{
  width:190px;
  height:14px;
}

#snav01{ padding-bottom:17px;}
#snav01 a{ background-image:url(img/snav01.png);}
#snav02{ padding-bottom:13px;}
#snav02 a{ background-image:url(img/snav02.png);}
#snav03 a{ height:46px;  background-image:url(img/snav03.png);}

#bnav01{ padding-bottom:20px;}
#bnav01 a{ height:64px; background-image:url(img/bnav01.png);}
#bnav02 a{ height:64px; background-image:url(img/bnav02.png);}

/*ページトップに戻る*/
#gotop{
  position:relative;
  clear:both;
  width:113px;
  height:24px;
  padding:40px 40px 0 107px;
}

#gotop a{
  display:block;
  width:113px;
  height:24px;
  text-indent:-9999px;
  overflow:hidden;
  font-size:1%;
  line-height:1%;
  background:url(img/gotop.png) no-repeat left bottom;
}
#gotop a:hover{background-position:top;}

/****************************************************************************
フッタ
****************************************************************************/

#footer{
  width:1000px;
  padding:0 3px;
  margin:0 auto;
  background:url(img/footer.png) no-repeat left top;
}

#fnav{
  padding:43px 0 30px 40px;
  text-align:center;
}

#fnav li{
  font-size:0.858em;
  line-height:1em;
  display:inline;
  padding-right:40px;
}

#fnav li a{ text-decoration:none;}
#fnav li a:hover{
  text-decoration:none;
  border-bottom:1px #999999 dotted;
}

#copyright{
  padding:0 40px 40px 40px;
  text-align:center;
}

/****************************************************************************
共通クラス
****************************************************************************/

.alphapng{}

.sage{ padding-top:1em; }

a.alpha:hover img,
#pager a:hover img{
  filter:alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}

.clear:after,
#container:after,
#mnav:after,
#pnav:after,
#qnav:after,
#pnavw:after,
#qnavw:after,
#dlist:after,
.plist:after,
.section:after,
.productlist:after{
  content:"";
  display:block;
  clear:both;
}

*+html .clear,
*+html #container,
*+html #mnav,
*+html #pnav,
*+html #qnav,
*+html #pnavw,
*+html #qnavw,
*+html #dlist,
*+html .plist,
*+html .section,
*+html .productlist{ display:inline-block; }

* html .clear,
* html #container,
* html #mnav,
* html #pnav,
* html #qnav,
* html #pnavw,
* html #qnavw,
* html #dlist,
* html .plist,
* html .section,
* html .productlist{ height:1px; }

