@charset "utf-8";
/* CSS Document */

#newsNav,#newsNav2{
	display:none;
	
}

.bBottomDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.sGenre{
	background:#F60;
	border-radius: 2px;
	margin-left:5px;
	padding:0 3px;
	color:#fff;
}

.tGenre{
	color:#F60;
}

.sType{
	background:#03C;
	border-radius: 2px;
	margin-left:5px;
	padding:0 3px;
	color:#fff;
}

.tType{
	color:#03C;
}