.topics3_box {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
#img{
	list-style-type: none;
	padding:0px;
	margin: 0px;
	clear: both;
	display: block;
}
#img li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#img li img{
	width: 100%;
	height: auto;
	vertical-align:top;
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.pdf {
	margin: 0;
	padding:0;
}
.pdf li {
	list-style: none;
	background-repeat: no-repeat;
	line-height:48px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	margin-bottom: 10px;
	background-image: url(../../cgi_php/topics3/templates/common/images/pdf.png);
}
.totop{
	clear:both;
	text-align:center;
	padding-top: 30px;
}
.totop a{
	border:1px solid #5B3E00;
	text-decoration: none;
	color:#5B3E00;
	border-radius: 5px;				/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;		/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 16px;
	background-color: #FFDA44;
}
.totop a:hover{
	background-color: #5B3E00;
	color: #FFF;
}
.topics3_date {
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
}
.topics3_text {
	margin-bottom: 20px;
}
