@charset "utf-8";
.foundlist{
	width:100%;
	overflow:hidden;
}
.foundlistdiv{
	width:690px;
	height:auto;
	border:1px #c2c2c2 solid;
	position:relative;
	margin-bottom:10px;
}
.foundlistdiv_bk1{
	background:url(../images/mainborder1.gif) no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	position:absolute;
	top:-1px;
	left:-1px;
}
.foundlistdiv_bk2{
	background:url(../images/mainborder1.gif) -717px 0px no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	position:absolute;
	top:-1px;
	right:-1px;
}
.foundlistdiv_bk3{
	background:url(../images/mainborder2.gif) no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.foundlistdiv_bk4{
	background:url(../images/mainborder2.gif) -717px 0px no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	position:absolute;
	bottom:-1px;
	right:-1px;
}
.foundinfo{
	width:100%;
	overflow:hidden;
}
.foundrow{
	word-wrap: break-word; 
	word-break: normal; 
	margin:10px 0px 0px 15px;
	width:660px;
	overflow:hidden;
	line-height:25px;
	overflow:hidden;
}
.foundrow_name{
	float:left;
	width:430px;
	overflow:hidden;
}
.foundrow_time{
	float:left;
	width:200px;
	padding-left:10px;
	color:#999;
	text-align:right;
}
.foundanswer{
	width:100%;
	border-top:1px #999 dashed;
	overflow:hidden;
	margin-top:10px;
}
.foundanswertxt span{
	font-weight:bold;
}
.foundanswertxt{
	clear:both;
	float:left;
	_display:inline;
	margin:10px 0px 0px 15px;
	width:660px;
	overflow:hidden;
	padding-bottom:10px;
	line-height:150%;
	word-wrap: break-word; 
	word-break: normal; 

}