﻿
.news-wrapper
{
	margin-top: 0px;
	background-color: #333333;
	background: url(../images/bg.jpg);
}
.news-wrapper .news-contents-wrapper
{
	width: 900px;
	margin: auto;
	height: 127px;
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 85px;
}
.news-wrapper .news
{
	width: 100%;
	height: 100px;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	border-bottom: 0px dashed #6a6a6a;
}
.news-wrapper .news-header
{
	color: Black;
	height: 20px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 12px;

}
h1
{
	color: White;
	font-size: 16px;
}
.clear
{
	clear: both;
}

.history
{
	padding-top: 14px;
	float: left;
	padding-left: 0px;
}
.description
{
	float: left;
	width: 100%;
	padding: 4px;
}
.description .detail
{
	font-size: 14px;
	overflow: hidden;
	color:black;
}
.elipses, .day, .month
{
	display: block;
	height: 10px;
}
.day, .month
{
	padding-top: 6px;
}
h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;
	color:Black;
}
h1 a:hover
{
	text-decoration: underline;
	color:Black;
}
