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

/*========================================

  Page CSS

========================================*/


/* -- div#mainimg -- */
div#mainimg {
	background:url("images/bg_main.gif") no-repeat center 0;
	background-color: #ece0e9;
}

div#mainimg h1{
	position: relative;
	background:url("images/img_main.jpg") no-repeat 0 5px;
	width: 940px;
	height: 425px;
	text-indent : -9999em;
	margin: 0px auto;
	padding: 0px;
}
</pre></body></html>