@charset "big5";
/* CSS Document */

body {
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BKlogo {
	position: absolute;
	top: 45px;
	margin-left:820px;
}
/*-----menu-----*/
.menuBox {
	width: 1000px;
	overflow: hidden;
	height: 50px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.navigation {
	position: absolute;
	margin: 0;
}
ul {
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0;
    padding: 0;
}
li {
	list-style: none;
}
/* 選單 li 之樣式 */
ul.navigation li {
	position: relative;
	float: left;
	display: block;
}
/* 選單 li 裡面連結之樣式 */
ul.navigation li a {
	display: block;
	padding: 17px 20px;
	/*background: #888;*/
	color: #874522;
	text-decoration: none;
	font-weight: bold;
}
/* 特定在第一層，以左邊灰線分隔 */
ul.navigation > li > a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
ul.navigation > li > a:hover {
	color: #000;
	/*background: #DDD*/
	background-image: url(images/menu_bg2.jpg);
	background-repeat: repeat-x;
}
/* 特定在第一層 > 第二層或以後下拉部分之樣式 */
ul.navigation ul {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul {
	display: block;
}
/* 特定在第二層或以後下拉部分 li 之樣式 */
ul.navigation ul li {
	border-bottom: 1px solid #DDD;
}
/* 特定在第二層或以後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
	border-bottom: none;
}
/* 第二層或以後選單 li 之樣式 */
ul.navigation ul a {
	width: 160px;
	padding: 10px 12px;
	color: #666;
	background: #EEE;
}
ul.navigation ul a:hover {
	background: #CCC;
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}
/* 箭頭向下 */
.arrow-bottom {
	display: inline-block;
	margin-left: 5px;
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	width: 1px;
	height: 1px;
}
/* 箭頭向右 */
.arrow-right {
	display: inline-block;
	margin-left: 12px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666;
	width: 1px;
	height: 1px;
}

/*-----講師-----*/
.meunTH {
	font-size: 15px;
}
.meunTH li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	/*color: #EC5299;*/
}
.meunTH li a {
	color: #000;
}
.meunTH li a:hover {
	color: #E1589E;
}
.contentTH {
	border: 1px dotted #F04A9E;
	width: 840px;
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	background-color: #FFF;
}
.contentTH_img {
	float:left;
	margin:0 30px 10px 0;
}
.contentTH_title {
	font-size: 20px;
	font-weight: bold;
}
.contentTH_top {
	float: right;
	margin-top:10px;
}

/*-----╴╴批捆-----*/

.content1 {
	font-size: 15px;
	line-height: 30px;
	text-align: left;
}
.content2 {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
.content3 {
	font-size: 15px;
	line-height: 24px;
}
.content4 {
	text-align: center;
	padding: 5px;
}
.content5 {
	padding: 5px;
}
.content6 {
	padding: 5px;
	background-color: #efefef;
}
.content7 {
	text-align: center;
	padding: 5px;
	background-color: #006BB9;
	color: #FFF;
}
.content8 {
	padding: 10px;
	line-height: 30px;
}
/*按鈕*/
.btn1 {
	padding: 5px 10px;
	font-size: 15px;
	color: #FFF;
	background-color: #ED56AD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*摮╴敶╴*/
.pinkW {
	color: #E59;
}
.redW {
	color: #F00;
	font-size: 13px;
}
.W15 {
	font-size: 15px;
}
a:link {
	color: #E75294;
	text-decoration: none;
}
a:visited {
	color: #E75294;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/*-----╴╴批捆 end-----*/

/*╴╴╴甈╴*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.bottom a:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: underline;
}
.bottom a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.footer01 {
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding: 20px 0 10px 0;
}
.footer02 {
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
/*topbar*/
.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 35px;
}
.gridTop {
	vertical-align: top;
}
.topLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
