@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 60px 60px;
	padding: 0 40px;
}

#content .title dl {
	background: url("../img/enemy1.png") right bottom no-repeat;
}

#content .title dt {
	padding-top: 30px;
}

#content .title dd {
	line-height: 1.7;
	padding-top: 10px;
	color: #07814b;
	font-size: 85%;
}

#content .how-to-play {
	background: url("../img/section_bg.png") left top no-repeat;
	margin: 0 60px 60px 60px;
	padding: 0 40px;
}

#content .how-to-play dl {
	background: url("../img/enemy2.png") right bottom no-repeat;
	padding-bottom: 100px;
}

#content .how-to-play dt {
	padding-top: 30px;
}

#content .how-to-play dd {
	line-height: 1.7;
	padding-top: 10px;
	color: #07814b;
	font-size: 85%;
}

#content .how-to-play dd .action {
	color: #4c2c1d;
}

#content .how-to-play dd .how {
	padding-bottom: 20px;
}

#content .how-to-play dd .note {
	padding-top: 30px;
}