@charset "UTF-8";

/***********************************
	globalnavi
***********************************/

.PROoff{
	background-image: url(../images/btn-PRODUCTS-on.gif);
}

/***********************************
	categorynavi
***********************************/

.actoff{
	background-image: url(../images/btn-Activity-on.gif);
}

/***********************************
	content
***********************************/

#contentImage{
	width: 750px;
	height: 161px;
	background-image: url(../images/img-t-climbing.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content{
	width: 648px;
	height: auto;
	padding: 30px 0 20px 66px;
}
#content a{
	color: #333333;
}
#content a:hover{
	color: #333333;
}
#categoryName{
	padding: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.item{
	width: 130px;
	height: 218px;
	margin: 0 30px 0 0;
}
.itemName{
	width: 126px;
	height: 25px;
	line-height: 100%;
	background-color: #ffce00;
	padding: 5px 2px 0 2px;
	text-align: center;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	overflow: hidden;
}
.itemImage{
	width: 130px;
	height: 130px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #ffffff;
}
.itemImage a{
	width: 130px;
	height: 130px;
	display: block;
}
.itemBrand{
	width: 128px;
	height: auto;
	line-height: 100%;
	padding: 5px 1px 5px 1px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #666666;
	overflow: hidden;
}
