<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 !!!!!

--------------------------------------------------------------------*/
html, body {
	background: #FFF url(../images/bg.gif) center top;
}

html, body, td, th {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #35354C;
}

/* for IE6 */
br {
	letter-spacing: normal;
}

/* background fixed for ie6 */
/*
* html, * html body {
	background-position: expression((this.offsetWidth-800)/2+'px '+this.parentNode.scrollTop + 'px');
}
*/

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

  styles for  #wrapper height:100%

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

#wrapper{
	min-height: 100%;

}

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



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

  link style

--------------------------------------------------------------------*/
a {
	color:#00B2B2;
	text-decoration: none;
}

a:link {
	color:#00B2B2;
	text-decoration: none;
}

a:visited {
	color:#00B2B2;
	text-decoration: none;
}

a:hover {
	color:#0077B2;
	text-decoration: none;
}

a:active {
	color:#0077B2;
	text-decoration: none;
}

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


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

  image style

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

img {
	border: 0 none;
}



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

  list style

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

ul, ol, li {
	line-height: 1em;
}



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

  common id styles

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

#header {
}

#yodogawa {
}

#contents {
}

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


#update {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
	#update .midashi {
		padding-bottom: 10px;
	}
	#update table {
		border-top: 1px solid #CCC;
	}
	#update td {
		width: 380px;
		padding: 10px;
		font-size: 11px;
		line-height: 1em;
		color: #CCC;
		border-bottom: 1px solid #CCC;
	}
		#update td a {
			display: block;
			width: 100%;
			height: 100%;
		}
	#update tr.current {
		font-weight: bold;
	}
		#update tr.current td {
			background-color: #F1F1F1;
		}
		#update tr.current a {
			color: #666;
		}
		#update tr.current a,
		#update tr.current a:link,
		#update tr.current a:visited,
		#update tr.current a:hover,
		#update tr.current a:active {
			cursor: default;
		}
	#update td strong {
		font-size: 14px;
		font-weight: bold;
		line-height: 1em;
	}
	#update td.date {
		width: 100px;
		font-size: 11px;
		font-weight: normal;
		color: #666;
		text-align: left;
		letter-spacing: 0;
	}
	#update tr.unopened td.date {
		color: #CCC;
	}



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

	#footer li {
		float: left;
		margin-right: 10px;
	}
	
	#footer li.end {
		margin-right: 0;
	}
	
#copyright {
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
</pre></body></html>