@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-size: 90%;
	line-height: 150%;
}

table{
	font-size: 100%;
}

#topics2 {
	font: 100%/170% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 10px;
}

a:link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}