@charset "utf-8";
@import url(general.css);

#main .section table {
	border: solid 1px #ccc;
	width: 669px;
	margin: 0 15px 10px;
}

#main .section th {
	background-color: #ffc;
	border-bottom: dotted 1px #ccc;
	width: 228px;
	padding: 5px 15px;
	font-weight: normal;
	line-height: 2;
}

#main .section th a {
	color: #36f;
}

#main .section th a:visited {
	color: #941D55;
}

#main .section th a:hover {
	text-decoration: none;
}

#main .section th span {
	color: #f00;
}

#main .section td {
	border-bottom: dotted 1px #ccc;
	padding: 5px 15px;
	line-height: 1.6;
}
