<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 */

#index {
	background-image: url(../images/top_header_bg.gif);
	background-repeat: repeat-x;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 4px;
	font-weight: normal;
	height: 16px;
}

* html h1 {
	margin: 0px;
	padding: 0px;
}

#index #swf {
	width: 900px;
	clear: both;
	height: 284px;
}

#index #contents {
	width: 900px;
	margin-top: 20px;
	clear: both;
}

#index #contents h3 {
	margin: 0px;
	padding: 0px;	
}

#index #contents ul {
	margin: 5px 0px 10px 30px;
	padding: 0px;
	font-size: 13px;	
	
}

#index #contents li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-image: url(../images/list_a.gif);
}

* html #index #contents li {
	margin: 2px 0px 0px 0px;
	list-style-image: url(../images/list_ie.gif);
}

#index #contents li a {
	text-decoration: none;
	color: #000000;
}

#index #contents li a:hover {
	color: #339900;
}

#index #contents .title {
	width: 202px;
	float:left;
	background-image: url(../images/index_body_bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin: 0px 10px 0px 0px;
	height: 225px;
}

#index #contents #info {
	width: 264px;
	float:left;
	background-image: url(../images/index_info_bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin: 0px;
	height: 225px;
	
	
}

#index #contents #info #info_body {
	width: 235px;
	padding: 10px 10px 10px 17px;
	font-size: 12px;
	overflow:auto;
	height: 150px;
}

#index #contents #info #info_body .info_article {
	margin: 0px 0px 10px 0px;
	border-bottom: dotted 1px #999999;
	padding-bottom: 10px;
}

#index #contents #info #info_body .info_article span {
	padding: 0px 0px 0px 12px;
	background-image: url(../images/list_a.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#index #banner {
	width: 900px;
	margin: 0px;
	clear: both;
}

#index #banner #banner_left {
	width: 626px;
	float:left;
	margin: 10px 10px 20px 0px;
}

#index #banner #banner_right {
	width: 264px;
	float:left;
	margin: 10px 0px 0px 0px;
}</pre></body></html>