@charset "UTF-8";
/* CSS Document */

/* Artist index */
#shop #lead{
	width:210px;
	float:left;
	text-align:left;
}

#shop h2{
	border-bottom:solid 5px #000000;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:20px;
	display:block;
}

#shop h3{
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#shop p{
	padding:10px auto 20px auto;
	margin:0 auto;
	font-size:11px;}
#shop p a{
	color:#000000;
	text-decoration:underline;
}
#shop p a:hover{
	color:#000000;
	text-decoration:none;
}

h2.lead{
background:url(../img/shop_h2_shop.gif) no-repeat;
}

#shop #item{
	width:670px;
	float:right;
	text-align:left;
	margin-top:20px;
	border-top:5px solid #000000;
	
}

#shop #item a.itm{
	width:160px;
	height:220px;
	display:block;
	border:solid 1px #000000;
	float:left;
	margin:10px 5px 0 0;
	text-decoration:none;
}

#shop #item a:hover.itm{
	display:block;
	border:solid 1px #ff0000;
}

#shop #item a.itm img.goods{
	width:100px;
	height:100px;
	border:none;
	margin:5px auto auto 30px ;
}

#shop #item a.itm p.txt{
	font-size:10px;
	width:150px;
	text-align:left;
	text-decoration:none;
	color:#000000;

}

