@charset "Shift_JIS";

body {
	background-image: none;
}

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

	  Override common id styles

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

#header {
}

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

#contents {
	position: relative;
	margin-bottom: 50px;
}
	#contents .left {
		float: left;
		width: 500px;
		padding-left: 40px;
	}
	#contents .right {
		float: right;
		width: 192px;
		padding-right: 40px;
	}

#update {
}

#date {
}

#footer {
	border-top: 5px solid #A0A0A0;
	padding: 20px 0;
}
	#footer table {
		width: 708px;
		margin: 0 auto 25px;
	}
		#footer td {
			padding: 0 20px;
		}
	
#copyright {
}
