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

#menu {
	float: right;
	width: 250px;
	padding-right: 50px;
}
	#menu .midashi {
		padding: 25px 0 15px;
	}


.column {
	background-color: #E0FAE0;
	padding: 40px;
	margin-top: 2em;
	font-weight: bold;
	color: #4E624E;
}
	.column h3 {
		margin-bottom: 2em;
		font-size: 18px;
		font-weight:bold;
		color: #000;
	}
	.column .arrow {
		background-color: #C9E1C9;
		font-size:10px;
		line-height:1em;
		text-align:center;
		padding:4px;
		margin: 20px 0;
		color:#E0FAE0;
	}

#update .midashi {
	font-size: 16px;
	font-weight: bold;
	color: #4E624E;
}

#profile {
	text-align: right;
	padding: 20px 20px 0;
}

#navi {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
}
	#navi li {
		float: left;
	}
	#navi .prev {
	}
		#navi .prev img {
			width: 140px;
			height: 50px;
		}
	#navi .next {
	}
		#navi .next img {
			width: 140px;
			height: 50px;
		}
	#navi .top {
	}
		#navi .top img {
			width: 220px;
			height: 50px;
		}


/*--------------------------------------------------------------------

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	background-color: #FFF;
}

#header {
	position: relative;
}

#yodogawa {
}

#contents {
}

#update {
}

#date {
}

#footer {
	width: 500px;
	margin: 0 auto;
}
	#footer li {
		padding-right: 1px;
	}
	#footer li.home {
		padding: 0;
	}
	
#copyright {
}

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