@charset "utf-8";
/* ========================================
　五日市商工会　スタイルシート
　検索
　Copyright(C)2008.Itsukaichi Shokokai
=========================================*/

/* 検索オプション　通常検索 */
p.kensaku a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #0033FF;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}
p.kensaku a:hover {
	text-decoration: none;
	color: #FF6633;
}

/* 検索結果　ページ数 */
ul.browsebox li a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #0033FF;
	font-size: 80%;
}
ul.browsebox li a:hover {
	text-decoration: none;
	color: #FF6633;
}

/* 検索結果　タイトル部分の背景 */
h3.tx-indexedsearch {
	background-color: #DDFFEE;
	padding: 0px;
	margin: 0px;
}
/* 検索結果　タイトル部分のテキスト画像 */
.tx-indexedsearch-icon {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
}

/* 検索結果　タイトル部分のナンバリング */
.tx-indexedsearch-result-number {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	vertical-align: middle;
}
/* 検索結果　タイトル部分のリンク部分 */
.tx-indexedsearch-title a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #0033FF;
	font-size: 12px;
	vertical-align: middle;
}
.tx-indexedsearch-title a:hover {
	text-decoration: none;
	color: #FF6633;
}
/* 検索結果　パーセンテージ */
.tx-indexedsearch-percent {
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/* テキスト部分*/
.tx-indexedsearch-descr {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-: 0px;
	line-height: 150%;
	font-size: 90%;
}
/* グレー部分*/
.tx-indexedsearch-info {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-: 0px;
	line-height: 150%;
	font-size: 90%;
}

/* グレー部分 リンク*/
.tx-indexedsearch-text-item-path a {
	padding-top:: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #0033FF;
}
.tx-indexedsearch-text-item-path a:hover {
	text-decoration: none;
	color: #FF6633;
}
