
#shopMaster {
	background: url(../shop/img/master.gif) no-repeat left;
	margin: 50px 0;
	padding: 0 0 0 80px;
	height: 100px;
}

#shopMaster #lead {
	margin-bottom: 10px;
}

#shopMaster #jump {
	text-align: right;
}

#contents h3 {
	clear: both;
}

#contents ul.shopBlockA,
#contents ul.shopBlockB {
	clear: both;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
}

#contents ul.shopBlockA li,
#contents ul.shopBlockB li {
	border: 1px dotted #999;
	display: block;
	float: left;
	line-height: 1.8em;
	margin: 0 20px 0 0;
	padding: 9px;
	text-align: right;
}

#contents ul.shopBlockA li {
	width: 180px;
}

#contents ul.shopBlockB li {
	width: 290px;
}

#contents ul.shopBlockA li img,
#contents ul.shopBlockB li img {
	float: left;
	margin: 0 10px 5px 0;
}

#contents ul.shopBlockA li h4,
#contents ul.shopBlockB li h4 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	text-align: left;
}

#contents ul.shopBlockA li p.caption,
#contents ul.shopBlockB li p.caption {
	font-size: 10px;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	text-align: left;
}

#contents .tax {
	font-size: 10px;
}

#contents .soldout {
	color: #cbcbff;
	font-size: 10px;
	font-weight: bold;
}

#contents .showcart {
	clear: both;
	padding: 20px 0;
	text-align: right;
}

#contents #guide {
	text-align: center;
}

#contents #tocart {
	padding: 20px 0 40px 0;
	text-align: center;
}

#thanks {
	background: url(../shop/img/master.gif) no-repeat left;
	padding: 0 0 0 80px;
	margin-bottom: 200px;
}

