/* all-topicnavi ===================================================== */
#all-topics{
	float:right;
	width:424px;
	padding:12px 32px 15px 0;

}

#all-topics h2{
	margin:0px;
	padding:0px;
	width:1px;
	height:0px;
	position:absolute;
	top:0px;
	left:-999px;
	z-index:100;
	display:run-in;
	border-style:none;
	overflow:hidden;
}


/* topic-link ----------------------------------------------- */
#topic-link{
	padding:0;
	margin:0 0 10px;
	width:424px;
}

/* clear fix */
#topic-link{
    zoom:1;/*for IE 5.5-7*/
}

#topic-link:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#topic-link li{
	width:212px;
	float:left;
	text-align:right;
}
/* topics ----------------------------------------------- */
#topics{
	background:url(all-topics/div-bg.gif) no-repeat;
	padding:25px 0 0;
	width:424px;
}

/* clear fix */
#topics{
	zoom:1;/*for IE 5.5-7*/
}
#topics:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#topics h3{
	clear:both;
	float:left;
	padding:0 10px 0 22px;
	width:60px;
	overflow:hidden;
/*macIE*/
/*\*//*/
	clear:none; 
/**/
}

#topics ul{
	display:block;
	float:left;
	width:310px;
	padding:0 22px 0 0;
}

#topics li{
	display:block;
	width:310px;
	padding:0 0 0.5em 0;
}

#topics p{
	background:url(all-topics/p-bg.gif) no-repeat left bottom #fff;
	clear:both;
	display:block;
	padding:10px 18px 12px 236px;
	width:170px;
	height:18px;
}
#topics p a{
	display:block;
	width:170px;
	height:18px;
	font-size:0;
	line-height:0;
	text-decoration:none;
	text-indent:-5000px;
}