@charset "utf-8";
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #353533;
	font-weight: bold;
	text-decoration: underline;
}
