@charset "UTF-8";


/* Menu Shop List Page
------------------------------------------- */
div#wrapper-shop {
	width: 700px;
	color: #333333;
	overflow:hidden;
	margin-top:10px;
}
div#wrapper-shop a {
	color: #660000;
	text-decoration: underline;
}
div#wrapper-shop a:link,
div#wrapper-shop a:visited {
	color: #660000;
	text-decoration: underline;
}
div#wrapper-shop a:hover,
div#wrapper-shop a:focus,
div#wrapper-shop a:active {
	color: #660000;
	text-decoration: none;
}

/* Shop
----------------------- */
div#wrapper-shop h2 {
	width:700px;
	height:100px;
	margin-bottom: 10px;
	background: url(../images/title.png) no-repeat 0 0;
	text-indent:-10000em;
}
div#wrapper-shop div.shop {
	width: 700px;
	margin-bottom: 10px;
	overflow:hidden;
}
div.shop h3 {
	width: 680px;
	min-height: 21px;
	_height:21px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	background: url(../images/bg.png) no-repeat;
}
div.shop h3 a {
	font-weight: bold;
}
div.shop p.photo {
	float: left;
	width: 180px;
}
div.shop div {
	float: right;
	width: 500px;
}
div.shop div p.buzz {
	font-weight: bold;
	color: #CC0000;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-top: 3px;
}
div.shop  span.updates {
	margin-top: 1em;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
}
div.shop div p.txt {
	line-height: 1.3;
}

img.btn-detail {
	position: relative;
	top: 3px;
}
ul.category-lst li {
	width:12em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid #660000;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#660000;
}
*:first-child+html ul.category-lst li {
	height:1.2em;
	padding:2px 1px 1px 1px;
}
div.shop p.shop-btn {
	clear:both;
	width:164px;
	float:right;
	margin-top:10px;
}
div.shop p.shop-btn a {
	display:block;
	width:164px;
	height:32px;
	background:url(../images/btn.png) no-repeat 0 0;
	text-indent:-100000em;
	overflow:hidden;
}


