@charset "utf-8";
a {
	text-decoration:none
}
body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

#wrap{
margin:0 auto;
width:936px; background:#FFF
}

#top{
	background-image: url(../img/logo_top.jpg);
	background-repeat: no-repeat;
	width:936px;
	height:184px;
}
.map{
float:right; margin-top:120px; width:80px; height:36px;
}


#middleBox{
	background-color: #FFFFFF;
	height:194px;
}
.flash{
	float:left;
	width:440px;
	height:194px;
}

.account{
	font-size: 13px;
	color: #006633;
	text-align: right;
}
/**------------------ newsBox 樣式 ---------------------**/
.newsBox{
	background-color: #FFFFFF;
	float:right;
	width:496px;
}
.newsBox ul{
padding-right:20px;
margin:2;

}
.newsBox li{
	font-size:15px;
	color:#666666;
	border-bottom:1px dashed #666666;
	line-height: 26px;
}
.newsBox li a{
	font-size:15px;
	color:#666666;
	line-height: 25px;
	text-decoration: none;
}
.newsBox li a:hover{
	font-size:15px;
	color:#FF6600;
	line-height: 25px;
	text-decoration: none;
}

.title{
padding-left:15px;
}
.title span{
	color:#09F; font-size:13px 
}

/*--    下方主選單樣式      ---*/

#mainMenuBox{
float:left;
padding:0;

}

#MenuBox_1{
background-image:url(../img/menu_1.gif);
width:27px;
height:243px;
float:left;
}
#MenuBox_2{
	background-image:url(../img/menu_2.gif);
	background-repeat: repeat-x;
	height:243px;
	width:878px;
	float:left;
}


#MenuBox_3{
	background-image:url(../img/menu_3.gif);
	width:31px;
	height:243px;
	float:right;
}

/* 遠見我先給四個選單區塊固定高度,將來如果需要新增選單的話...高度也要跟著變阿...sorry */
/*     teacher     */

#MenuBox_2 .teacher{
margin-top:15px;
width:20%;
float:left;
height:210px;/*固定高度了~為了虛線可以齊頭尾*/
border-right:1px dashed #cccccc;
}

#MenuBox_2 .teacher .titleA{
background:url(../img/teacher.gif) no-repeat ;
width:150px;
height:28px;
}

/*   student    */
#MenuBox_2 .student{
margin-top:15px;
width:20%;
float:left;
height:210px;
border-right:1px dashed #cccccc;
}

#MenuBox_2 .student .titleB{
background:url(../img/student.gif) no-repeat ;
width:160px;
height:28px;
margin-left:6px;
}

/* link */
#MenuBox_2 .link{
	margin-top:15px;
	width:23%;
	float:left;
	height:210px;
	border-right:1px dashed #cccccc;
}

#MenuBox_2 .link .titleC{
background:url(../img/link.gif) no-repeat ;
width:196px;
height:28px;
margin-left:6px;
}

/**/
#MenuBox_2 .plan{
margin-top:15px;
width:36%;
float:left;

}

#MenuBox_2 .plan .titleD{
background:url(../img/plan.gif) no-repeat ;
width:275px;
height:28px;
margin-left:6px;
}

/*  #MenuBox_2  清單樣式表 */
#MenuBox_2 .ListBox{
margin:5px;
}

.ListBox ul {
margin:0;
padding:0;
}

.ListBox li {
	font-size:18px;
	color:#666666;
	list-style:none;
	padding-left:2px;
	margin:5px 2px 7px 8px;
}
.ListBox li a{
	font-size:18px;
	color:#666666;
	text-decoration: none;
}

.ListBox li a:hover{
	font-size:18px;
	color:#0099CC;
}

/* 計畫->清單樣式 */

.PlanListBox ul {
padding:0;
margin:0;
}

.PlanListBox li {
	font-size:15px;
	color:#666666;
	list-style:none;
	margin:5px 2px 4px 12px;
}
.PlanListBox li a{
	font-size:15px;
	color:#666666;
	text-decoration: none;
}
.PlanListBox li a:hover{
	font-size:15px;
	color:#FF6600;
}
span.yearWord{
	font-size:13px;
	font-weight: bold;
	color: #842476;
	margin:10px;
}
span.yearWord a{
	font-size:13px;
	font-weight: bold;
	color: #842476;
	text-decoration: none;
}
span.yearWord a:hover{
	font-size:13px;
	font-weight: bold;
	background-color: #EDBCCA;
}

.visited{
	font-size:13px;
	font-weight: bold;
	background-color: #EDBCCA;
}


/**/
#footer{
	background-color: #E7E7E7;
	font-size:13px;
	text-align: center;
	color: #666666;
	line-height: 25px;
}

/*--------------跑馬燈--------------------*/

.pointbar{
	background:#FFF; padding:0px 10px
}

.pointbar .textIn {
	 padding-left:550px
	}
	
.pointbar .textIn span{
	font-size:13px; padding-left:5px
	}
	
.pointbar .textIn span a{
	font-size:13px;
	vertical-align:bottom;
	color:#60C ; text-decoration:none;
	}
	
/*-----------------------------------*/

span.dark{
	color:#9A18CB;
	font-weight: bold;
}

.picbar{
	 padding-left:450px ; float:left
}
