<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #79c3c5;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

div#logo {
	width: 180px;
	float: left;
}
div#wrapper{
	margin: 0 auto;
	width: 681px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#title {
	background-image: url(../images/head.gif);
	height: 350px;
}
div#header{
}
div#contents{
	margin: 0 auto;
	width: 550px;
}
.name {
	font-weight: bold;
}
div#yodogawa{
	float: right;
	margin-top: 270px;
	margin-right: 25px;
}
div#main{
	background-image: url(../images/frame_main.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footter{
}
.line{
	text-align: center;
	padding: 5px;
}
.date{
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-image: url(../images/date_off.gif);
	width: 110px;
	height: 20px;
	background-position: center;
}
.date_today{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/date.gif);
	width: 110px;
	height: 20px;
	background-position: center;
}

.link{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}
.title {
	margin: 0px auto;
}
.small {
	font-size: 12px;
}
</pre></body></html>