@charset "utf-8";
/* CSS Document */
#content {
	width: 685px;
	height: auto;
	font-size: 12px;
	color: #656565;
	padding-left: 20px;
}
#content .table{}
#content .table th{}
#content .table td{
	border-bottom: 1px  dotted #a1a1a1;
	padding-top: 24px;
	padding-bottom: 5px;
}
#content .table a{
	color: #656565;
	text-decoration: none;
}
#content .table a:hover{
	color: #528503;
}
#content .date{
	color: #9e9e9e;
}
#content .color1{color: #FF5C00;}
#content .color2{color: #7AAC14;}