@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	}
	
/*-----------------------------------------------------*/

a{
	text-decoration:none;
	color: #333333;
	blr:expression(this.onFocus=this.blur()); /*消除連結虛線框(IE)*/
	}
	
a:focus { -moz-outline-style: none; } /*消除連結虛線框(MOZ)*/
a:hover{ color:#0099FF;	}

/*-----------------------------------------------------*/

img{ border:0px; }
table{ border-collapse:collapse; }
table, div, p{ font-size:12px; }

input{ font-size:12px; }

/*-----------------------------------------------------*/

#header{
	width:849px;
	}

#sideMenu img{
	margin-bottom:5px;
	}
	
#sideLine{
	 width:26px;
	 background:url(images/line.jpg) repeat-y;
	 }

#mainBody{
	width:854px;
	padding-left:1px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}
	
#mainArea{
	width:849px;
	}

#middleArea{
	width:849px;
	}

#content{
	padding-left:2px;
	}
	
#footer{
	background:url(images/foot.jpg) no-repeat center top;
	width:849px;
	height:77px;
	}
	
/*-----------------------------------------------------*/

.submenu{
	padding-top:5px;
	background-color:#F8F8F8;
	}

.submenuBg{
	display:none;
	background-color:#F8F8F8;
	margin-bottom:5px;
	width:100%;
	}
	
.submenu ul{
	list-style:none;
	position:relative;
	top:-18px;
	left:-22px;
	}

.submenu li{
	margin-bottom:10px;
	}

.contentTxt{
	width:98%;
	line-height:24px;
	}

/*-----------------------------------------------------*/

#tit{
	font-family:Consolas, "微軟正黑體";
}







