@charset "Shift_JIS";


#frame {
	position: relative;
	background: url(../images/bg2.png) repeat-y left top;
	width: 420px;
	padding: 0 30px;
}
.alpha {
	position: absolute;
	width: 470px;
	top: 0;
	bottom: 0;
	left:0;
	background-color: #FFFFE6;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


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

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 600px;
	background-color: transparent;
	padding: 0 50px;
}

#header {
	position: relative;
	width: 420px;
	padding: 100px 0 50px 0;
}

#yodogawa {
}

#contents {
	width: 100%;
}
	#contents p {
		margin-bottom: 2em;
		position: relative;
	}

#date {
	position: relative;
	text-align: left;
	color: #000;
}

#footer {
	position: relative;
	width: 420px;
	margin: 0;
	padding: 100px 0 20px;
}
	#footer li {
		margin: 0;
		padding-right: 10px;
	}
	#footer li.home {
		padding-right: 0px;
	}
	
#copyright {
	position: relative;
	width: 420px;
	padding-bottom: 50px;
	text-align: left;
}
