#contents div.blogObj dl:after,
#contents div.blogObj:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents div.blogObj dl,
#contents div.blogObj {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* PAGEBODY */
#pageBody {
	border-top: none;
}

/* CONTENTS */
#bg_main {
	margin: 0px auto;
	text-align: center;
	background: url(../img/bottom.jpg) no-repeat center top;
	padding: 0px;
}

#contents {
	width: 960px;
}

	#contents div.blogObj {
		background: url(../img/bottom.jpg) no-repeat center top;
		padding: 0 0 3px 10px;
	}
		#contents div.blogObj dd,
		#contents div.blogObj dt,
		#contents div.blogObj dl,
		#contents div.blogObj div {
			float: left;
		}
		#contents div.blogObj dd,
		#contents div.blogObj dt {
			margin-top: 5px;
			padding-left: 31px;
		}