@charset "utf-8";
/* CSS Document */


#nyushi_topics {
	padding: 4px;
	margin-bottom: 15px;
	border: 1px solid #F4A9CA;
}
#cmstopics #nyushi_topics {
	padding: 7px;
}
#nyushi_topics p {
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}


#nyushi_topics ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nyushi_topics li {
	display: list-item;
	background-image: url(../images/bre_dot.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	margin: 0px;
	text-indent: 10px;
	padding: 0px;
}
#nyushi_topics li a {
	color: #666;
	text-decoration: none;
}
#nyushi_topics li a:hover {
	text-decoration: underline;
}

#nyushi_topics .float-L,
#nyushi_topics .float-R {
	width: 178px;
	display: block;
}
#cmstopics #nyushi_topics .float-L, #cmstopics #nyushi_topics .float-R {
	width: 190px;
	display: block;
}

#nyushi_topics em {
	font-style: normal;
	color: #F00;
}
#nyushi_topics .txt-S {
	font-size: 10px;
}


#information{
	font-style: normal;
	color: #F00;
	text-align: center;
	padding: 5px;
	border: 1px solid #F00;
	display: block;
	margin-bottom: 10px;
}
