/* CSS Document */


/*
	news table
*/

#newsCatalogArea {
}

.newsCatalogTable {
	width: 100%;
	margin-bottom: 30px;
}


.newsCatalogTable TD.date {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5edff;
	text-transform: uppercase;
	color: #333333;
}

.newsCatalogTable TD.newsName {
	color: #555555;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d5edff;
	line-height: 16px;
}

/*
	news detail
*/

#newsDetail {
}

#newsDetail P.date {
	padding-bottom: 5px;
	color: #555555;
}

#newsDetail P.title {
	padding-bottom: 5px;
	margin-bottom: 24px;
	border-bottom: 1px solid #bacdff;
	color: #2574ae;
	font-size: 14px;
}

#newsDetail P IMG {
	border: 3px solid #bacdff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}



