/*fontの基本css*/
.font9px {
	font-size: 9px;
	color: #333333;
	line-height: 1.4em;
	border: none;
	text-align: left;
}
.font10px {
	font-size: 10px;
	color: #333333;
	line-height: 1.8em;
	border: none;
	text-align: left;
	top: 0px;
	left: 0px;
}
/* linkの基本css */
.a:link {
	color: #00FFFF;
	line-height: 1.4em;
	text-decoration: none;
}
.a:visited {
	line-height: 1.4em;
	color: #00FFFF;
	text-decoration: none;
}
.a:hover {
	color: #FF00FF;
	line-height: 1.4em;
	text-decoration: none;
}
.a:active {
	line-height: 1.4em;
	text-decoration: underline;
}
