/********** search共通CSS **********/

/* 検索ページテーブル */
.searchtable01 {
	background: url("../../images/common/dot02.gif") top left repeat-x;
}
.searchtable01 td,
.searchtable01 th {
	padding: 2px 0;
	font-size: 100%;
	line-height: 140%;
}

.searchtable01 .bborder01 th,
.searchtable01 .bborder01 td {
	background: url("../../images/common/dot02.gif") bottom left repeat-x;
}

/* 結果ページテーブル */
.listtable01 {
	border-top: 1px solid #36c;
}
.listtable01 th {
	padding: 4px 8px;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-align: left;
}
.listtable01 th.listtable01r {
	border-right: 1px solid #ccc;
}
.listtable01 td {
	padding: 8px;
	background: url("../../images/common/dot01.gif") bottom left repeat-x;
}

/* 結果ページ　リンクマーク用 */
.listback a {
	padding: 0 0 0 13px;
	background: url("../../images/common/mark06.gif") 0 3px no-repeat;
}


