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


	
/*----------------------------------------------------
	#top
----------------------------------------------------*/	
#top{
	float: left;
	width: 592px;
	margin-top: 30px;
	}
	

/*----------------------------------------------------
	#topics
----------------------------------------------------*/	
#topics {
	margin-top: 10px;
	padding: 15px 0;
	height: 135px;
	overflow: auto;
	width: 592px;
	background-color: #EDEDEC;
}


#topics dl {
	margin:0 10px 0 0;
}

#topics dl dt {
	color: #666;
	float: left;
	padding: 0 20px;
}

#topics dl dd {
	padding: 0 15px 10px 100px;
}

#topics dl dd a:link,
#topics dl dd a:visited,
#topics dl dd a:active {
	color: #505050;
	text-decoration: none;
}

#topics dl dd a:hover{
	color: #999;
	text-decoration: underline;
}

/*----------------------------------------------------
	#lineup
----------------------------------------------------*/	

.lineup{
	margin-bottom: 10px;
	padding: 15px 15px 8px 15px;
	background-color: #423B39;
	color: #FFF;
	overflow: auto;
	height: 135px;
	width: 562px;
	}
	
.lineup p{
	margin-bottom: 2px;
	}
	
.lineup_ph{
	margin-right: 20px;
	float: left;
	}

	
.lineup_txt{
	overflow: hidden;
	}
	
.lineup dl{
	margin-left: 10px;
	}
	
.lineup dl dt{
	float: left;
	}
	
.lineup dl dd{
	padding: 0 15px 0 70px;
	}

.lineup a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}</pre></body></html>