@charset "big5";
/* 中華民國品質學會 */

/* ====================================== 頁面共用 ==== */
body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 125%;
	color: #000000;
	background: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}
/* ====================================== 最外層設定 ==== */
html, body, .mainset {
/*	min-height: 100%;
	height: 100%;
	width: 100%;
	padding-bottom: 35px;*/
}
html>body, html>body .mainset {
/*	height: auto;*/
}
.mainset {
/*	position: absolute;
	top: 0;
	left: 0;*/
}
/* ====================================== 聯絡資訊 ==== */
.infor {
	font-size: 85%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 5px;
}
.infor p {
	line-height: 135%;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.infor img {
	margin: 7px 5px 10px 5px;
}
/* ====================================== 共用連結 ==== */
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
/* ====================================== TOP ==== */
.Top {
	background: url(../images/top-en.gif) no-repeat top center;
	height: 105px;
	text-align: left;
	padding: 0px 0px 0px 105px;
}
/* ====================================== 搜尋功能 ==== */
.search {
	font-size: 90%;
	color:#330066;
	text-align: right;
	width: 740px;
	height: 20px;
	position: absolute;
	top: 5px;
}
.search form {
	margin: 0px;
	text-align: right;
}
.search .button {
	font-size: 80%;
	color:#330066;
	height: 20px;
}
.search .box {
	border: 1px dotted #333399;
	padding: 1px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
.search .more a {
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat 3px 3px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.search .more a:hover {
	color: #FF0000;
	background: url(../images/arrow-over.gif) no-repeat 3px 3px;
}
/* ====================================== 導覽列連結 ==== */
.Nav1 {
	font-size: 88%;
	color:#330066;
	text-align: right;
	width: 750px;
	height: 22px;
	border: none;
	position: absolute;
	top: 85px;
}
.Nav1 a.icon1 {
	padding-left: 20px;
	background: url(../images/sitemap.gif) no-repeat 2px 2px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.Nav1 a.icon1:hover {
	color: #FF0000;
	background: url(../images/sitemap-over.gif) no-repeat 2px 2px;
}
.Nav1 a.icon2 {
	padding-left: 20px;
	background: url(../images/mail.gif) no-repeat 2px 3px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.Nav1 a.icon2:hover {
	color: #FF0000;
	background: url(../images/mail-over.gif) no-repeat 2px 3px;
}
.Nav1 a.icon3 {
	padding-left: 20px;
	background: url(../images/epaper.gif) no-repeat 2px 0px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.Nav1 a.icon3:hover {
	color: #FF0000;
	background: url(../images/epaper-over.gif) no-repeat 2px 0px;
}
/* ====================================== 排版表格 ==== */
.Layout {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
	font-size: 85%;
}

.Layout td {
	vertical-align: top;
	margin: 0px;
}

.Layout td.Left {
	width: 165px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 95%;
}
.Layout td.Center {
	text-align: left;
	padding-right: 0px;
	padding-left: 4px;
	margin: 0px;
}
/* ====================================== 主選單（左欄）連結 ==== */
.navigation {
	text-align: left;
	background-color: #FFFFFF;
	font-weight: bold;
}
.navigation .title {
	padding-top: 22px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navigation a {
	display: block;
	padding: 4px 0px 3px 13px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 1px groove #FF6600;
	border-bottom: 1px groove #FF6600;
}
.navigation a:link, .navigation a:visited {
	color: #330099;
	font-size: 115%;
	text-decoration: none;
	padding-left: 13px;
	border-left: 8px solid #FF7F00;
}
.navigation a:hover {
	font-size: 115%;
	color: #683400;
	text-decoration: none;
	background-image: url(../images/navbg-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 1px groove #000066;
	border-bottom: 1px groove #000066;
	border-left: 8px solid #330099;
}
/* ====================================== 次選單連結 ==== */
.navigation .secmain {
	width: 165px;
	color: #666666;
	font-size: 115%;
	font-weight: bold;
	padding: 4px 0px 3px 13px;
	background-image: url(../images/navbg-main.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 1px groove #FF6600;
	border-bottom: 1px groove #FF6600;
	border-left: 8px solid #330099;
}
.navigation .second {
	display: block;
	border-left: none;
}
.navigation .second a {
	background-image: url(../images/navbg-2nd.gif);
	background-repeat: repeat-y;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	padding: 3px 0px 2px 33px;
}
.navigation .second a:link, .navigation .second a:visited {
	color: #000000;
	font-size: 95%;
	font-weight: normal;
	padding-left: 33px;
	text-decoration: none;
	border-left: none;
}
.navigation .second a:hover {
	text-decoration: none;
	background-image: url(../images/navbg-2nd-over.gif);
	background-repeat: repeat-y;
	border-right: 1px groove #000066;
	border-bottom: 1px groove #000066;
	font-weight: normal;
	border-left: none;
}
/* ====================================== 位置導覽列 ==== */
.path {
	margin-top: 20px;
	margin-left: 10px;
	width: 580px;
	height: 20px;
	text-align: left;
}
.path .text {
	padding-left: 0px;
}
/* ====================================== 分類選項 ==== */
.group {
	font-size: 100%;
	color: #000066;
	width: 564px;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px dotted #6699CC;
	border-right: none;
	border-bottom: 1px dotted #6699CC;
	border-left: none;
	background-color: #FFF5F2;
}
.group .icon a {
	padding-left: 20px;
	background: url(../images/arrow-group.gif) no-repeat 3px 4px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.group .icon a:link, .group .icon a:visited {
}
.group .icon a:hover {
	color: #FF0000;
	background: url(../images/arrow-group-over.gif) no-repeat 3px 4px;
}
/* ====================================== 頁數功能 ==== */
.page {
	text-align: right;
	color: #000000;
	margin: 5px 10px 20px 0px;
	font-size: 100%;
}
/* ====================================== 頁尾資訊宣告 ==== */
.footer {
/*	position: absolute;
	bottom: 0;*/
	width: 760px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #330099;
	text-align: center;
	border-top: 15px solid #FFFFFF;
	border-bottom: 3px solid #CCCCCC;
}
/* ====================================== 內頁功能按鈕 ==== */
.pageservice {
	text-align: right;
	color: #000000;
	margin-bottom: 20px;
	font-size: 100%;
}
.pageservice a.icon1 {
	padding-left: 20px;
	background: url(../images/icon_back.gif) no-repeat;
	margin-right: 8px;
	text-decoration: none;
}
.pageservice a.icon1:hover {
	color: #FF0000;
}
.pageservice a.icon2 {
	padding-left: 20px;
	background: url(../images/icon_print.gif) no-repeat;
	margin-right: 8px;
	text-decoration: none;
}
.pageservice a.icon2:hover {
	color: #FF0000;
}
.pageservice a.icon3 {
	padding-left: 20px;
	background: url(../images/icon_mail.gif) no-repeat;
	margin-right: 8px;
	text-decoration: none;
}
.pageservice a.icon3:hover {
	color: #FF0000;
}
/* ====================================== 內容排版 ==== */
.content {
	margin-top: 10px;
	margin-left: 10px;
	width: 570px;
	line-height: 150%;
	text-align: left;
	color: #000000;
}
.content .head {
	height: 25px;
	width: 565px;
	font-size: 110%;
	color: #993300;
	text-align: left;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 2px 0px 0px 12px;
	font-weight: bold;
}
/* ====================================== 內文 ==== */
.content h1 {
	margin: 10px 0px 5px 5px;
	padding: 3px 10px 3px 5px;
	font-weight: 600;
	font-size: 105%;
	color: #000066;
	border: none;
}
.content .img {
	float: left;
	margin: 7px 10px 5px 0px;
}
.content p {
	margin: 5px 5px 0px 10px;
	border: none;
	font-size: 100%;
	text-align: left;
}
/* ====================================== 內文中的項目條列 ==== */
.content ul {
	margin-top: 5px;
}
.content li {
	list-style-image: url(../images/icon-list.gif);
}
.content ul ul {
}
.content ul ul li {
	list-style-image: url(../images/icon-list-02.gif);
}
.content ul ul ul {
}
.content ul ul ul li {
	list-style-image: url(../images/icon-list-03.gif);
}
/* ====================================== 內文中的表格 ==== */
.content table {
	border: 1px solid #000066;
	width: 100%;
	border-collapse:collapse;
	margin: 2px;
	font-size: 100%;
	color: #990000;
}
.content table th {
	border: 1px solid #000066;
	font-weight: normal;
	background-color: #E8F2FD;
	color: #000066;
	text-align: center;
	padding: 3px 0px 0px 0px;
}
.content table td {
	border: 1px solid #000066;
	padding: 3px 3px 0px 5px;
}
/* ====================================== 附件 ==== */
.attach {
	margin: 5px 0px 15px 5px;
	padding: 3px 10px 3px 26px;
	font-size: 90%;
	color: #CC0000;
	border-top: 1px double #336699;
	border-right: none;
	border-bottom: 1px double #336699;
	border-left: none;
	background-color: #E9EDFE;
	width: 95%;
}
.attach .header {
	padding-left: 20px;
	background-image: url(../images/attash.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.attach ul {
	margin: 0px;
	padding: 0px;
}
.attach li {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/icon-attach.gif) no-repeat 10px 7px;
	color: #330066;
	list-style-type: none;
	list-style-image: none;
}
.attach li a {
	color: #330066;
	text-decoration: none;
}
/* ====================================== 列表連結 ==== */
.list{
	margin-top: 10px;
	margin-left: 5px;
	width: 570px;
	text-align: left;
	color: #666666;
}
.list .head {
	height: 25px;
	width: 565px;
	font-size: 110%;
	color: #993300;
	text-align: left;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 2px 0px 0px 12px;
	font-weight: bold;
}
.list ul {
	margin: 0px;
	padding: 0px;
	width: 98%;
}
.list li {
	font-size: 95%;
	margin: 0px;
	padding: 3px 0px 3px 25px;
	line-height: 140%;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 5px 6px;
	border-bottom: 1px dotted #000099;
}
.list ul a:link, .list ul a:visited {
	color: #330099;
	text-decoration: none;
}
.list ul a:hover {
	color: #990033;
	text-decoration: underline;
}

/* ====================================== 書籍目錄表格 ==== */
.book {
	margin-left: 0px;
	font-size: 95%;
	border: 1px solid #003333;
	border-collapse:collapse;
	width: 98%;
	line-height: 150%;
}
.book th {
	color: #333333;
	border: 1px solid #003366;
	background-color: #F3FDEF;
	text-align: center;
	line-height: 185%;
}
.book td {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px dotted #003366;
	padding-left: 5px;
	line-height: 160%;
}
.book .leftbox {
	width: 60px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
.book .rightbox {
	width: 120px;
	padding-left: 5px;
	text-align: left;
}
.book .centerbox {
	padding-left: 5px;
	text-align: left;
}
.book .centerbox a:link, .book .centerbox a:visited {
	color: #000066;
	text-decoration: none;
}
.book .centerbox a:hover {
	color: #990000;
	text-decoration: underline;
}
/* ====================================== 教育訓練課程選單 ==== */
.lesson {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.lesson h1 {
	width: 560px;
	padding: 5px 0px 5px 20px;
	margin: 10px 0px 0px 0px;
	background: url(../images/icon-list.gif) no-repeat 5px 9px;
	background-color: #E8ECF8;
	color: #000000;
	line-height: 115%;
	font-size: 105%;
	font-weight: normal;
}
.lesson h1 a:link, .lesson h1 a:visited {
	color: #330066;
	text-decoration: none;
}
.lesson h1 a:hover {
	color: #993300;
	text-decoration: underline;
}
.lesson .content {
	margin-left: 20px;
	color: #666666;
}
