@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#ffffff;
	background-color:#222222;
}

div.topics{
margin:0 0 0 0;
padding:0 0 0 0;
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background:#222222;
color:#dddddd;
height: 240px;
}

.txt{ color: #ffffff; font-size: 12px; line-height: 160% }

A:link		  {
color: #A1EB62;
text-decoration: none;
}
A:visited	  {
color: #FEA4A4;
text-decoration: none;
}
A:active	  {
color: #A1EB62;
text-decoration: none;
}
A:hover		{
color:#A1EB62;
text-decoration: underline;
}

img{
border:none;
}

#topics{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #878181;
}

#topics th{
	padding:7px 5px;
	font-size: 10px;
	text-align: left;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #878181;
}

#topics td{
	padding:7px 5px;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #878181;
}

