<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}
#illsut_box {
	height: 244px;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 131px;
}



#illsut_bg {
	height: 244px;
	width: 100%;
	text-align: center;
	position: absolute;
}
.skinBody{
	background-image: url(../images/croud_a.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 244px;
	z-index: 2;
	position: absolute;
}
.skinBody02{
	background-image: url(../images/croud_b.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 244px;
	z-index: 3;
	position: absolute;
}
</pre></body></html>