@charset "utf-8";
/* CSS Document */

/* overide */
h1 {
	margin-bottom:30px;
}

#entry {
	padding:0 20px;
}

#entry h2 {
	margin:15px 0;
	padding-left:15px;
	height:32px;
	line-height:32px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-image:url(../../common/img/entry/h03_back.png);
	background-repeat:repeat;
	background-color:#86BA71;
	padding-bottom:0;
}
#entry h3 {
	background-color:#86BA71;
}


#subMenu dl dt {
	padding:4px 3px;
}
#subMenu dl dd {
	background-color:#86BA71;
}
/* overide */

.mg {
	margin-bottom:30px !important;
}


#menuList {
	margin-bottom:20px;
}
	#menuList li {
		width:285px;
		float:left;
		display:inline;
		margin:0 0 8px 8px;
	}
		#menuList li a {
			display:block;
			height:28px;
			line-height:28px;
			color:#333333;
			font-size:13px;
			background:#fff url(../img/common/arr_off.png) no-repeat 8px center;
			border:1px solid #ccc;
			padding-left:25px;
			text-decoration:none;
		}
		#menuList li a:hover {
			color:#fff;
			background:#57B159 url(../img/common/arr_on.png) no-repeat 8px center;
			border:1px solid #57B159;
		}
