@charset "utf-8";

.top_nav {
	background: #e50516;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.top_nav a {
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.top_nav a:hover {
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.top_nav a:link {
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.logo {
	background: #fff;
}

.col_1 {
	background: #f0f0f0;
	color: #e50516;
	line-height: 45px;
	text-align: left;
	font-size: 18px;
	padding-left: 10px;
	border-bottom: #e50516 solid 3px;
	padding-top: 10px;
	font-weight: bold;
}

.col_list {
	background: #ffffff;
	padding:0 15px 15px;
}
.col_list a{
	line-height: 40px;
	font-size:16px;
	margin-top: 10px;
}
.col_list_time {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 20px;
}


.copyright {
	background: #cccccc;
	color: #333333;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	padding: 15px 0;
	margin-top: 10px;
}

.copyright p {
	margin: 0;
	padding: 0;
}
