@charset "utf-8";

#content {
	width: 1024px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#content .title {
	background: url("../img/content_bg.png") left top no-repeat;
	margin: 0 60px 30px 60px;
	padding: 0 40px 40px 40px;
}

#content .title dt {
	padding-top: 30px;
}

#content .title dd {
	line-height: 1.7;
	padding-top: 10px;
	color: #07814b;
	font-size: 85%;
}

#content .shop {
	background: url("../img/enemy3.png") right bottom no-repeat;
	margin: 0 60px 60px 60px;
	padding: 0 40px 40px 40px;
}

#content .shop li p {
	font-size: 116%;
	color: #ffffff;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6fa74c), color-stop(0.00, #87cb5e));
	background: -webkit-linear-gradient(top, #87cb5e 0%, #6fa74c 100%);
	background: -moz-linear-gradient(top, #87cb5e 0%, #6fa74c 100%);
	background: -o-linear-gradient(top, #87cb5e 0%, #6fa74c 100%);
	background: -ms-linear-gradient(top, #87cb5e 0%, #6fa74c 100%);
	background: linear-gradient(top, #87cb5e 0%, #6fa74c 100%);

	padding: 5px;
	border-radius: 10px;

	display: inline-block;

}

#content .shop ul li {
	padding-bottom: 10px;
}

#content .shop ul li ul {
	padding: 20px 0 20px 20px;
}

#content .shop ul li ul li {
	font-size: 85%;
	color: #4c241d;
	text-align: left;
}

#content .shop ul li ul li a {
	color: #4c241d;
	text-align: left;
	text-decoration: none;
	background: url("../img/link_arrow.png") left center no-repeat;
	padding-left: 20px;
}

#content .shop ul li ul li {
	line-height: 1.7;
}

#content .shop ul li ul li a:hover {
	text-decoration: underline;
}