@charset "UTF-8";
/* main */
#contents div#main {
	padding-top: 4px;
}

#contents div#main h2 {
	height: 16px;
	margin-bottom: 9px;
	border-bottom: #00AB25 solid 1px;
}

#contents div#main h3 {
	margin-left: 10px;
	font-size: small;
}

#contents div#main p.question {
	margin-left: 45px;
	margin-bottom:0px;
	text-indent: -25px;
	font-weight:bold;
	font-size:small;
	color:#00AB25;
}

#contents div#main p.question2 {
	margin-left: 45px;
	margin-bottom:5px;
	text-indent: -35px;
	font-weight:bold;
	font-size:small;
	color:#00AB25;
}

#contents div#main p.answer {
	margin-left: 45px;
	text-indent: -25px;
}

#contents div#main p.answer strong {
	letter-spacing: 0.04em;
}

#contents div#main p.answer2 {
	margin-left: 45px;
	text-indent: -35px;
}

#contents div#main p.answer2 strong {
	letter-spacing: 0.04em;
}

#contents div#main p.answer3 {
	margin-left: 80px;
	text-indent: -35px;
}

#contents div#main table {
	line-height: 170%;
}

#contents div#main table th {
	padding-right: 3px;
	color: #00AB25;
	text-align: right;
}

#main p#toPageTop {
	background: url("/img/arrowTop.gif") right no-repeat;
	text-align: right;
	font-weight: bold;
}

#main p#toPageTop a {
	margin-right: 10px;
	color: #00AB25;
}

#main p#toPageTop a:hover {
	margin-right: 10px;
	text-decoration: none;
}

/* toPageTopInnner */
#contents #main p.toPageTopInner {
	margin-bottom: 40px;
	background: url("/img/arrowTop.gif") right no-repeat;
	text-align: right;
	font-weight: bold;
}

#contents #main p.toPageTopInner a {
	margin-right: 10px;
	color: #00AB25;
}

#contents #main p.toPageTopInner a:hover {
	margin-right: 10px;
	text-decoration: none;
}

