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

.intro {
	padding:15px;
	background-color:#F9F3CC;
	margin:0 0 20px 0;
}

.basic {
	float:left;
	width:300px;
}

.info {
	float:right;
	width:610px;
}

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

.salelist {
	margin:10px 0 15px 0;
}

.salelist ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

.salelist li {
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 5px 18px;
}

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

.topics {
	margin:0 -20px 20px 0;
	overflow:hidden;
	_zoom: 1;
}

.topics .section {
	margin:0 0 20px 0;
}

.topics .area {
	float:left;
	width:470px;
	margin:0 10px 0 0;
}

.topics h2 {
	margin:0 0 10px 0;
	padding:10px 0 7px 8px;
	background-color:#EA32B8;
	font-size:14px;
	color:#ffffff;
}

.topics ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}

.topics li {
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
}
</pre></body></html>