@charset "Shift_JIS";
/* CSS Document */

#header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 100px;
}
	#header h1 {
		text-align: center;
	}
	
	#yodogawa {
		width: 100%;
		text-align: center;
	}
	

#contents {
	width: 100%;
}
	#contents h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	#contents p {
		width: 500px;
	}
	
	.big1 {
		font-size: 16px;
		font-weight: bold;
		color: #CC0000;
	}
	.big2 {
		font-size: 16px;
		font-weight: bold;
		color: #4C5999;
	}
	.comment1 {
		font-size: 16px;
		font-weight: bold;
		color: #FF8800;
	}
	
	.hr1 {
		font-size: 0.1px;
		line-height: 1em;
		height: 1px;
		margin: 20px auto 33px;
		border-top: 1px solid #CCC;
		width: 500px;
	}
	
#info {
	width: 500px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
	#info p {
		width: 230px;
	}
	
div.copyright {
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#footer {
}


.comment {
	width: 550px;
	margin: 0 auto 20px;
}
	.comment .left {
		width: 74px;
	}
	.comment .right {
		width: 474px;
	}
	.comment .top {
		background: url(../images/comment-top.gif) no-repeat left top;
		padding: 20px 10px 5px 40px;
	}
	.comment .btm {
		background: url(../images/comment-btm.gif) no-repeat left bottom;
		height: 15px;
	}

.pt30 {
	padding-top: 30px;
}