<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	background-color:#17171b;
	height: 100%;
}

body {
	font:12px/24px Arial, Helvetica, "ãƒ¡ã‚¤ãƒªã‚ª","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro", "Meiryo", "Osaka" ,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic", sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
	height: 100%;
}

.right {
    float: right;
}

div#header {
	padding-top:25px;
	position:relative;
	z-index:10;	
}

div#header .zlogo {
	float:right;
}

div#content {
	width:75%;
	max-width:985px;
	min-width:280px;
	margin:0 auto;
	position:relative;
	z-index:15;		
}

div#content {
	min-height: 100%; 
	height:auto !important; 
	height:100%; 
}	

div#text {
	left:0;
	width:100%;
}

div#text h2 {
	/*font-family: 'Aldrich', sans-serif;*/
	color:#FFF;
	font-weight:normal;	
	line-height:1.4em;
	margin:-60px 0 0 0;
	width:100%;
	/*text-shadow: 0 1px 5px #000;*/
	font-size:48px;
	display:none;
	position:absolute;
	top:50%;	
}

div#text h2 img {
	width:70%;
}

div#text h2#t_01 {
}

div#text h2#t_02 {
	width:100%;
	text-align:right;
}

div#text div#t_03 {
	margin:0 0 20px 0;	
	position:absolute;
	top:30%;		
	width:100%;
	text-align:center;
	display:none;
}

div#text div#t_03 h2 {
	display:block;
	position:relative;
	top:0;
}

#container {
	height: 100%;
}

.bg { position: fixed; top: 0; right: 0; }

.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#bg_01 {
	z-index:3;
}

#bg_02 {
	z-index:2;
	left:0;
}

#bg_03 {
	z-index:1;
}

div#top_link {
	width:80%;
	margin:0 10%;
	margin-top:20px;
}

div#top_link a {
	display:block;
	width:50%;
	float:left;
	text-align:center;
}

div#top_link img {
	width:80%;
}

div#top_link img#top_sz {
	margin:0 5% 0 15%;
}

div#top_link img#top_fxz {
	margin:0 15% 0 5%;
}

div#footer {
	position:absolute;
	bottom:0;
	z-index:15;
	width:100%;
}

div#footer p {
	text-align:center;
}
</pre></body></html>