@import url("common.css");
@import url("layout.css");
#wrapper #main h1 {
	background: url(/shop/store_img/bg_h2.jpg) no-repeat 0px -28px;
	font-size: 18px;
	padding: 0px 0px 0px 30px;
	color: #333333;
	line-height: 28px;
	margin: 0px;
	height: 28px;
}
#wrapper #main .item {
	width: 180px;
	height: 280px;
	margin: 5px 5px 20px 0px;
	padding: 5px;
	float: left;
	text-align:left;
}
*html #wrapper #main .item {
	width: 180px;
	height: 320px;
	margin: 5px 5px 0px 20px;
	padding: 5px;
	float: left;
	text-align:left;
}
#wrapper #main .item .item-img {
	max-height: 150px;
	min-height:auto;
	max-width:150px;
	min-width:auto;
}
#wrapper #main .item .img-frame{
	padding: 5px;
	margin: 0px 10px 5px;
	border: 1px solid #CCCCCC;
	max-height:auto;
	min-height:150px;
	max-width:auto;
	min-width:150px;
}
#wrapper #main .item .price {
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	padding: 0px 10px;
}
#wrapper #main .item h2 a {
	color: #0066FF;
	text-decoration: underline;
	height: auto;
}
#wrapper #main .item h2 a:hover {
	color: #FF6600;
	text-decoration: none;
	height: auto;
}
#wrapper #main .copy {
	font-size:12px;
	color:#5D5D5D;
	padding: 0px 10px;
	font-weight: bold;
}
.both {
	clear:both;
	border-bottom:1px dashed #cccccc;
	margin:5px;
	width:780px;
}
#wrapper #main #main_img {
	padding:10px 0px;
	margin:10px 0px;
	clear:both;
}
