﻿
.news-wrapper
{
	margin-top: 100px;
	background-color: #333333;
	background: url();
}
.news-wrapper .news-contents-wrapper
{
	width: 300px;
	margin: auto;
	border-right: 0px dashed #6a6a6a;
	border-left: 0px dashed #6a6a6a;
	height: 356px;
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 208px;
}
.news-wrapper .news
{
	width: 100%;
	height: 100px;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	border-bottom: 0px dashed #6a6a6a;
}
.news-wrapper .news-header
{
	color: White;
	height: 20px;
	font-weight: bold;
	font-size: 20px;
	padding-top: 12px;
	padding-left: 22px;
}
h1
{
	color: White;
	font-size: 16px;
}




.history
{
	padding-top: 2px;
	float: left;
	width: 26%;
	padding-left: 12px;
}
.description
{
	float: left;
	width: 64%;
	padding: 4px;
}
.description .detail
{
	font-size: 12px;
	overflow: hidden;
	color:#B1B1B1;
}

h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;	color:#000000;
}
h1 a:hover
{
	text-decoration: underline;
	color:white;
}
