#News-Main-Board {
	
}
#NM-header {
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	border: none;
	padding: 10px 20px;
	background-color: #d35c5c;
	color: #FFF;
}
.news-title {
	list-style-type: none;
	font-size: 13px;
	font-weight: normal;
}
.news-title li {
	width: 100%;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	zoom: 1;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
}
.news-title li.NT-writer, .news-title li.NT-ratio, .news-title li.NT-remark {
	display:none;
	}
.news-title li b {
	display: block;
	width:46px;
	position: absolute;
	top:0;
	top:2px \9;
	left:0;
	text-align:right;
}
.news-title li strong {
	display: block;	
	margin: 0 0 0 46px;
}
#NM-content{
	border: 1px solid #d35c5c;
	padding: 10px 20px;
}
.NMC-main {
	padding-bottom: 10px;
	font-size: 12px;
	color:#222222;
}
.NMC-link {
	list-style-type: none;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.NMC-link a {
	color: #333;
	text-decoration: none;
}
.NMC-link a:hover {
	text-decoration: underline;	
}
.NMC-download {
	list-style-type: none;
}


/* ----------------------------------- Back/Prev/Next -------------------------------------*/

#NM-footer {
	border: none;
	padding: 10px 0px;
}
.NMF-button a {
	padding: 2px 5px;
	display: block;
	border: 1px solid #d35c5c;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	width: 60px;
	text-align: center;
}
.NMF-button a:hover {
	background-color: #d35c5c;
	border: 1px solid #d35c5c;
	color:#fff;
}

.NMF-button {
	list-style-type: none;
	height: 30px;
}
.B-back {
	float: left;
}
.B-prev {
	float: right;
	margin-right: 10px;
}
.B-next {
	float: right;
}
