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

/* top style */


div#wrapper {
	background: url(images/main_bg.jpg) no-repeat right 110px #143361;
}

div#top_head_wrapper {
	background: url(images/header_bg.png) no-repeat center bottom;
}


p#holding_data {
	margin-left: -10px;
	margin-top: -40px;
}


#news_area h2 {
	color: #fff!important;
	background: url(images/news_bg.png) no-repeat bottom left!important;
	font-size: 140%!important;
	font-weight: bold!important;
	padding-bottom: 5px!important;
	margin-bottom: 1em!important;
	border: none!important;
	padding-left: 0!important;
}

#news_list {
	width: 649px;
}

#news_list li {
	background: url(images/news_ico.png) no-repeat 0 0.4em;
	padding-left: 12px;
	color: #fff;
	margin-bottom: 0.5em;
}


* html #news_list li {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#news_list li span {
	display: block;
}

#news_list li span.date {
	float: left;
	width: 7em;
	/* background: #CEA065; */
	/* *display: inline; */
	/* *zoom:1; */
}

#news_list li span.context {
	/* padding-left: 7.5em; */
	/* float: left; */
		/* *display: inline; */
	/* *zoom:1; */
	overflow: hidden;
	*float: left;
}

#news_list li a:link, #news_list li a:visited, #news_list li a:hover, #news_list li a:active {
	color: #FFCCD2;
}

.section {
	margin-bottom: 4em;
}

/* footer */
#footer {
	color: #fff;
}
</pre></body></html>