<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0;
	padding:0;
}

body {
	background-color:rgb(211,226,195);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:medium;
	color:#333333;
}

.container {
	background-color:#FDFDFD;
	width:630px;
	margin:0 auto;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

.header {
	background-image:url(img/logo.jpg);
	width:630px;
	height:232px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}

.menu {
	width:200px;
	float:left;
	margin:0 auto;
}

.content {
	width:425px;
	float:right;
	margin:0 auto;
}

.menu li {
	background-color:#F3F3F3;
	border-bottom:1px solid #FDFDFD;
	list-style:none;
}

.menu li#selected {
	background-color:#FDFDFD;
}

.menu li a {
	display:block;
	text-decoration:underline;
	padding:15px;
}

.menu li a:hover {
	background-color:rgb(211,226,195);
	color:#0000FF;
}

.footer {
	clear:both;
	border-top:1px solid #999999;
	text-align:center;
	font-size:small;
	margin:0 auto;
	padding:10px 10px 0 10px;
}

.footer a {
	color:#333333;
	text-decoration:none;

}

h1#sitename {
	line-height:232px;
	text-align:right;
	margin-right:80px;
	font-size:x-large;
	color:#333333;
}

p#sitelogo {
	line-height:232px;
	text-align:right;
	font-size:x-large;
	color:#333333;
	margin:0;
	margin-right:80px;
	padding:0;
	font-weight:bold;
}

h1#pagename,h2 {
	font-size:large;
	border-bottom:2px solid #999999;
	margin:15px 10px 10px 10px;
	padding-bottom:5px;
}

p {
	line-height:175%;
	margin:10px;
	padding-bottom:10px;
}

strong	{
	font-weight:normal;
}

em	{
	font-style:normal;
}

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