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

body { 
	color:#333333;
}

table.topicstable {
	font-size:12px; 
	margin:10px 10px 20px; 
	line-height:16px;
}

h3.ttl {
	font-size:12px; 
	font-weight:bold; 
	margin:0 0 0.5em; 
	padding:0; 
	color:#666600
}

table.topicstable {
	border-collapse:collapse;
}

table.topicstable th {
	color:#3B6783; 
	text-align:left; 
	font-weight:normal;
}

table.topicstable th,
table.topicstable td {
	border-bottom:1px dotted #999999;
	border-collapse:collapse;
	padding-top:0.5em;
}

table.topicstable td {
	padding-left:10px;
}

table.topicstable td p {
	margin:0 0 0.5em; 
	padding:0;
}

a:link {
	text-decoration:underline;
	color:#0066CC;
}
a:visited {
	text-decoration:underline;
	color:#0066CC;
}
a:hover {
	text-decoration:underline;
	color:#0066CC;
}
a:active {
	text-decoration:underline;
	color:#0066CC;
}


