@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	サイドナビ
------------------------------------------------------------*/
#sideNavi {
	padding: 0 0 460px;
	background: url(../img/ecology/side_navi_back.gif) no-repeat bottom;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts ul {
	width: 420px;
	margin: 30px 32px 0 48px;
	overflow: hidden;
	
	text-align: center;
	line-height: 12px;
}

#conts ul li.photo01 {
	float: left;
}

#conts .link {
	margin: 30px 0 0 47px;
	padding: 0 0 0 7px;
	
	background: url(../img/icon/02.gif) no-repeat left center;
	
	font-weight: normal;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 60px 0 12px 0;
}