@charset "UTF-8";
/* CSS Document */

#contents dl {
	line-height: 170%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
}
#contents dt {
	float: left;
}
#contents  dd   {
	float: right;
	width: 750px;
}
#contents     dd    h2    {
	margin-bottom: 10px;
}
#contents  dd span {
	text-align: right;
	display: block;
}
.point ul {
	overflow: hidden;
	margin-top: 20px;
}
.point li {
	float: left;
	margin-right: 20px;
}
.point li.lastchild {
	margin-right: 0px;
}
