<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 {
	background: #FFDEC8;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#topicpath {
	font-size: 16px;
	line-height: 35px;
	background: url(../img/topicpath_bg.jpg) no-repeat;
	margin: 20px;
	padding-left: 50px;
}

#flash_video {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	margin: 20px;
}


h2 {
	font-size: 16px;
	line-height: 40px;
	background: url(../img/h2_bg.jpg) no-repeat left center;
	height: 38px;
	margin-bottom: 20px;
	padding-left: 30px;
	margin-top: 20px;
	border: 1px solid #F3630A;
	letter-spacing: 0.2em;
}
h3 {
	border-left: 10px solid #A48F50;
	border-bottom: 1px solid #A48F50;
	margin-left: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

ul,ol {
	margin-left: 20px;
}
ul li {
	list-style-type: disc;
	margin-left: 20px;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 40px;
}

#contents p {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#footer {
	height: 50px;
	width: 960px;
	background: url(../img/footer_bg.jpg) no-repeat;
}
#footer p {
	line-height: 50px;
	margin-right: 30px;
	text-align: center;
}
#footer a {
	color: #030;
	text-decoration: none;
}
#footer a:hover {
	color: #F00;
}



a:hover {
	color: #F00;
}
</pre></body></html>