/* CSS Document */
body{
	background-image:url(../images/bg3.png);
	font-family:Arial, "微軟正黑體", "新細明體";
	font-weight:bold;

	}

#MAINMAIN{
	width:960px;margin:0 auto;
	position:relative;
	
	}
	
h1{
	display:block;
	width:960px;
	height:594px;
	background-image:url(../images/top_banne.jpg);
	text-indent: -9999px;	
	}

#Tab{
	width: 600px;
	height: 45px;
	position: absolute;
	z-index: 2;
	left: 46px;
	top: 535px;
	float: left;
	}	

.Box{
	background-color:#FFF;
	padding:0 43px;
	}

#movie{
	width: 365px;
	height: 205px;
	position: absolute;
	left: 557px;
	top: 244px;
}	

#movie_case{
	position: absolute;
	z-index: 5;
	left: 554px;
	top: 209px;
	
	}

/*小圖*/

#img04{
	width: 300px;
	position: absolute;
	z-index: 5;
	left: 778px;
	top: 282px;
	}
	
#img05{
	width: 200px;
	height: 133px;
	position: absolute;
	z-index: 5;
	left: 726px;
	top: 3792px;
	}

#img06{
	width: 221px;
	height: 105px;
	position: absolute;
	z-index: 6;
	left: 756px;
	top: -22px;
	}

#img01{
	width: 290px;
	height: 155px;
	position: absolute;
	z-index: 3;
	left: 659px;
	top: 1884px;
	}
	
#img02{
	width: 275px;
	height: 157px;
	position: absolute;
	z-index: 3;
	left: -170px;
	top: 2713px;
	}	

#img03{
	width: 299px;
	height: 132px;
	position: absolute;
	z-index: 3;
	left: 699px;
	top: 3329px;
	}		
	
#img07{
	width: 215px;
	height: 260px;
	position: absolute;
	background-image: url(../images/top_form_bg.png);
	z-index: 3;
	left: 699px;
	top: 316px;
}
#img08{
	width: 80px;
	height: 48px;
	position: absolute;
	z-index: 3;
	left: 444px;
	top: 452px;
}			
	
/* 課程大綱  */

#classBOX{
	width:874px;
	height:647px;
	background-image:url(../images/classbg.jpg);
	background-repeat:no-repeat;
	margin-bottom:30px;
	position:relative;
	}
	
#classBOX_p{
	font-family: "微軟正黑體", "新細明體";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 257px;
	text-align: justify;
	line-height: 1.6em;
	position: absolute;
	z-index: 2;
	left: 19px;
	top: 155px;
	}
	
#classBOX_p2{
	font-family: "微軟正黑體", "新細明體";
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	width: 257px;
	text-align: justify;
	line-height: 1.6em;
	position: absolute;
	z-index: 2;
	left: 237px;
	top: 411px;
	}


#Table01{
	width:874px;
	height:180px;
	padding:80px 0 0 20px;
	background-image:url(../images/Box_Tablebg01_1.gif);
	background-repeat:no-repeat;
	}
	
#Table01 ul{
	font-size:15px;
	float:left;
	}

#Table01 ul li{
	margin-bottom:3px;
		}
		
#Table02{
	width:874px;
	height:280px;
	padding:80px 0 0 20px;
	background-image:url(../images/Box_Tablebg02.gif);
	background-repeat:no-repeat;
	}
	
#Table02 ul{
	font-size:15px;
	}

#Table02 ul li{
	margin-bottom:15px;
		}
		
/*課程特色*/

.point{
	width:260px;
	float:left;
	margin-bottom:60px;
	}
		
.point p{
	font-size:14px;
	line-height:1.8em;
	text-align:justify;
	}
	
	
/*課程資訊*/
.td01{
	font-size:15px;
	width: 22%;
padding: 10px 10px;
border: solid 1px #ccc;
background: #313745;
color: #fff;
	}
	
.td02{
	font-size:15px;
	border: solid 1px #ccc;
background: #FFF;
padding: 10px 10px;
vertical-align: top;
line-height:1.8em;}

/*優惠*/

.good{
	width:212px;
	float:left;
	}

.good p{
	font-size:18px;
	font-weight:normal;
	line-height:1.4em;
	text-align:center;
	}


/*報名表*/

#Form{
	background-image:url(../images/form_bg.png);
	width:800px;
	height:190px;
	padding-top:200px;
	padding-left:160px;
	margin-bottom:50px;
	}
	
.rule{
	height:50px;
	}



/*影片*/
#abgne-block-20120704 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
#abgne-block-20120704 li {
		margin-bottom: 5px;
	}
#abgne-block-20120704 li a img {
		border: 0;
		vertical-align: middle;
	}
	
/*廣告*/

#abgne_float_ad {
	display: none;
	position: absolute;
	z-index:10;
}
#abgne_float_ad .abgne_close_ad {
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
}
#abgne_float_ad a img {
	border: none;
}

/*下方表單*/

 .down
{
            background-color: #1f1f1f;
            height: 50px;
            width: 100%;
            position: fixed;
            bottom: 0px;
            left: auto;
            right: auto;
            text-align: center;
            _position: absolute;
            _top: expression(offsetParent.scrollTop + document.documentElement.clientHeight - this.offsetHeight);
			z-index:10;
     }
