<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 固定のもの */

body {
	background-color: #ccdddd;
	font-size: 11pt;
}

div {
	font-size: 11pt;
}

table {
	background-color: Navy;
}

th {
	background-color: lightblue;
	font-size: 11pt;
}

td {
	background-color: #ccdddd;
	font-size: 11pt;
}

.annotd1 {
	background-color: #99bbff;
	font-size: 13px;
	height: 30px;
}

.annotd2 {
	background-color: #ddffcc;
	font-size: 13px;
	height: 30px;
}

.linktd1 {
	background-color: #99bbff;
	font-size: 13px;
	height: 30px;
}

.linktd2 {
	background-color: #ddffcc;
	font-size: 13px;
	height: 30px;
}


/* ======================== */

/* リンク */
a:link {
	color: navy;
	font-size: 11pt;
}

a:visited {
	color: navy;
	font-size: 11pt;
}

a:active {
	color: navy;
	font-size: 11pt;
}

</pre></body></html>