@charset "Shift_JIS";

blockquote {
	padding: 2em 0 1em 2em;
	font-weight: bold;
	color: #046F39;
}

#outer {
	background: url(../images/bg_map.png) no-repeat center top;
}

#profile {
	position: absolute;
	width:280px;
	left: 380px;
	top: 610px;
}

.column {
	background-color: #FFF;
	width: 400px;
	margin: 40px auto 0;
	padding: 40px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2em;
	color: #007339;
}

	.column p {
		margin-bottom: 2em;
	}
	.column p.end {
		margin-bottom: 0;
	}

	.column p.cap {
		margin-top: 2em;
		margin-bottom: 0;
		font-size: 80%;
		line-height: 1.5em;
		font-weight: normal;
	}
	
.download {
	width: 480px;
	margin: 40px auto 0;
	padding: 20px 0;
	text-align: left;
	line-height: 0;
}

.step {
	border-top: 3px solid #046F39;
	border-bottom: 3px solid #046F39;
	margin: 1em 0;
	padding: 1em 0 1em 1em;
	font-weight: bold;
	color: #046F39;
}

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

#navi li{
	float: left;
	width: 120px;
	height: 30px;
}
	#navi li.prev {
		padding: 0 40px 0 0;
	}
	#navi li.latest {
		padding: 0 20px;
	}
	#navi li.top {
		width: 160px;
		padding: 0;
	}
	#navi li.next {
		padding: 0 0 0 40px;
	}

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

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

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 720px;
	background: url(../images/ph_main.png) no-repeat 360px 50px;
}

#header {
}

#yodogawa {
}

#contents {
}

#date {
}

#update {
	width: 620px;
}
	#update td {
		width: 480px;
		line-height: 1.25em;
	}
	#update td strong {
		line-height: 1.5em;
	}
	#update td.date {
	}
		#update tr.current td {
			background-color: #007339;
			color: #FFF;
		}
		#update tr.current a {
			color: #FFF;
		}

#footer {
}
	#footer li {
		margin-right: 30px;
	}
	
#footer li#copyright {
	float: right;
	margin-right: 0;
}
