@charset "utf-8";
h4 {
	background-image: url(../img_top/newstopics_bg.png);
	background-repeat: no-repeat;
	background-position: -150px bottom;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cal {
	float: left;
	width: 300px;
}
#cal ul {
	padding-top: 10px;
}
#cal ul li {
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}
#cal ul li a {
	background-color: rgba(44,111,144,0.70);
	display: block;
	color: rgba(255,255,255,1.00);
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	border-radius: 3px;
	font-weight: normal;
}
#cal ul li ul {
	margin-bottom: 15px;
	margin-top: -15px;
}
#cal ul li ul li a {
	background-color: rgba(45,144,140,0.70);
	display: block;
	color: rgba(255,255,255,1.00);
	line-height: 24px;
	font-size: 12px;
	height: 24px;
	padding-left: 15px;
	border-radius: 3px;
}



#right {
	width: 850px;
	float: right;
	padding-bottom: 60px;
}
#right dl dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background-color: rgba(53,163,163,0.50);
	padding-left: 30px;
	margin-bottom: 10px;
	border-radius: 3px;
}
#right dl dd {
	padding-left: 50px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(155,155,155,1.00);
	padding-right: 10px;
}
#right dl.child {
	padding-top: 15px;
	display: block;
	margin-bottom: -15px;
}
#right dl.child dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	margin-bottom: 5px;
	border-radius: 3px;
	border-top: 1px dotted rgba(155,155,155,1.00);
	background-color: transparent;
}
#right dl.child dd{
	padding-left: 50px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
	border-bottom: none;
}
