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


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

  Common styles
  !!!!! DO NOT edit this styles !!!!!

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

* {
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	color: #333333;
}


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

  styles for  #wrapper height:100%

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

html, body, #wrapper {
	height: 100%;
}

body {
	background: #F5F5F5 url(../images/bg.gif) center top;
}

#wrapper{
	min-height: 100%;

}

body &gt; #wrapper {
	height:auto;
}



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

  link style

--------------------------------------------------------------------*/
a {
	color:#62B212;
	text-decoration: none;
}

a:link {
	color:#62B212;
	text-decoration: none;
}

a:visited {
	color:#62B212;
	text-decoration: none;
}

a:hover {
	color:#A1D171;
	text-decoration: underline;
}

a:active {
	color:#A1D171;
	text-decoration: underline;
}

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}


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

  image style

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

img {
	border: 0 none;
}



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

  list style

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

ul, ol, li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

li {
	list-style-type: none;
}



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

  common id styles

--------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#yodogawa {
}

#contents {
}

#date {
	padding: 30px 0 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding-bottom: 50px;
}

	#footer li {
		float: left;
		margin-right: 10px;
	}
	
	#footer li.end {
		margin-right: 0;
	}
	
#copyright {
}
</pre></body></html>