@charset "utf-8";
/* CSS Document */
#content {
	width: 685px;
	height: auto;
	font-size: 12px;
	color: #656565;
	padding-left: 20px;
}
#content .th{
	font-size: 13px;
	line-height: 25px;
	color: #656565;
	font-weight: bold;
}
#content .lin{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 3px;
}