<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* MainIMage
---------------------------------------------------- */
#main {
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	margin-top: 2px;
}
#main #box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#main #box img {
	padding-bottom: 10px;
}
#main #box h2 {
	text-align: center;
	height: 125px;
	padding-top: 80px;
	width: 230px;
	margin-left: 730px;
	text-align: center;
	background-image: url(../../../../common/img/tibg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}</pre></body></html>