@charset "utf-8";

.shoptable {
	margin:10px 0;
	background:url(../../images/shop-bg.gif) no-repeat;
}

.shop_frame {
	padding: 0;
	background: url(../../images/shop-bg.gif) no-repeat;
	float: left;
	width: 350px;
	height: 146px;
	padding-top: 10px;
	text-align: center;
}
.shop_cat {
	margin-left: 40px;
	text-align: left;
	padding: 3px;
	font-size: 13px;
}

#work a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

