@charset "utf-8";

@import url(./import.css);


dl dt {
	float:	left;
	padding-right:	0.5em;
	text-decoration:	underline;
}
dl dd {
	clear:	both;
}
dl dd.comment {
	clear:	none;
	padding-top:	0.5em;
}

li.sum {
	list-style-type:	none;
	text-align:			right;
	padding-right:		3em;
}
