﻿@charset "utf-8";
/* CSS Document */

#txt_link {
	height: 40px;
	overflow: hidden;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	text-align: center;
}
#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;
}
