/* CSS Document */

#dot ul {
	line-height: 1.8em;
	text-align: left;
	overflow: auto;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#dot li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 1.8em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#dot em {
	padding-right:1em;
	font-style: normal;
	font-size: large;
	padding-left: 10px;
}
