#shop #contents {
	background-color: #E5F4FC;
}
#shop #rightside h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#shop #shoparea {
	position: relative;
	height: 410px;
	margin-bottom: 24px;
	background-image: url(../shop/images/map.gif);
	background-repeat: no-repeat;
	background-position: 240px 0px;
}
#shop #shopmap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 273px;
	width: 385px;
}
#shop #Japan {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 273px;
	width: 385px;
	z-index: 100;
}
#shop #maps {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 273px;
	width: 385px;
	background-image: url(../shop/images/map.gif);
	background-repeat: no-repeat;
	z-index: 90;
	display: none;
}
#shop #shoplist {
	position: relative;
	padding-bottom: 100px;
}
#shop #shoplist .shop {
	clear: both;
}
#shop #shoplist h3 {
	margin-top: -140px;
	left: 0px;
	top: -83px;
}
#shop #shoplist h4 {
	background-color: #00A9D9;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 24px;
	background-image: url(../shop/images/triangle.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: both;
}
#shop #shoplist .shop h5{
	float: left;
	width: 230px;
	margin-left: 30px;
	font-size: 15px;
	background-image: url(../shop/images/circle.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 24px;
	line-height: 1.3em;
	background-position: 0px 5px;
}
#shop #shoplist .shop h5 .area{
	font-size: 65%;
	display: block;
	padding-top: 6px;
}
#shop #shoplist .shop ul{
	float: right;
	margin-right: 30px;
	width: 300px;
	padding-bottom: 24px;
}
#shop #shoplist .shop li {
	margin-bottom: 4px;
}
