﻿/* CSS Document (Body Middle Area)*/
#MiddleContainer
{
list-style:none;
padding:0px;
margin-left:0px;
width:998px;
height:auto;
}


#LeftContainer
{
position:relative;
width:170px;
border:0px red solid;
}

#RightContainer
{
	position:relative;
	width:828px;
	border:0px green solid
}

/*2Frame ###############################################################################################*/
#FrameContainer
{
	list-style:none;
	padding:0px;
	margin-left:0px;
	width:828px;
	height:auto;
}

#FrameLeft
{
	position:relative;
	width:630px;
	border:0px red solid;
	text-align:left;
}

#FrameRight
{
	position:relative;
	width:185px!important;
	width:190px;
	border:0px green solid;
	text-align:left;
	padding:0 0 0px 4px;
}

/*Ann 重要公告 ############################################################################################*/
#AnnContainer
{
	position:relative;
	width:630px;
	height:68px;
}

#Ann
{
	position:absolute;
	top:5px!important;
	top:7px;
	left:80px;
	width:520px;
	height:49px!important;
	height:50px;
	overflow:auto;
	border:0px red solid;
	font-family:georgia,Verdana,Helvetica,Arial,細明體,Taipei;color:black;font-size:13px;letter-spacing:1px;
}
/*Ann 重要公告 End ########################################################################################*/
