@import url("infoedu_head.css");
@import url("infoedu_down.css");
@import url("infoedu_index.css");
@import url("infoedu_nclb_body.css");
@import url("infoedu_nclb_top.css");
@import url("infoedu_nclb_left.css");


/*整體設定 開始*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_down.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-position:bottom;
	font-size:12px;
	color:#000000;
}
a:link {
	color:#000000;
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#6699FF;
	text-decoration:underline;
	}
	
	
/*整體結束*/



/*body 背景圖 開始*/
.bg_left {
background-image:url(../images/bg_body_left.jpg);
background-repeat:repeat-y;
background-position: left;
}
.bg_right {
	background-image:url(../images/bg_body_right.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
.bg_body_table {
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}
/*body 背景圖 結束*/


