<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../css/style.css");

h1 {
	width: 661px;
	height: 56px;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/pagetitle.gif) no-repeat;
}

#contents .question {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 40px;
	background: url(../images/question.gif) no-repeat;
}

#contents .answer {
	margin: 0 0 20px 0;
	padding: 5px 0 25px 40px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/answer.gif) no-repeat;
}
</pre></body></html>