.news {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	border-bottom: 1px dashed #ddd;
}
.news h2.news_title {
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d00;
}
.news h2.news_title a {
	color: #333;
	text-decoration: none;
}
.news h2.news_title a:hover {
	color: #fa0;
}


.news .news_date {
	position: absolute;
	right: 0px;
	top: 4px;
	color: #888;
}

.news .news_content {
	padding: 0 10px 0 10px;
	text-align: justify;
}

.news .news_meta {
	text-align: right;
	padding: 5px;
}


#comment {
	padding: 5px;
	margin-bottom: 30px;
}
#comment .comm_top {
	color: #555;
	text-align: right;
	border-bottom: 1px solid #c00;
	margin-bottom: 5px;
}
#comment .comm_content {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 40px;
}


#post_comm {
	text-align: center;
	padding: 5px;
}
/*
#post_comm p {
	text-align: right;
}*/


h5 {
	text-align: left;
	color: #a00;
	font-family: Times New Roman;
	font-size: 24px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/*TABLE NEWS INDEX*/
.inews {
	padding: 0 5px 0 5px;
}
.inews .row {
	position: relative;
	border-bottom: 1px solid #eee;
}
.inews .row:hover {
	background: #f4f1eb;
}
.inews .row a {
	display: block;
	width: 650px;
	padding: 5px;
}
.inews .news_date {
	position: absolute;
	right: 0px;
	top: 4px;
	color: #888;
}