<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* color */
.cF00 {color: #FF0000;}
.c009 {color: #009;}

/* space */
.mrgR20 {margin-right: 20px;}
.mrgR40 {margin-right: 40px;}
.pd20 {padding-top: 20px;}
.pd30 {padding-top: 30px;}

/* font */
.f12 {font-size: 93%;}

/* text */
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* indent */
ul.csrIndent {padding-left: 1em;}
.csrIndent li {text-indent: -1em;}

/* grayBox */
.grayCsrBox {
 border: 1px solid #dfe1e5;
 padding: 1px;
}

.grayCsrBox .grayInner {
 background: #f9f9f9;
 padding: 10px 16px;
}

/* float */
.csrBlockTxt { float: left; width: 350px; }

/* table */
table.csrTbl {
	width: 500px;
	border: solid 1px #666;
}
table.csrTbl2 {
	width: 100%;
	border: solid 1px #666;
}
table.csrTbl3 {
	width: 300px;
	border: solid 1px #666;
}
.csrTbl3.csrFr {
	float: right;
	width: 300px;
	border: solid 1px #666;
}
.csrTbl th,
.csrTbl td,
.csrTbl2 th,
.csrTbl2 td,
.csrTbl3 th,
.csrTbl3 td {
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 10px;
}

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