@charset "UTF-8";

div.newsSection{
	width: 620px;
}

div.newsSection div.newsSectionHead{
	width: 100%;
	height: 50px;
	display: table;
	border-bottom: solid 1px #999;
	padding-bottom: 7px;
}
	* html div.newsSection div.newsSectionHead{
		position: relative;
	}
	*+html div.newsSection div.newsSectionHead{
		position: relative;
	}




div.newsSection div.newsSectionHead div.date{
	width: 85px;
	display: table-cell;
	vertical-align: bottom;
}
	* html div.newsSection div.newsSectionHead div.date{
		width: 85px;
		position: absolute;
		top: 100%;
	}
	*+html div.newsSection div.newsSectionHead div.date{
		width: 85px;
		position: absolute;
		top: 100%;
	}
	
div.newsSection div.newsSectionHead div.date p{
	margin: 0;
}
	* html div.newsSection div.newsSectionHead div.date p{
		position: relative;
		top: -100%;
	}
	*+html div.newsSection div.newsSectionHead div.date p{
		position: relative;
		top: -100%
	}



div.newsSection div.newsSectionHead div.head{
	display: table-cell;
	vertical-align: bottom;
}
	* html div.newsSection div.newsSectionHead div.head{
		position: absolute;
		top: 100%;
		left: 85px;
	}
	*+html div.newsSection div.newsSectionHead div.head{
		position: absolute;
		top: 100%;
		left: 85px;
	}
	
div.newsSection div.newsSectionHead div.head h2{
	margin: 0;
}
	* html div.newsSection div.newsSectionHead div.head h2{
		position: relative;
		top: -100%;
	}
	*+html div.newsSection div.newsSectionHead div.head h2{
		position: relative;
		top: -100%
	}




div.newsSection div.newsSectionBody{
	margin-left: 85px;
}