/*整體結構*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;

	overflow-x:hidden  /* 頁面無拉吧（平行） */ 
	OVERFLOW: hidden;
	BACKGROUND-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;/*左槓線條*/
	SCROLLBAR-ARROW-COLOR: #333333;/*拉頁框箭頭色*/
	SCROLLBAR-DARKSHADOW-COLOR: #000000;/*右槓線條*/
	SCROLLBAR-FACE-COLOR: #000000;/*槓條色彩*/
	SCROLLBAR-HIGHLIGHT-COLOR: #333333;/*拉頁內框亮面*/
	SCROLLBAR-SHADOW-COLOR: #333333;/*拉頁內框暗面*/
	SCROLLBAR-TRACK-COLOR: #000000;/*拉頁框背景色*/
	SCROLLBAR-BASE-COLOR: #000000;/*拉頁框基底色彩*/
	border: 1px 1 #FFFFFF;
        }
		
a.tx01:link{color: #000000;text-decoration: none;} /* 文字連結特效（連結） */
a.tx01:visited{color: #000000;text-decoration: none;} /* 文字連結特效（之後） */
a.tx01:hover{color: #000000;text-decoration: underline;} /* 文字連結特效（滑過） */
a.tx01:active{color: #000000;text-decoration: none;} /* 文字連結特效（點極） */

td{
  height: 21px;
  font-size: 11px; 
  font-family: "Verdana";
  color: #666666;
}	

/*index-.htm*/

.main-td01{
  width: 100%;  
  height: 100%; 
}	

.main-td02{
  vertical-align: middle;
  text-align: center;
}	

