<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.topix-text {
	text-align: left;
}
.topix-td {
	margin-top: 20px;
	margin-bottom: 10px;
}

.topix-orange {
	color: #CC9966;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}
.topix-new-td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/new_img.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topix-backn-td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/back_img.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.l-txt a,l-txt a:hover,l-txt a:active{
	text-decoration: underline;
}
</pre></body></html>