@charset "utf-8";
.article-table {
	font-size: 18px;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}
#container #content .articles .article-table a {
	color: #2D5C6C;
	text-decoration: none;
}
#container #content .articles .article-table a:hover {
	color: #993300;
	text-decoration: underline;
}
#container #content .articles .article-table-right a {
	color: #2D5C6C;
	text-decoration: none;
}
#container #content .articles .article-table-right a:hover {
	color: #993300;
	text-decoration: underline;
}
.article-table-right {
	font-size: 18px;
	vertical-align: top;
	padding-left: 20px;
}
.link-p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #F0F5F9;
	padding-top: 4px;
	padding-bottom: 4px;
}
