@charset "euc-jp";
body,td,th {
	font-size: small;
	color: #000;
	line-height: 1.5;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #09F;
}
img {
	border: 0;
}
p {
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.blue {
	color: #069;
}
.fs_xs {
	font-size: x-small;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.imgright {
	float: right;
	margin-left: 20px;
}
.imgleft {
	float: left;
	margin-right: 20px;
}

table {
	width: 98%;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
	line-height: 1.5;
	width: 20%;
}
table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
	line-height: 1.5;
	vertical-align: top;
	width: 80%;
}
.topics p {
	margin: 0px;
	padding: 0px;
}
