@charset "utf-8";
/* CSS Document */
html,body
{
	margin:0 0 0 0;
	background-image:url(../img/back_html.jpg); 
	background-repeat:repeat-x;
	background-color:#CCC;
}
#webContainer
{
	margin:0 auto;
	width:900px;
	background-image:url(../img/back01.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B";
}
#all
{
	margin:0 auto;
	width:850px;
	background-color:#FFF;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B";
}
#top
{
	margin:0 0 0 0;	
}
#content
{
	font-size:13px;
	line-height:20px;
	word-spacing:1px;
	letter-spacing:1px;
	padding:0 15px 0 15px;
	background-color:#fff;
	float:right;
	width:679px;
	border-left:1px #aaa solid;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B";
}
	#content p
	{
	margin:15px 0 15px 15px;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B";
	}
#left
{
	width:140px; 
	float:left; 
}
	#left img
	{
		margin:0 0 10px 0;
		border:0;
	}
#bottom
{
	text-align:center;
	font-size:11px;
}
#footer
{
	margin:10px auto;
	width:850px;
	font-size:11px;
	text-align:center;
}
#agenda
{
	font-size:13px;
	line-height:18px;
	word-spacing:1px;
	letter-spacing:1px;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B";
}
#topBtn
{
	margin:10px 5px 10px 0;
}