@charset "UTF-8";

b{
	font-weight:bold;
}
.newsTitle {
		background-image: url(../img/news/title.jpg);
	text-indent: -9999px;
	height: 24px;
	width: 800px;
	background-repeat: no-repeat;
}

a:link{
	text-decoration:underline;
	color:#06C;
}
a:hover{
	text-decoration: underline;
	color:#06C;
}

a:visited{
	text-decoration: none;
	color:#06C;
}

a:active{
	text-decoration: underline;
	color:#06C;
}



._news dt {
	margin-top:5px;
	background-color:#333;
	font-size: 9px;
	color: #FFF;
	height: 15px;
	width: 80px;
	text-align: center;
	float:left;
	
}

._news dd {
	
	font-size: 14px;
	margin-left:20px;
	
	height: 15px;
	width: 500px;
	
	float:left;
	height:30px;
	
}
._news {
	
	margin-left:20px;
	margin-bottom:50px;
}
#contents h3 {
	margin-bottom: 20px;
	
}




.noteLine li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:760px;
	padding:10px 0 10px 0;
	
	margin-top:10px;
}


.news_article dt {
	margin-top:5px;
	background-color:#333;
	font-size: 9px;
	color: #FFF;
	
	width: 80px;
	text-align: center;
	float:left;
	
}

.news_article dd {
	
	font-size: 14px;
	margin-left:20px;
	
	
	width: 500px;
	
	float:left;
	
	
}
.news_article {
	
	margin-left:20px;
	margin-bottom:50px;
}


#news_article h3 {
	margin-bottom: 20px;
	
}

