@charset "EUC-JP";
/* (C) Miyahan 2006-09-01 */
/* このCSSファイルの利用、複製、改変、配布等の行為は GNU Free Documentation License を適用します。 */

body,td,th {
	font-size: medium;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 3%;
	margin-top: 2%;
	margin-right: 3%;
	margin-bottom: 3%;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}
