<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


#container {
	overflow-x: hidden;
	width: 720px;
	min-height: 100%;
	position: relative;
}

#contents {
	position: relative;
	min-height: 100%;
}

#sidePanel {
	width:400px;
	height: 100%;
	background-color:#FFEFBF;
	position: absolute;
	top: 0;
	left: -400px;
	min-height: 600px;
}

#sidePanel dl {
	margin: 0;
	padding: 0;
}
#sidePanel dl dt {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 10px;
	background-color: #8C2300;
	color: #fff;
}

#sidePanel dl dd {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#sidePanel dl dd a {
	font-size: 1.2em;
	color: #333;
	display: block;
	padding: 15px 10px;
	background-image: url(../img/menu_arw.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

#sidePanel dl dd a:visited,
#sidePanel dl dd a:hover {
	color: #333;
}

</pre></body></html>