@charset "UTF-8";

@import url(reset.css);
@import url(common.css);

#container-bg {
	background: url(../../images/topimage.jpg) no-repeat center top;
	padding-top: 270px;
}


/* Ebox */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

.ebox {
	margin-bottom: 40px;
	line-height: 1.5;
}

#topics {
	float: left;
	width: 570px;
}

#bnr {
	float: right;
	width: 250px;
}

#envi {
	float: left;
	width: 410px;
}

#dioxin {
	float: right;
	width: 410px;
}


/* Info */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#info {
	padding-left: 230px;
	background: url(../../images/photo-info.jpg) no-repeat left top;
}
#info table {
	margin-bottom: 20px;
}
#info dt {
	color: #09F;
}
#info dd {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}