<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 90%;
	line-height: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.page #container {
	width: 858px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.gif);
} 
.page  #mainContent {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: none;
}
#top_img {
	clear: both;
	height: 270px;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_top_img.jpg);
}
#side_menu  {
	float: right;
	width: 220px;
	text-align: center;
}
#side_menu  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 8px;
}

#topinfo {
	text-align: center;
	width: 400px;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(../images/top_info_m.gif);
}
#topinfo #topinfo_b {
	background-image: url(../images/top_info_b.gif);
	height: 8px;
}
#topinfo #topinfo_t {
	height: 7px;
	background-image: url(../images/top_info_t.gif);
	margin-bottom: 8px;
}
#top_topics {
	width: 590px;
	margin: 0px;
	padding: 0px;
}

#top_topics   li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	line-height: 180%;
}
#top_topics   ul {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}
</pre></body></html>