﻿@charset "utf-8";
#txt_link {
	clear: both;
	margin: auto;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-indent: 5px;
	overflow: hidden;
}
#txt_link a{
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
}
#txt_link a:hover{
	text-decoration: underline;
}
