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

/*------------------------------------------------*/
/* top_page */
/*------------------------------------------------*/

#index #main{
	width:610px;
	float:left;
}
#index #side{
	float:right;
	width:310px
}
#index #main_img{
	width: 550px;
	height: 500px;
	background: url(../img/top/top_img.jpg) no-repeat 0 0;
	position: relative;
	text-indent: -5000px;
	left: -10px;
	z-index: 100;
	top: -20px;
	}
	
#index #wrapper #container #content{
	z-index: 10;
	position: relative;
	width:1040px;
	
}

#top_catch {
	display: block;
	position: absolute;
	width: 454px;
	height: 170px;
	right: 34px;
	top: 203px;
}

</pre></body></html>