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

	@ Style Name    : /css/top.css

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


/** ----------------------------------------------------------------------------
 *	html
---------------------------------------------------------------------------- **/
html {
	background:url(/imgs/common/bg_header.jpg) center top no-repeat;
}

h2 {
	clear:left;
}

/** ----------------------------------------------------------------------------
 *	sitemap
---------------------------------------------------------------------------- **/
#sitemapSection{
	background:url(/imgs/common/momiji3p.jpg) 5px top no-repeat;
}
#sitemap {
	margin:75px auto;
	width:720px;
	border:3px #dfe6dc solid;
}
#sitemap ul {
	margin:40px 45px;
}
#sitemap li {
	margin:10px 0;
	padding:5px 25px;
	background:url(/imgs/common/list_img02.gif) left center no-repeat;
	font-size:13px;
	font-weight:normal;
}
</pre></body></html>