@charset 'utf-8';

div.contents table.quickNews{
	width:100%;
	border-collapse:collapse;
}
div.contents table.quickNews th{
	padding:5px;
	background-color: #E9F9FE;
}
div.contents table.quickNews td{
	padding:5px;
}
div.contents table.quickNews td.infoContent{
	padding:5px;
	border-bottom:1px dashed #cccccc;
}


div.quickNews{
}
div.quickNews h2{
	margin:10px;
	color:#0033CC;
	padding:5px;
	font-size:18px;
	border-bottom:3px solid #0033CC;
}
div.quickNews p.date{
	font-size:12px;
	color:	#666666;
	margin:5px auto;
	width:90%;
}
div.quickNews p{
	margin:5px auto;
	width:90%;
}

div.quickNews p.backToList a{
	display:block;
	margin:auto;
	width:200px;
	margin-top:15px;
	font-size:16px;
	color:#ffffff;
	padding:10px;
	text-align:center;
	background-color:#003399;
	border:2px solid #99CCFF;
}

