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

/* index
----------------------------------------- */
body{
	background-position:0 613px;
}

#page_img{
	background:url("../img/index/top_img.jpg") center bottom no-repeat;
	height:618px;
}

h2{
	padding-top:46px;
}


/*left*/
#top_left{
	float:left;
	width:220px;
	height:278px;
	background:url("../img/index/bg_top_com.jpg") 0 0 no-repeat;
}
	#top_left h3{
		padding:15px 0 0 50px;
		font-size:18px;
		font-weight:bold;
		color:#FFF;
		text-shadow:1px 1px 1px #7e6b5a;
		line-height:1.2;
		
	}
		#top_left h3 span{
			display:block;
			font-weight:normal;
			font-size:10px;
			
		}
	#top_left p{
		padding:30px 13px 15px;
		font-size:12px;
		line-height:1.4;
	}
	#top_left dl{
		padding:0 13px;
		font-size:12px;
		line-height:1.6;
	}
		#top_left dl dt{
			padding-right:10px;
			clear:both;
			float:left;
			font-weight:bold;
			color:#7e6b5a;
		}

/*right*/
#top_right{
	float:right;
	width:700px;
}
	#top_right img{
		float:right;
		margin-top:-30px;
	}
	#top_right p{
		padding-bottom:10px;
		line-height:1.4;
	}
</pre></body></html>