/*----------基本設定----------*/

@font-face{
	font-family:AA;
	src:url(text.TTC)
	}
body {
	background-color: #000;
	/*background-image: url(images/bg_s.jpg);重複背景用*/
	background-position: center;
	/*預設文字設定*/
	text-align:center;
	color: #FFF;
	font-family: AA,"PT Sans", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;/*'微軟正黑體', 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 1px;
	/*font-weight: 500;*/
	text-shadow: 0px 1px 2px 	#000,/*

             0px 2px 6px rgba(0,0,0,0.1),

             0px 3px 7px rgba(0,0,0,0.1)*/;
}
a {
	text-decoration: none;
	color: #06F;
	outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
/*----------浮動區塊----------*/
.fb_ {
	z-index: 90;
	position: absolute;
	margin-top: 10px;
	margin-left: 750px;
}
/*.TT{
	cursor:pointer;

	}*/


.logo {
	position: absolute;
	margin-left: 280px;
	z-index: 90;
	top: 40px;
}

/*.open {
	position: absolute;
	right: 100px;
	top: 200px;
	cursor:pointer;
}*/
/*-----------展開收起------------*/

.COURSE {
	
	width: 700px;
	padding-left:300px;
	margin: 0 auto;
	clear: both;
/*	margin-bottom: 10px;*/
/*	background-color:#0F0;*/

	
	
	
}
.COURSE h3 a {cursor:pointer;
	display: block;
/*	clear: both;*/
}
.COURSE h3 a:hover {
	
}
.COURSE h3.PS a {
	
}
#BOX_1 { /*內文預設是關閉的*/
	display: none;

}
.COURSE .COURSE_BOX {/*內文的樣式*/
	width: 700px;
	overflow: hidden;
}
/*----------切版------------*/

/*上方背景用*/
.TOP_BG {
	background-image: url(images/content_bg.jpg);
	background-color: #000;
	background-position: 50% top;
	background-repeat: no-repeat;
}
.WRAP {
	width: 1002px;
	margin: 0 auto;
	position: relative;
}
/*以下頁首*/
.TOP {	cursor:pointer;
	display: block;
	height:50px;
	/*background-image:url(images/index_01.jpg);*/
	background-position: 50% bottom;
}
/*以下內容區*/
.CONTENT {
	/*height: 818px;不可以設高才能延伸*/
	/*background-image:url(images/content_bg.jpg);*/
	background-repeat: no-repeat;/*background-color:#0F0;*/
}
/*以下頁尾*/
 .FOOTER {	cursor:pointer;
	display: block;
	height: 700px;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
/*	bottom:0px;
	width:100%;*/
background-position: 50% top;
	position:relative;


}


/*----------文字------------*/


.font1 {/*文字下間距*/
	padding-bottom: 30px;
}
.font2 {/*變顏色*/
	font-size: 22px;
	color: #8989D8;

}
.fontred {/*變紅色*/
text-align:left;
}
.font3 {/*文字靠左*/
	text-align: left;
}
.font4 {/*首字凸出，下列字縮排*/
	margin-left : 1em;
	text-indent : -1em;
}
.font5 {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 700;
	src: local("PT Sans Bold"), local("PTSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/ptsans/v6/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}
/*----------表格------------*/
.table_white {
	margin: 10px 0 0 100px; /*全部_表格與外部的間距*/
	border-right-width: 0px;/*外部_右側表格_寬*/
	font-size: 15px;/*全部_文字大小*/
	/*color: #000; 全部_文字顏色*/
	text-align: center;	 /*全部_文字置中*/
	/*text-shadow: 1px 1px 2px #333;  全部_文字陰影*/
	/*font-weight: bold;全部_文字粗體*/
	border-right-width: 0px;/*最右邊_框線*/
	border-right-style: solid;
	border-right-color: #FF9999
	border-right-width: 0px;
	border-top-width: 0px;/*最上面_框線*/
	border-top-style: solid;
	border-top-color: #FF9999
	border-left-width: 0px;/*最左邊_框線*/
	border-left-style: solid;
	border-left-color: #FF9999
	border-bottom-width: 0px;/*最下面_框線*/
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
}
.table_white tr:hover {/*滑鼠滑過*/
	background-color: #8DA3FA;
	color: #000;
}
.table_white td {
	line-height: 25px;/*列_高度*/
	/*padding: 3px;列_文字與框的距離*/
	/*font-weight: bold;列_文字粗體*/
	border-bottom-width: 1px;/*列_下底線*/
	border-bottom-style: solid;
	border-bottom-color: #8DA3FA;
	border-right-style: solid;/*內部的框線_右側*/
	border-right-color: #8DA3FA;
	border-right-width: 0px;
}
.table_white th {
	line-height: 30px;/*第1列_高*/
	color: #000;/*第1列_文字顏色*/
	font-weight: bold;/*第1列_粗體*/
	background-color: #8DA3FA;/*第1列_底色*/
	text-align: center;/*第1列_文字置中*/
	border-right-style: solid;/*內部的框線_右側*/
	border-right-color: #8DA3FA;
	border-right-width: 0px;
}
/*----------清間距------------*/

body, div, dl, dt, dd, ul, /*ol, li, h1, h2, h3,*/ h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;/*	background-image: none;*/
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}*/
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*ol, ul {
	list-style:none;
}*/
caption, th {
	text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
