@charset "utf-8";
/* CSS Document */
body {	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background-image:url(images/main_bg3_11.gif);
font-size: 13px;color: #CCCCCC;

}
#allcontainer { 
	width: 80%;  /* 這樣將會建立為 80% 瀏覽器寬度的容器 */
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
} 

#container /*主要內容區塊*/
{
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	height:1000px;
	width: 1004px;
	background-position: top;
	clear: both;
}

#left /*主要內容區塊中的左長條區*/ {
	float:left;
	width: 254px;
	margin-top: 244px;
	height: 100%;
	
}
#right  /*主要內容區塊中的右內容*/{
	margin-top: 370px;
	width: 727px;
	float: right;
}
#footer  /*通常放公司資訊，及文字超連結*/{
	text-align: center;
	background-color: #562F64;
	width: 1004px;
	height: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: none;
	float: right;
}
#footer2 {
	text-align: center;
	background-image:url(images/main_02.jpg);
	width: 1004px;
	height: 15px;
}

a:link {color: #CC99CC}     /* unvisited link */
a:visited {color:#CC99CC; }  /* visited link */
a:hover {color: #CC99CC; text-decoration: none;}   /* mouse over link */
a:active {}   /* selected link */
a {
text-decoration:none;
}

.text1{font-size:10pt; font-family:arial; text-decoration:underline; font-weight:bold; color:green} 
.text2{font-size: 13px;color: #000000;}
.text3{font-size: 13px;color: #FFFFFF;}
.text4{font-size: 20px;font-weight:bold;color:#CC99CC}
.text5 {
	font-size: 13x;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
.text6 {font-size: 12px; color: #FF0000; }
.text7{font-size: 18px;font-weight:bold;color:#330033}

a.ImgButton:hover {
	left: 2px;
	top: 2px;
	right: 0px;
	bottom: 0px;
	position: relative;}

