@charset "utf-8";
/* CSS Document */
.friendly {
	clear: both;
	margin:10px 10px 0 10px;
}
/*----------------------------------------------------------------path star路徑*/
.path {
	color: #666666;
	padding: 0px;
	margin:1px 0 0px 0px;
	
}

.path .before {
	color: #333333;
	background-image: url(../images/pathicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	*background-position: 0px 1px;
	padding:2px 10px 6px 20px;
	margin: 0 0px 0 5px;
	}
.path a {
	color: #333333;
	text-decoration: none;
	margin:0 2px;
}
.path  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.path img {
	margin: 5px;
	
}
/*----------------------------------------------------------------path end*/
/*--------------------------------------------------------------------function功能列*/
.function {
	padding:0;
	text-align: right;
	clear: both;
	margin: 0;
	
}

.function li {
	display: inline;
	margin-right: 7px;
}
.function .print {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	*background-position: left top;
	padding-left: 18px;
	display: inline;
}
.function .forward {
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	*background-position: left top;
	padding-left: 18px;
	display: inline;
}
.function .back {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	*background-position: left top;
	padding-left: 18px;
	display: inline;
}
.function a {
	color: #333333;
	text-decoration: none;
}
.function a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*--------------------------------------------------------------------quickLink 回頁首回上頁*/
.quickLink {
	margin:20px 5px;
	text-align: right;
	float:none;
	clear:both;
}

.quickLink ul{
	margin: 0px;
	padding: 0px;
	
}
.quickLink ul li {
	display: inline;
	margin-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.quickLink ul li .back {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	*background-position: 0px 0px;
	padding:0 0 0 18px;
	display: inline;
}
.quickLink ul li .gotop {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	*background-position: 0px 0px;
	padding:0 0 0 15px;
	display: inline;
}
.quickLink a {
	color: #333333;
	text-decoration: none;
}
.quickLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}
