@charset "utf-8";
#CONTENTS .box {
	background-color: #f0f0f0;
	border: 1px solid #aeaeae;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
}
#CONTENTS .box ul {
	margin-left: 20px;
}
#CONTENTS .box li {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 101%;
	color: #454545;
	padding-bottom: 10px;
}

