/* swSuggest.js用CSS */

/* メニュー */
#sw_suggest__ {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 90%;
	width: 200px;
}
/* 項目 */
#sw_suggest__ div {
	display: block;
	padding: 1px;
	width: 198px;
	overflow: hidden;
	white-space: nowrap;
}
/* キー選択 */
#sw_suggest__ div.select{
	color: #ffffff;
	background-color: #666666;
}
/* マウスオーバー */
#sw_suggest__ div.over{
	background-color: #cccccc;
}
