/*----------------------------------------------------------------------
環境関連情報
----------------------------------------------------------------------*/
.e_title {
	clear: both;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6ac028;
	padding: 4px 0 2px 5px;
	margin-top: 10px;

}

.e_txt_detail {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 7px 0 1px 5px;

}

.e_txt_detail span {
	font-weight: bold;

}

.e_txt_detail2 {
	text-align: left;
	font-size: 75%;
	line-height: 170%;
	padding: 7px 0 1px 5px;

}

.e_txt_detail2 a {
	text-decoration: underline;
	color: #6ac028;

}

.e_txt_detail2 a:hover {
	text-decoration: none;
	color: #a7d30a;

}



.e_btn {
	text-align: right;
	padding: 1px 5px 0 0;

}

.e_btn a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


.e_image {
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 0 0;


}




















































