@charset "utf-8";
/*--------------------------------------------
*	TOP用CSS上書き
*--------------------------------------------*/
#main {
	position:relative;
	background:url(../images/bg_main.png) right top no-repeat;
	padding:185px 0px 0px 0px;
	margin:0px 24px 0px 24px;
}

/*--------------------------------------------
*
*	TOP
*	01 メイン画像部分内メニュー
*	02 事例紹介
*	03 ブログ
*	04 サステナブル経営情報
*	05 イベント
*
*--------------------------------------------*/
.whatBox a {
	position:absolute;
	left:420px;
	top:118px;
	width:336px;
	height:135px;
	z-index:100;
	background:url(../images/bt_what.png) left top no-repeat;
	text-indent:-5555px;
}
.whatBox a:hover {
	background:url(../images/bt_what_on.png) left top no-repeat;
}



.contentHead h2 {
	padding:5px 0px 0px 0px;
}

