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

body{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	background-image: url(../images/bg.gif);
	background-position: center;
	margin: 0;
}
a:link {
	color: #FF87A9;
	text-decoration: none;
}
a:visited {
	color: #FF87A9;
	text-decoration: none;
}
a:hover {
	color: #FF66FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

div#wrapper{
	width: 760px;
	margin: 0 auto;
	background-image: url(../images/frame.gif);
	background-position: center;
}
div#main{
	width: 720px;
	margin: 0 auto;
}

div#logo{
	padding-bottom: 20px;
	padding-top: 10px;
}
.link{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
}
div#yodogawa{
}
div#footer{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #999999;
}

div#content{
	margin: 0 auto;
	width: 600px;
}
.line {
	padding-top: 20px;
	padding-bottom: 20px;
}
.name {
	font-weight: bold;
}
.title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.date {
	font-size: 10px;
	background-image: url(../images/datebg.gif);
	height: 26px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.small {
	font-size: 12px;
}
</pre></body></html>