<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu {
	float: right;
	width: 250px;
	padding-right: 50px;
}
	#menu .midashi {
		padding: 25px 0 15px;
	}

#profile {
	position: absolute;
	top: 350px;
	right: 0px;
}

#link {
	width: 325px;
	padding-top: 25px;
	text-align: left;
}
	#link a {
		outline: none;
	}


#navi{
	width: 520px;
	margin: 0 auto;
	padding: 0 0 50px;
}

#navi li{
	float: left;
	width: 150px;
	height: 60px;
	padding: 0 10px;
}

	#navi li img {
		width: 100%;
		height: 100%;
	}

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

	  Override common id styles

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

#header {
	position: relative;
}

#yodogawa {
	float: left;
	width: 325px;
	padding-left: 75px;
}

#contents {
}

#update {
}

#date {
}

#footer {
	width: 650px;
}
	#footer li {
		float: left;
		margin-right: 25px;
	}
	
	#footer li.copyright {
		float: right;
		width: 170px;
		margin-right: 0;
	}
	
#copyright {
}
</pre></body></html>