@charset "UTF-8";
/* CSS Document */
/*-------------------------------------highlight: 熱門服務*/
.highlight {
	width: 534px;
	margin: 20px auto;
	padding: 0 0 4px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/tapblockbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}
.highlight .group { float:left; width:150px; margin:0 0 5px 25px; min-height: 10em; }
.highlight h1 + .group { margin-left:10px; }
.highlight h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #0053ac;
	padding: 1px 0 5px 12px;
	color: #0053ac;
	background-image: url(../images/highlight_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: 5px;
}
.highlight h2 {
	font-size: 15px;
	letter-spacing: 3px;
	border-bottom: 2px solid #c0c0c0;
	color: #444444;
	font-weight: bold;
	padding: 1px 2px 3px 18px;
	margin: 0 0 5px;
	background-image: url(../images/li6.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.highlight ul { list-style:none; margin:0; padding:0; line-height:130%; }
.highlight ul li {
	margin: 0 0 5px;
	padding: 5px 0 3px 19px;
	background-image: url(../images/li7.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	border-bottom:1px dotted #b7bdbe;
}
.highlight ul li a { display:block; padding:0px 2px 0; text-decoration:none;  }
.highlight ul li a:hover {  }
.highlight .more { text-align: right;
	margin: 5px 12px 0 0;
	clear:both; }
/*20130227*/
.highlight.noGroup ul { margin:12px 0 5px -17px;}
.highlight.noGroup ul li { display:inline-block; width:171px; margin-left:17px; *float:left; *height:2.9em}
/*20131007*/
.highlight ol { list-style:none; margin:12px 0 0 8px; padding:0; line-height:100%; overflow:hidden; }
.highlight ol li { margin:0 3px 8px; padding:0; float:left;width:130px; height:80px;overflow:hidden;}
.highlight ol li a { display:block;}
.highlight ol li img { display:block;width:130px; }


/*------------------------*/

section.message {
	font-size: 16px;
	background: url(../images/message.png) no-repeat left top;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 3px 5px;
	font-weight: bold;
	}
section.message a {
	text-decoration: none;
}
section.message a:hover {
	text-decoration: underline;
}	
section.message .date {
	color: #F60;
	margin-right: 5px;
}

/*------------------------*/

.tablebg {
	margin: 0;
	padding: 90px 20px 20px;
	background-color: #d2e3e5;
	border-radius: 10px;
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}