div#contentsBlock h2 {
	background-image: url(../img/h2_green.jpg);
	background-repeat: no-repeat;
}
div#mainContents h3 {
	background-image: url(../img/line_green.jpg);
}
a:link {
	color: #3333FF;
}
a:visited {
	color: #3333FF;
}
div#contentsBlock table {
	padding: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
div#contentsBlock table tr th {
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2DD98;
}
div#contentsBlock table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2DD98;
}