@charset "UTF-8";
/*縮圖瀏覽*/

.thumbnail {
}
/*-----------------------以 table 排*/
.thumbnail table {
	clear: both;
	width:100%;
	margin: 0 auto 15px;
	padding: 0;
	border-collapse:collapse;
	border-top:1px dotted #ccc;
}
.thumbnail td {
	padding: 15px 0 12px;
	text-align: center;
	vertical-align: top;
	border-bottom:1px dotted #ccc;
}
.thumbnail td div.image {
	width: 190px;
	margin: 0 auto;
	padding: 12px 0 0;
	background:url(../images/thumbnail_td_bg.png) no-repeat center top;
}
.thumbnail td p {
	font-size: 1em;
	line-height: 130%;
	margin: 0;
	padding: 3px 20px 11px;
	background:url(../images/thumbnail_td_bg.png) no-repeat center bottom;
	text-align: center;
}
.thumbnail td .image img,
.thumbnail li .image img,
.thumbnail td object {
	margin: 0 auto 5px;
	border: 1px solid #bbb;
	/*max-height: 160px;
	max-width: 160px;*/
	width: 160px;
	height: 120px;
}

/*-----------------------以 ul li 排*/
.thumbnail ul {
	list-style: none;
	margin:10px 0;
	padding:0;
}
.thumbnail li {
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding: 12px 0 4px;
	_width:98%;
}
.thumbnail li h4 {
	margin:5px 0 .5em 200px;
	padding:0;
	line-height: 110%;
}
.thumbnail li p {
	margin-left: 200px;
	line-height: 150%;
}
.thumbnail li div.image {
	float:left;
	margin:0 20px 5px 0;
	width: 190px;
	margin: 0 auto;
	padding: 12px 0 0;
	background:url(../images/thumbnail_td_bg.png) no-repeat center top;
}
.thumbnail li div.image span {
	display:block;
	margin: 0;
	padding: 0 15px 11px;
	background:url(../images/thumbnail_td_bg.png) no-repeat center bottom;
	text-align: center;
}


/*--------------------------------*/
@charset "UTF-8";
/*縮圖瀏覽*/

.thumbnail {
}
.thumbnail table {
	clear: both;
	width:100%;
	margin: 0 auto 15px;
	padding: 0;
	border-collapse:collapse;
	border-top:1px dotted #ccc;
}
.thumbnail td {
	padding: 15px 0 12px;
	text-align: center;
	vertical-align: top;
	border-bottom:1px dotted #ccc;
}
.thumbnail td div.image {
	width: 190px;
	margin: 0 auto;
	padding: 12px 0 0;
	background:url(../images/thumbnail_td_bg.png) no-repeat center top;
}
.thumbnail td p {
	font-size: 1em;
	line-height: 130%;
	margin: 0;
	padding: 3px 20px 11px;
	background:url(../images/thumbnail_td_bg.png) no-repeat center bottom;
	text-align: center;
}
.thumbnail td .image img,
.thumbnail li .image img,
.thumbnail td object {
	margin: 0 auto 5px;
	border: 1px solid #bbb;
	/*max-height: 160px;
	max-width: 160px;*/
	width: 160px;
	height: 120px;
}

/*-----------------------友站活動 adBanner，以table 排*/
.adBanner td div.image {
	width: 200px;
	margin: 0 auto;
	padding: 6px;
	background:url(../images/ad_bg.png) no-repeat center top;
}
.adBanner td p {
	font-size: 1em;
	line-height: 130%;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	background:none;
}
.adBanner td .image img {
	margin: 0 auto 5px;
	border: 1px solid #fff;
	width: 120px;
	height: 40px;
}
.adBanner td .image img:hover {
	border: 1px solid #555;
}

