@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.NewsLink_news { text-decoration:none; color: #FF9933; } 
.NewsLink_news:hover { text-decoration:none; color: #FF9933; }

.HotLink_news { text-decoration:none; color: #b22b4b; } 
.HotLink_news:hover { text-decoration:none; color: #b22b4b; }

.DefaultLink_news {
	text-decoration:none;
	color: #797c71;
	}

.PagingLink {
	text-decoration:none;
	color:#000000;
} 
.PagingLink:hover {
	text-decoration:none;
	color: #93CB3A;
}

#line_small {
	width: 700px;
	height: 10px;
	background-image: url(../_images/dot.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 2px;
	padding-bottom: 10px;
	float: left;
}

#header {
	color:#6a774b;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#line_solid {
	width: 700px;
	height: 10px;
	background-image: url(../_images/line_solid.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 2px;
	padding-bottom: 10px;
	float: left;

}
