
/* 検索結果詳細(タイトル) */
.rslt_title {
	background-color:	#eee;
	text-align:			center;
}

/* 検索結果詳細(内容) */
.rslt_data {
	background-color:	#fff;
	padding:			5px;
	line-height:		120%;
}

/* 検索結果詳細(ポイント) */
.rslt_point {
	background-color:	#edf3f9;
	padding:			5px;
	line-height:		120%;
}

/* 検索結果移動 */
#result_bar {
	position:			absolute;
	width:				375px;
	top:				455px;
	left:				420px;
	padding-top:		2px;
	height:				15px;
	font-size:			9pt;
	background-color:	#fff;
	text-align:center;
	display:			none;
}

