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

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	/*font-family: Arial,Helvetica,sans-serif;*/
	color: #000;
	text-align: center;
	background: #fff;
	visibility: hidden;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

small {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
}

#container {
	width: 100%;
	text-align: center;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 90%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 67px auto 30px;
}
.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 90%;
	height: 90%;
	z-index: 89;
	margin: 0 auto 0;
}

/* Wrapper
--------------------------- */
#wrapper {
	padding-top: 50px;
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

#fixedMenu {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}
#fixedMenu a {
	padding: 5px 50px;
	display: inline-block;
	overflow: hidden;
}
#fixedMenu a:link,
#fixedMenu a:visited,
#fixedMenu a:active,
#fixedMenu a:hover { color: #fff;}

#fixedMenu * {
	vertical-align: middle;
}

.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}
</pre></body></html>