@charset "utf-8";
/* CSS Document */

#main_content .news h3 {
	font-size: 15px;
	margin-left: 50px;
	color: #39b54a;
}
#main_content .news table {
	height: auto;
	width: 350px;
	margin-left: 50px;
	color: #212121;
}
#main_content .news table tr th {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 140px;
}

#main_contents .news table tr td {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: 175px;
	height: 30px;
}
#main_content .news table tr td a {
	color: #212121;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #39b54a;
	font-size: 14px;
}
#main_content .news table tr td a:hover {
	color:#09F
}
#main_contents .news table {
	width: 350px;
	height: auto;
}
