@charset "utf-8";
/*表格頁面維持置中*/
#indexcontainer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
}

/*背景圖*/
#indexbg{
	background-image: url(../icon/bgd.png);
}

/*首頁公司中文名稱*/
.indexLogoT{
	font-size: 30px;
	font-weight: bolder;
	color: #0000CC;
}

/*首頁公司英文名稱*/
.indexLogoE{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}



/*FLASH區塊外框顏色及寬度設定*/
.indexFlash{
	padding: 5px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}


/*首頁連結按紐_一般狀態*/
.indexlink{
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
}


/*首頁連結按紐_連結狀態*/
.indexlink a{
	font-size: 18px;
	font-weight: lighter;
	color: #FF0000;
	text-decoration: none;	
}

/*首頁連結按紐_滑入狀態*/
.indexlink a:hover{
	font-size: 18px;
	font-weight: lighter;
	color: #006600;
	text-decoration: underline overline;
}
