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

.topics {
	width: 670px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 20px solid #F4E9DA;
	height: 100%;
	padding: 0px;
	clear: both;
}
.topics_txt {
	width: 350px;
	line-height: 1.9em;
	float: left;
	background-color: #FFF;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}.topics_txt p {
	padding-bottom: 10px;
}
.topics_photo {
	float: right;
	background-color: #FFF;
	text-align: center;
	width: 250px;
	padding-top: 20px;
	margin-right: 10px;
	clear: right;
}
.topics_photo img {
	border: 1px solid #CCC;
	padding: 6px;
	margin-bottom: 15px;
}
.topics_title {
	font-size: 140%;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(../event/img/icon.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.space {
	clear: both;
}
.update {
	font-size: 85%;
	padding-top: 3px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	padding-right: 10px;
}
#past {
	text-align: center;
	margin-bottom: 30px;
	font-size: 90%;
	color: #999;
}
</pre></body></html>