﻿@charset "utf-8";
#txt_link {
	clear: both;
	text-align: center;
	margin: auto;
	background-image: url(img/link_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	color: #f1f1f1;
	height: 48px;
	text-indent: 0px;
	line-height: 48px;
}
#txt_link a{
	padding-right: 8px;
	padding-left: 8px;
	color: #f1f1f1;
	line-height: 48px;
}
#txt_link a:hover{
	text-decoration: underline;
}
