@charset "utf-8";


/*======================================
	pageHeader
======================================*/
.contentBox .pageHeader hgroup{background:url(../images/h-bg.jpg);}


/*======================================
	sectionBox
======================================*/
/****** anc3 ******/
/* unitBox */
.contentBox .sectionBox.anc3 .unitBox{
	width:890px;
	margin:0 0 50px 20px;
	padding:30px 0 30px 415px;
	background:#eef7f9 url(../images/fig3.jpg) 60px 30px no-repeat;
	border-radius:8px;
}
.contentBox .sectionBox.anc3 .unitBox h2{
	margin-bottom:30px;
	line-height:0;
}
.contentBox .sectionBox.anc3 .unitBox p{margin:0 0 30px;}
.contentBox .sectionBox.anc3 .unitBox p.sizeS{
	margin:0;
	font-size:12px;
}

/****** anc4 ******/
/* unitBox */
.contentBox .sectionBox.anc4 .historyBox{
	width:890px;
	margin:0 0 50px 20px;
	background:#eef7f9;
	padding-bottom:20px;
	border-radius:8px;
}
.contentBox .sectionBox.anc4 .historyBox dl{overflow:hidden;}
.contentBox .sectionBox.anc4 .historyBox dl dt{
	clear:both;
	float:left;
	width:110px;
	padding:10px 0 10px 40px;
	line-height:1.3;
}
.contentBox .sectionBox.anc4 .historyBox dl dd{
	padding:10px 40px 10px 110px;
	border-bottom:#ccc dotted 1px;
	line-height:1.3;
}
.contentBox .sectionBox.anc4 .historyBox  p{
	margin:10px 40px;
	color:#85ccdc;
}