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

#tpc	{
}
.tpclist	{
}
.tpclist dl	{
	padding: 10px 0 10px 50px;
	background: url(../img/topicsdetail_list.gif) no-repeat left center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.tpclist dt	{
}
.tpclist dd	{
	font-size: 120%;
}

.tpcdtl	{
}
.tpcdtl h3	{
	font-size: 120%;
	background: url(../img/topicsdetail_list.gif) no-repeat left center;
	padding: 10px 0 10px 50px;
}
.tpcdtl h3 span	{
	font-size: 80%;
	font-weight: normal;
	display: block;
}
.tpcdtl .detail	{
	width:662px;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.tpcdtl .detail .txt	{
	font-size:115%;
/* 	float: left; */
	/* width: 350px; */
}
.tpcdtl .detail .pic	{
	float: right;
	margin-left:14px;
}

