#div-01 {
	width: 550px;
	margin-bottom: 25px;
}
#div-01 h3 {
	font-size: 20px;
}
.main-div dl {
	margin: 5px;
	font-size: 14px;
	line-height: 168%;
	width: 530px;
}
.main-div dt {
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.main-div dd {
	background-image: url(img/icon_02.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
