@charset "UTF-8";

#item h1 {
	margin-bottom: 15px;
}

#primary {
	position: relative;
}


/*サブナビゲーション
---------------------------------------------------------------------------------*/
#secondary li {
	margin-bottom:25px;
}

#secondary li a {
	display:block;
	height:16px;
	width:110px;
	text-indent:-9999px;
}

#secondary li a:hover {background-position:-110px top;}

#secondary .snavNew a {background:url(../../images/item/nav-new.gif) left top no-repeat;}
#secondary .snavInterior a {background:url(../../images/item/nav-interior.gif) left top no-repeat;}
#secondary .snavAccessory a {background:url(../../images/item/nav-accessory.gif) left top no-repeat;}
#secondary .snavTop a {background:url(../../images/item/nav-top.gif) left top no-repeat;}
#secondary .snavBottoms a {background:url(../../images/item/nav-bottoms.gif) left top no-repeat;}
#secondary .snavOnepiece a {background:url(../../images/item/nav-onepiece.gif) left top no-repeat;}

/*現在のページにリンク
---------------------------------------------------------------------------------*/
.newItem #secondary .snavNew a,
.interior #secondary .snavInterior a,
.accessory #secondary .snavAccessory a,
.top #secondary .snavTop a,
.bottoms #secondary .snavBottoms a,
.onepiece #secondary .snavOnepiece a {
	background-position:-110px top;
}


#productContainer dl {
	width: 194px;
	text-align: center;
	margin-bottom: 25px;
	float: left;
	margin-right: 19px;
	font-size:95%;
}

#productContainer dt {
	text-align:left;
}
#productContainer dd{
	font-size:85%;
}
#productContainer .productPic {
	background: url(../../images/item/pic-base.gif) no-repeat;
	width: 194px;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 16px;
	margin-bottom: 5px;
}

#productContainer .productName {
	font-weight: bold;
	font-size:100%;
}

#productContainer .productPrice {
	margin-bottom:0.5em;
}

#productContainer .productText{
	text-align:left;
	padding:0 0.5em 0 0.5em;
}

#productContainer {
	margin-right: -19px;
	zoom: 1;
}

*html #productContainer{
	width:665px;
	margin-right: -38px;
}

.column-two #content #secondary {
	width: 150px;
}
