@charset "utf-8";

body {
	background-color: #EFF3DB;
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka;
}
body,td,th {
	color: #7B7A7A;
	font-size: small;
	line-height: 150%;
}

h3 {
	color: #508F05;
	font-size: medium;
	line-height: 150%;
}

a {
	text-decoration: none;
}
a:link {
	color: #508F05;
}
a:visited {
	color: #83BD00;
}
a:hover {
	color: #FF6600;
}
