@charset "utf-8";

/*-- shop --*/

#shop #ContentsArea {
	width: 801px;
	float: left;
	margin-bottom: 12px;
	padding: 0 39px 0 40px;
}

#shop #ContentsArea h1 {
	margin-bottom: 20px;
}
#shop #ContentsArea h2 {
	width: 800px;
	clear: both;
	margin-bottom: 15px;
	background: url(/shop/image/BgH2Idx.gif) 0 6px repeat-x;
}
#shop #ContentsArea h2 img {
	background: #000000;
	padding-right: 5px;
}

#shop #ContentsArea ul {
	float: left;
	clear: both;
	*clear: none;
	list-style: none;
	border-bottom: #343434 1px solid;
	background: url(/shop/image/BgShoplist.gif) left top repeat-y;
}
#shop #ContentsArea li {
	float: left;
	width: 180px;
	padding: 5px 14px 10px 13px;
}
#shop #ContentsArea ul li.firstChild {
	width: 180px;
	padding: 5px 14px 10px 0;
}
#shop #ContentsArea ul li.lastChild {
	width: 180px;
	padding: 5px 0 10px 13px;
	border-right: none;
}
#shop #ContentsArea ul.LastBlock {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: none;
	background: url(/shop/image/BgShoplistLastBlock.gif) left bottom no-repeat;
}
#shop #ContentsArea ul.LastBlock li {
	padding-bottom: 0;
}

#shop dd {
	text-align: center;
	color: #00CCFF;
}
#shop dd .Categoty {
	margin: 10px 0 5px;
}

