<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	background: #fff;
	color: #333333;
	height: 100%;
	font: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif
	*font-size:small;
	*font:x-small;
}
h1 {
	font-size: 130%;
	line-height: 1.3;
	padding: 10px;
}
h1 a {
	color: #fff;

}
h1 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 180%;
}

#contents {
	padding-top: 20px;
	/*	height: 100%;*/
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.section {
	width: 280px;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	background: #FFFFFF;
	padding-left: 30px;
	float: left;
}

div.section2 {
	width: 280px;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	background: #FFFFFF;
	padding-left: 30px;
	float: left;
}


div.section img{
	height: 380px;
	border:none;
/*    max-height: 700px;
	width: 90%;
	max-width: 495px;*/
}

#nav {
	list-style: none;
	margin-bottom: 50px;
	position: fixed;
	left: 12px;
	top: 12px;
}

#nav li {
	display: inline;
	margin-right: 0.5em;
}
#nav li a {
	color: #000;
}

.copyright{
	text-align:center;
	padding-right:6px;
	padding-top: 6px;
	clear: both;
	width: 1234px;
	}
	
.copyright a{
	text-decoration:none;
	color:#666;
	font-size:12px;
	}
	
.copyright a:hover{
	text-decoration:underline;
	color:#333;
	font-size:12px;
	}
</pre></body></html>