@charset "UTF-8";



/* 共通部分
--------------------------- */
div#wrapper-plus {
	overflow:hidden;
	width:760px;
	margin:10px 0;
}
div#wrapper-plus h1 {
	width:760px;
	height:200px;
	text-indent:-99999em;
	background:url(../images/title.png) no-repeat 0 0;
}
div#wrapper-plus #wrapper-bg {
	padding:20px;
	background:url(../images/bg.png) repeat 0 0;
}
div.plus-pager {clear:both;}
div#wrapper-plus a:hover {text-decoration:underline;}

/* List
----------------------- */
div#wrapper-plus ul#shop-list {
	overflow:hidden;
	clear:both;
	margin-top:10px;
}
div#wrapper-plus ul#shop-list li {
	margin-bottom:20px;	
}
div#wrapper-plus ul#shop-list li h2 {
	background:url(../images/bg_title.png) repeat-y 0 0;
	padding:5px 10px;
	margin-bottom:10px;
	line-height:15px;
	font-weight:bold;
}
div#wrapper-plus ul#shop-list li h2 a {
	color:#ffffff;
}
div#wrapper-plus p.shop-photo {
	width:200px;
	float:left;
}
div#wrapper-plus ul#shop-list li div.right {
	width:510px;
	float:right;
}
div#wrapper-plus p.shop-name {
	padding:5px 5px 5px 0;
	margin-bottom:10px;
	line-height:1.3;
	font-weight:bold;
}
div#wrapper-plus p.shop-name a {
	color:#9e222b;
}
div#wrapper-plus p.shop-name span {
	font-size:0.8em;
	font-weight:normal;
}
div#wrapper-plus p.shop-txt {
	margin-bottom:10px;
	line-height:1.4;
}
div#wrapper-plus .shop-updates {
	text-align:right;padding-top:5px;
	color:#999;
	}


div#wrapper-plus ul.category-lst {
	overflow:hidden;
	margin-bottom:5px;
}
div#wrapper-plus ul.category-lst li {
	width:6em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid  #999;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#999;
}

div#wrapper-plus p.copy{
	margin-right:30px;
	color:#663300;
	text-align:right;
}