@charset "UTF-8";
/* CSS Document */

#contents {
	background: #E5E5CE;
	padding: 15px 0;
	margin-top: 20px;
}

#contents dl dt {
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}

#contents dl dd {
	text-align: center;
	margin-bottom: 5px;
}

#contents dl dd.dd_indext {
	text-indent: 1em;
}

