<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image:url(images/back_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}
#header h1 {
	font-size: 70%;
	font-weight: normal;
}
#main{
	background-color:#FFFFFF;
}
.title {
	font-size: 16px;
	font-style:italic;
	float:right;
}
/*コンテンツ内*/
#contents{
	float:none;
	margin-left:50px;
}

#footer{
	clear:left;
	text-align: right;
}
table tr td {
	text-align: center;
}

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