@charset "utf-8";
a {
	color: #134F8A;
	text-decoration: none;
}
a:hover {
	color: #476487;
	text-decoration: underline;
}
a.footer {
	color: #AAAAAA;
	text-decoration: none;
}
a.footer:hover {
	color: #cccccc;
	text-decoration: none;
}
.linespacing {
	line-height: 16px;
}
.textindent {
	text-indent: 20px;
}
.textindent_less {
	text-indent: 8px;
}
