@charset "big5";
/* 中華民國品質學會 */

/* ====================================== 頁面共用 ==== */
body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 125%;
	color: #000000;
	background: url(../images/bg.gif);
	font-family: Helvetica, Arial, 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;*/
}
/* ====================================== 共用連結 ==== */
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;
}
/* ====================================== 導覽列連結 ==== */
.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;
}
/* ====================================== 主選單（左欄）連結 ==== */
.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-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: 90%;
	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;
}
/* ====================================== 排版表格 ==== */
.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: center;
	padding-right: 0px;
	padding-left: 4px;
	margin: 0px;
}
.Layout td.Right {
	padding-right: 0px;
	width: 174px;
	text-align: center;
	background-color: #FFFFFF;
}
/* ====================================== 聯絡資訊 ==== */
.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;
}
/* ====================================== 頁尾資訊宣告 ==== */
.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;
}
/* ====================================== 最新消息框架 ==== */
.news {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	width: 400px;
}
.news .title {
	height: 23px;
	font-size: 110%;
	color: #330099;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/headlines.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 3px solid #A7D3FF;
	border-left: 3px solid #0000B8;
	padding: 6px 0px 0px 9px;
	margin: 0px;
}
.news .box {
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top: none;
	border-right: 3px solid #A7D3FF;
	border-bottom: 3px solid #5E5EDF;
	border-left: 3px solid #0000B8;
}
.news .bottom {
	width: 400px;
	background-image: url(../images/box-bottombg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 10px;
}
/* ====================================== 最新消息內文 ==== */
.news p {
	margin: 2px 5px 0px 10px;
	border: none;
	font-size: 95%;
	text-align: left;
	vertical-align: middle;
}
.news p.text {
	margin: 6px 0px 0px 5px;
	padding: 0px 10px 5px 5px;
	border: none;
	font-weight: bold;
}
.news .img {
	float: left;
	margin: 7px 5px 1px 5px;
}
.news img {
	float: left;
	margin: 7px 5px 1px 5px;
}
.news .more {
	margin-top: 10px;
	text-align: right;
	color:#0000CC;
	height: 20px;
	vertical-align: middle;
	clear: both;
}
.news .more a {
	background: url(../images/news_more.gif) no-repeat right;
	padding-right: 20px;
	text-decoration: none;
	text-align: right;
	font-size: 95%;
	margin-right: 10px;
}
.news .more a:link, #content .more a:visited {
	color:#0000CC;
}
.news .more a:hover {
	color:#FF0000;
	background: url(../images/news_more-over.gif) no-repeat right;
}
/* ====================================== 列表連結 ==== */
.list{
	margin-top: 20px;
	border: none;
	width: 400px;
	text-align: left;
}
.list .title {
	height: 23px;
	font-size: 110%;
	color: #330099;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 9px;
}
.list ul {
	margin: 0px;
	padding: 0px;
	line-height: 125%;
}
.list li {
	font-size: 95%;
	margin: 0px;
	padding: 0px 0px 5px 18px;
	line-height: 135%;
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
.list ul a:link, .list ul a:visited {
	color: #000099;
	text-decoration: none;
}
.list ul a:hover {
	color: #990033;
	text-decoration: underline;
}
.list .more {
	text-align: right;
	color:#0000CC;
	height: 20px;
	vertical-align: middle;
}
.list .more a {
	background: url(../images/news_more.gif) no-repeat right;
	padding-right: 20px;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}
.list .more a:link, #content .more a:visited {
	color:#0000CC;
}
.list .more a:hover {
	color:#FF0000;
	background: url(../images/news_more-over.gif) no-repeat right;
}
/* ====================================== 加值服務功能 ==== */
.eservice {
	width: 156px;
	margin: 0px;
	padding: 0px;
}
.eservice .header {
	background-image: url(../images/title-right.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 2px 0px 0px 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: left;
}
.eservice .box {
	padding: 0px 0px 2px 0px;
	text-align: right;
	border-top: 0px;
	border-right: 1px groove #666666;
	border-bottom: 1px groove #666666;
	border-left: 1px groove #666666;
	background-color: #F3F5FD;
}
.eservice .text {
	text-align: left;
	border-right: 1px groove #666666;
	border-left: 1px groove #666666;
	margin: 0px;
	padding: 1px;
	background-color: #F3F5FD;
}
.eservice form {
	margin: 0px;
	text-align: right;
}
.eservice .button {
	color:#330066;
	height: 20px;
	margin-right: 3px;
}
.eservice .boxline {
	border: 1px dotted #333399;
	padding: 1px;
	margin: 5px 3px 5px 0px;
	background-color: #FFFFFF;
}
.eservice .more a {
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat 3px 5px;
	margin-right: 10px;
	color: #330066;
	text-decoration: none;
}
.eservice .more a:hover {
	color: #FF0000;
	background: url(../images/arrow-over.gif) no-repeat 3px 5px;
}
/* ====================================== 廣告宣導區塊 ==== */
.AD {
	width: 156px;
	margin: 0px;
}
.AD .ADheader {
	background-image: url(../images/title-right.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3px 0px 0px 20px;
	height: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	text-align: left;
	border: none;
}
.AD div {
	border-top: 0px;
	border-right: 1px solid #E6E4EC;
	border-bottom: 1px solid #E6E4EC;
	border-left: 1px solid #E6E4EC;
	padding: 5px 32px 5px 32px;
}
.AD img {
	border: none;
	margin: 0px;
	text-align: center;
	height: 121px;
	width: 90px;
}
