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

body {
	background-color:#000000;
	color:#cccccc;
}

a:link { text-decoration:none; color:#f8b500; }
a:visited { text-decoration:none; color:#f8b500; }
a:active { text-decoration:none; color:#f8b500; }
a:hover { text-decoration:underline; color:#E60000; }

#wrap h1 {
	margin:0 0 15px 0;
	padding:10px 5px 8px 5px;
	border-bottom:1px dotted #cccccc;
	font-size:16px;
	color:#ffffff;
}

.contents h2 {
	margin:0 0 15px 0;
	padding:10px 5px 8px 10px;
	background-color:#333333;
	font-size:13px;
}

/*-------------------------*/

.mailform {
	margin:0 0 20px 0;
}

.mailform dl {
	margin:0;
}

.mailform dt {
	margin:0 0 10px 0;
	padding:0 0 7px 7px;
	border-bottom:1px dotted #cccccc;
}

.mailform dd {
	margin:0 0 20px 10px;
}

.mailform p.submit {
	text-align:center;
	padding:10px 0 10px 0;
	background-color:#333333;
}

.mailform th {
	padding:10px 5px 7px 7px;
	border-bottom:1px dotted #cccccc;
	width:20%;
}

.mailform td {
	padding:10px 5px 7px 7px;
	border-bottom:1px dotted #cccccc;
	width:80%;
}
</pre></body></html>