@charset "utf-8";
/* CSS Document */

#txt_link {
	height: 40px;
	overflow: hidden;
	margin: auto;
	clear: both;
	background-color: #3F7D00;
}
#txt_link a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#txt_link a:hover {
	text-decoration: none;
}
