@charset "utf-8";

.headLine {
/*	border-bottom: 1px solid #80001b;*/
	padding: 10px 0 5px 10px;
	color:#7E0017;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}
.headLineRead {
	font-size: 12px;
	font-weight: normal;
}



.entry_news {
	padding: 0;
	font-weight: normal;
	clear: both;
	background: #FFFBF2;
	border-bottom: 10px solid #950E1D;
	_height: 1%;
	}

.entry_news img {
	float: right;
	padding: 15px;
	}
	
.entry_news h2 {
	font-size: 15px;
	font-weight: bold;
	background: url(images/bg_h2.gif) no-repeat;
	height: 40px;
	color: #950E1D;
	padding: 22px 0 0 40px;
	_line-height: 1em;
	_height: 37px;
	}


.entry_news .entry_news_text .date {
	line-height: 1em;
	font-weight: bold;
	margin:0;
	font-size: 12px;
	padding: 10px 0;
	}


.entry_news_text {
	padding: 15px;
	float: left;
	width: 420px;
	}
	
.entry_news_text a {
	color: #d7115e;
	}

.page_top {
	margin: 10px 0 0;
	padding:0;
	text-align:left;
	}


