@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:	#FFD7EB;
}
A:link {color:#990000;TEXT-DECORATION: none}
/*這是沒按過的顏色指令。*/
A:active {color: #990000;TEXT-DECORATION: none}
/*這是活動的顏色指令，平常根本看不出來。*/
A:visited {color: #990000;TEXT-DECORATION: none}
/*這是按過之後的顏色指令。*/
A:hover {COLOR: red; TEXT-DECORATION: underline}
/*這是被滑鼠碰到的顏色指令。*/
.templates_backhome{
	color:#990000;
	font-family:"新細明體", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../img_trmpates/templates_backhome.jpg);
}
.templates_maquee{
	background-image:url(../img_trmpates/templates_maquee.jpg);
}
.templates_breadcrumbs{
	color:#000000;
	font-family:"新細明體", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../img_trmpates/templates_breadcrumbs.jpg);
}
.templates_menu_down{
	background-image:url(../img_trmpates/templates_menu_down.jpg);
	height:322px;
	width:220px;
}
.templates_down_menu{
	font-size:13px;
	color:#A84001;
	font-family:"新細明體", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../img_trmpates/templates_down_menu_bg.jpg);
}
.templates_copyright_left{
	float:left;
	width:178px;
	height:67px;
}
.templates_copyright_right{
	line-height:18px;
	font-size:13px;
	color:#990000;
	font-family:"新細明體", Arial, Helvetica, sans-serif;
	float:left;
	width:822px;
	height:67px;
	background-image:
	url(../img_trmpates/templates_copyright_right.jpg);
}

