.shop{
	width: 230px;
	margin: 10px;
	float: left;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
.shop img{
	text-align: center;
}
.shop p{
	margin: 0px;
	padding: 10px;
	line-height: 120%;
}


.jusho{
	padding: 10px;
	line-height: 200%;
	list-style: none;
}
.jusho li{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.jusho a{
	color: #99CC33;
	text-decoration: none;
}
.jusho a:hover{
	color: #FF9999;
}