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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	line-height: 2;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	color: #000000;
}

p {
	font-size: 1.2em;
	margin-bottom: 20px;

}

ol, ul {
	list-style: none;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #C74B15;
	text-decoration: underline;
}

.color1 {
	color: #990000;
}

#head-banner {
	height: 200px;
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 120px;
	width: 800px;
	margin: 10px auto;
}

#logo {
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 30px;
	font-family: 'IM Fell Great Primer SC', serif;
	font-size: 2.5em;
	text-align: center;
}

#logo a {
	color: #555;
}

#logo a:hover {
	text-decoration: none;
}

#menu {
	position: absolute;
	left: 0; 
	top: 20px;
	text-align: center;
}

#menu a {
	color: #555;
	font-family: 'IM Fell Great Primer SC', serif;
	font-size: 1.4em;
	margin-right: 30px;
	text-transform: capitalize;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	color: #b22222;
}

hr.style-one {
	border: 0;
	height: 1px;
	background: #999;
	background-image: -webkit-linear-gradient(left, #eee, #999, #eee);
	background-image:    -moz-linear-gradient(left, #eee, #999, #eee);
	background-image:     -ms-linear-gradient(left, #eee, #999, #eee);
	background-image:      -o-linear-gradient(left, #eee, #999, #eee);
}

h1 {
	margin-bottom: 50px;
	color: #777;
	font-weight: normal;
	font-size: 2.2em;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 100%;
}

#content {
	margin: 50px 0;
	text-align: left;
}

#footer {
	height: 50px;
	width: 100%;
}

#footer p {
	margin-top: 10px;
	text-align: center;
	font-size: 0.75em;
	color: #000000;
}

#content h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0;
	color:#000080;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	padding: 10px 0;
	font-size: 1.4em;
}

#content a:hover img {
	border: solid 1px #c9171e;
}

.fig-l{
	float: left;
	margin: 10px 10px 10px 0;
}

.fig-r{
	float: right;
	margin: 10px 0 10px 10px;
}
</pre></body></html>