@charset "utf-8";
/* CSS ****************************
Edit by michiyo
*******************************************/
/*---------- カテゴリーページ ----------*/
#item {
	font-size: 10px;
	width: 135px;
	float: left;
	height: 370px;
	padding: 5px;
	border: thin solid #666666;

}
#item .link{
	font-size: 10px;
	color: #000000;
	text-align: center
}

#item .exp{
	font-size: 10px;
	color: #666666;
text-align: left;
}



#item .img{
	letter-spacing: 5em;
/*	float: left;*/
	word-spacing: 7em;
}


#item .title{
	font-size: 12px;
	color: #584827;
	background-color: #E1E1E1;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 80px;
}


#item .price{
	font-size: 14px;
	color: #666666;
	text-align: right;
}





