/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ttl1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	}

.ttl{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
	
.ttl a:link {
	color: #333333;
	text-decoration: underline;
}
.ttl a:visited {
	text-decoration: underline;
	color: #333333;
}
.ttl a:hover {
	text-decoration: none;
	color: #333333;
}
.ttl a:active {
	text-decoration: underline;
	color: #333333;
}

.txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	}
	
.txt a:link {
	color: #333333;
	text-decoration: underline;
}
.txt a:visited {
	text-decoration: underline;
	color: #333333;
}
.txt a:hover {
	text-decoration: none;
	color: #333333;
}
.txt a:active {
	text-decoration: underline;
	color: #333333;
}