/*一般連結*/
A:link {
	color: blue;
	text-decoration:underline;
	}
A:visited {
	color: darkblue;
	text-decoration:underline;
	}
A:active {
	color:red;
	text-decoration:none;
	}
A:hover {
	color: red;
	text-decoration:none;
	}

body,a,td {
	font-family:Arial,Helvetica,新細明體;
	}
	
body {
	margin:0px;
	}


/*區塊設定*/
/*上方搜尋*/
.block_schtop {
	text-align:center;
	background-color:#F3F3F3;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	}
	
/*搜尋結果*/
.block_schres {
	height:40px;
	text-align:center;
	}
.block_schres p {
	margin:0px;
	font-weight:bold;
	}
	
	
/*下方搜尋*/
.block_schbottom {
	clear:left;
	text-align:center
	;font-weight:bold;
	padding:4px 0px 4px 0px;
	}
	
/*內頁左區塊*/
.block_contentleft {
	float:left;
	width:550px;
	margin-top:20px;
	}
	
/*內頁右區塊*/
.block_contentright {
	float:left;
	width:180px;
	margin:20px 0px 0px 20px;
	}
	
/*麵包屑導航*/
.block_crumbs {
	float:left;
	font-size:11pt;
	font-weight:bold;
	}
	
/*登錄網站於此分類下*/
.block_addurl {
	text-align:right;
	font-size:9pt;
	}
	
/*首頁分類目錄*/
.cattit {
	font-size:11pt;
	font-weight:bold;
	line-height:20px;
	margin:0px;
	}
	
.cattit a:link {
	color:#005871;
	text-decoration:underline;
	}
.cattit a:visited {
	color:#005871;
	text-decoration:underline;
	}
.cattit a:active {
	color:#005871;
	text-decoration:none;
	}
.cattit a:hover {
	color:#005871;
	text-decoration:none;
	}
	
.subcattit {
	font-size:10pt;
	line-height:18px;
	margin:0px;
	}
	
	
/*內頁分類目錄*/
.catalog {
	float:left;
	width:130px;
	font-weight:bold;
	font-size:11pt;
	text-align:left;
	}
	
	
/*頁碼*/
.block_pagetotal {
	float:left;
	white-space:nowrap;
	font-size:10pt;
	}
	
.block_pagecount {
	text-align:right;
	white-space:nowrap;
	font-size:10pt;
	}
	
/*版權頁*/
.block_footer {
	width:760px;
	text-align:center;
	font-size:9pt;
	}




/*搜尋結果頁樣式*/
/*清單*/
.schlist li {
	margin-top:20px;margin-bottom:20px;
	}


/*標題*/
.schtit {
	font-size:11pt;
	background-color:#F4F4F4;
	line-height:1.3em;
	padding-bottom:3px;
	}
	
/*標題連結*/
.schtit a {
	letter-spacing:1px;
	}
	
/*點擊數*/
.schhit {
	float:right;
	font-size:9pt;
	white-space:nowrap;
	padding-left:20px;
	}
	
/*網站描述*/
.schdsc {
	line-height:18px;
	width:100%;
	font-size:10pt;
	color:#505050;
	}
		
/*網站網址*/
.schurl {
	line-height:20px;
	width:100%;
	font-size:10pt;
	color:#3B6571;
	}
	
	
/*贊助網站樣式*/
.adlink {
	font-size:10pt;
	border-bottom:1px solid #D4E1E5;
	border-left:1px solid #D4E1E5;
	border-right:1px solid #D4E1E5;
	}
	
.adlink p {
	line-height:25px;
	margin:0px;
	font-size:9pt;
	}
	
.adlinktit {
	font-size:10pt;
	text-align:center;
	letter-spacing:2px;
	background-color:#D4E1E5;
	padding:2px 0px 2px 0px;
	}
	
	
/*主選單*/
#menu {
	width:80px;
	height:25px;
	text-align:center;
	border-left:1px solid #FFFFFF;
	float:left;
	font-size:11px;
	}
	
#menu a {
	display:block;
	line-height:25px;
	font-size:12pt;
	color:#FFFFFF;
	text-align:center;
	padding-left:10px;padding-right:10px;
	border-right:1px solid #FFFFFF;
	font-size:11px;
	}
	
#menu a:link {
	color:#000000;
	background-color:#D4E1E5;
	text-decoration:none;
	font-size:11px;
	}
	
#menu a:visited {
	color:#000000;
	background-color:#D4E1E5;
	text-decoration:none;
	font-size:11px;
	}
	
#menu a:hover {
	color:#000000;
	background-color:#FFC000;
	text-decoration:none;
	font-size:11px;
	}
	
#menu a:active {
	color:#000000;
	background-color:#FFC000;
	text-decoration:none;
	font-size:11px;
	}
	


/*font-size*/

.s {
	font-size:11px;
	}
	
.m {
	font-size:12px;
	}
	
.l {
	font-size:13px;
	}
	
.xl {
	font-size:15px;
	}
	
.xxl {
	font-size:16px;
	}

.SSS {font-size: 2px;line-height: 4px;}
.SS {font-size: 10px;line-height: 14px;}
.S {font-size: 12px;line-height: 16px;}
.M {font-size: 13px;line-height: 19px;}
.L {font-size: 15px;line-height: 21px;}
.LL {font-size: 17px;line-height: 23px;}
.LLL {font-size: 19px;line-height: 25px;}

