@charset "utf-8";

/* 挨拶 */
#contentsbox h3 {
	margin-bottom: 20px;
}
#photo {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
}
#photo img {
	margin-bottom: 15px;
}
.text {
	text-align: left;
	line-height: 20px;
	margin-bottom: 20px;
}


/* 沿革 */
#container #contents #contentsbox h4.h4_ch {
	background: #36649F;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 15px;
	clear: both;
	margin-top: 30px;
}
.photobox {
	clear: both;
	width: 100%;
}
.photobox .left {
	float: left;
	width: 390px;
	text-align: left;
	line-height: 20px;
}
.photobox dl {
	width: 390px;
	clear: both;
	padding-bottom: 10px;
	display: inline-block;
}
.photobox dl:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .photobox dl {
	height:0.1%;
}

.photobox dt {
	float: left;
	width: 50px;
	color: #1D3C64;
	font-weight: bold;
}
.photobox dd {
	float: right;
	width: 340px;
}
.photobox .right {
	width: 206px;
	float: right;
	font-size: 11px;
}
.photobox .right .inbox {
	margin-bottom: 20px;
}
.photobox .right .inbox p {
	margin-top: 5px;
}
.textbox dl {
	width: 619px;
	clear: both;
	padding-bottom: 10px;
	display: inline-block;
	text-align: left;
	line-height: 20px;
}
.textbox dl:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .textbox dl {
	height:0.1%;
}

.textbox dt {
	float: left;
	width: 50px;
	color: #1D3C64;
	font-weight: bold;
}
.textbox dd {
	float: right;
	width: 569px;
}
#photobox2 .left {
	width: 480px;
}
#photobox2 .left dl {
	width: 480px;
}
#photobox2 .left dd {
	width: 430px;
}
#photobox2 .right {
	width: 118px;
}
#last {
	padding-bottom: 30px;
}

