@charset "Shift_JIS";

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

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	position: relative;
}
	#header h1 {
		position: absolute;
		left: 30px;
		top: 30px;
		z-index: 1;
	}
#all_header {
	padding: 105px 0 0 0;
}

#contents {
	width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}
.content {
	position: relative;
	width: 700px;
	margin: 0 auto;
}
.picture {
	float: left;
	width: 150px;
	clear: both;
}
.comment {
	float: right;
	width: 500px;
	padding-bottom: 50px;
}
.midashi {
	padding-bottom: 30px;
}
.komidashi {
	padding-bottom: 20px;
	width: 700px;
	margin: 0 auto;
}
.title {
	padding-bottom: 15px;
}

.yodogawa {
	margin: 0 auto;
	width: 700px;
}



.line {
	height: 1px;
	border-top: 1px solid #000;
	line-height: 0;
	font-size: 0.1px;
	clear: both;
	margin-top: 30px;
}
.small_gray {
	color: #8B8C8C;
	font-size: 12px;
	line-height: 26px;
}


#footer {
	width: 740px;
}
	#footer li {
	padding: 0 5px 0 0;
	}
	
#copyright {
	float: right !important;
	padding: 0 !important;
}
