#head nav ul li#m2 a{
	background-position:-120px -20px;
	}

/*　事業案内TOP　*/
.index #main section{
	padding:0 0 0 45px;
	overflow:hidden;
	zoom:1;
	}
.index #main section div{
	width:230px;
	float:left;
	margin:30px 30px 0 0;
	border:1px solid #E4E1DD;
	border-radius:4px;/* CSS3草案 */
	-webkit-border-radius:4px;/* Safari,Google Chrome用 */
	-moz-border-radius:4px;/* Firefox用 */
	-o-border-radius:4px;
	-ms-border-radius:4px;
	padding:30px 30px 35px 30px;
	}
.index #main section div img{
	margin-left:70px;
	}
.index #main section div h3{
	font-size:18px;
	text-align:center;
	margin-top:20px;
	}
.index #main section div p{
	font-size:14px;
	line-height:1.4;
	margin-top:10px;
	color:#A0A0A0;
	}
.index #main section div h4{
	font-size:16px;
	background-color:#3F9E8A;
	display:inline-block;
	border-radius:4px;/* CSS3草案 */
	-webkit-border-radius:4px;/* Safari,Google Chrome用 */
	-moz-border-radius:4px;/* Firefox用 */
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-top:1px solid #0D9991;
	border-bottom:1px solid #3F9E8A;
	border-right:1px solid #3F9E8A;
	width:120px;
	text-align:center;
	margin:20px 0 0 55px;
	}
.index #main section div h4 a{
	color:#FFF;
	display:block;
	padding:8px 0px 7px 0px;
	border-bottom:1px solid #A3DBD7;
	border-right:1px solid #A3DBD7;
	border-radius:4px;/* CSS3草案 */
	-webkit-border-radius:4px;/* Safari,Google Chrome用 */
	-moz-border-radius:4px;/* Firefox用 */
	-o-border-radius:4px;
	-ms-border-radius:4px;
	text-decoration:none;
	}
.index #main section div h4 a:hover{
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

/*　事業案内　共通　*/
.post-box{
	overflow:hidden;
	zoom:1;
	padding-top:30px;
	}
.under-box{
	overflow:hidden;
	zoom:1;
	border-top:1px dotted #CCC;
	margin-top:40px;
	width:720px;
	padding-top:20px;
	}
.under-box div a{
	display:block;
	float:left;
	width:220px;
	height:80px;
	margin:20px 20px 0 0;
	border:1px solid #3F9E8A;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-decoration:none;
	}
.under-box div a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.under-box div a h4{
	display:table-cell;
	vertical-align:middle;
	width:220px;
	height:80px;
	font-size:16px;
	font-weight:100;
	background:url(../img/common/yaji1.gif) no-repeat 13px center;
	padding:0 15px 0 25px;
	text-decoration:none;
	color:#3F9E8A;
	}