#contents h3 {
	font-size:20px;
	font-weight:bold;
	color:#1A1A1A;
	border-bottom:1px solid #BD4A18;
	margin-bottom:10px;
}

#indexList {
	border:1px solid #dfdfdf;
	padding:10px;
	margin:30px 0;
}
	#indexList a {
		color:#BD4A18;
	}

.entBox {
}
	.entBox p {
		margin-bottom:10px;
	}
	.entBox h4 {
		background:url(../img/detail/h_back.jpg) no-repeat;
		line-height:30px;
		font-size:15px;
		font-weight:bold;
		color:#BD4A18;
		padding-left:24px;
		margin:30px 0 10px;
	}

#endEntry {
	text-align:center;
	margin:15px 0;
}

.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-10px;
	padding-bottom:10px;
}