@charset "UTF-8";

/*---------------------------------------------*/
#contents .main#topicsList ul li.topNews a {
	color: #1A1A1A;
	background-color: #EEB4B8;
}
#contents .main#topicsList ul li.topNews a:hover {
	color: #499ACF;
	text-decoration: none;
	background: url(../images/link_bg.gif) repeat-x left bottom;
}
/*---------------------------------------------*/
table#topicsDetail {
	color: #1A1A1A;
}
table#topicsDetail h3 {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	text-indent: 5px;
	line-height: 35px;
	border-left: 15px solid #7E948B;
	background-color: #EAEAEA;
}
table#topicsDetail h4 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	text-indent: 10px;
	border-left: 10px solid #DC829E;
	border-bottom: 1px dotted #3F514F;
}
table#topicsDetail em {
	font-weight: bold;
	font-style: normal;
}
table#topicsDetail ul {
	margin-left: 50px;
	list-style-type: disc;
	list-style-position: inside;
}
table#topicsDetail ol {
	margin-left: 50px;
	list-style-type: decimal;
	list-style-position: inside;
}

table#topicsDetail p {
	margin: 0px 8px;
}
table#topicsDetail strong {
	font-size: 14px;
	font-weight: normal;
}

table#topicsDetail .right {
	clear: both;
	width: 620px;
	height: auto;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	text-align: right;
}
table#topicsDetail .left {
	clear: both;
	width: 620px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table#topicsDetail .center {
	clear: both;
	width: 620px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
