﻿body{ font-family:微軟正黑體 !important;}

/*========Position========*/
.FloatLeft{ float:left;}
.FloatRight{ float:right;}
.TxtCenter{ text-align:center;}
.TxtLeft{ text-align:left;}
.TxtRight{ text-align:right;}
.VAlignTop{vertical-align:top;}

/*========Color========*/
.FC_Red{ color:Red;}
.FC_Blue{ color:Blue;}
.FC_White{ color:#fff;}


/*========Font========*/
.FontBold{ font-weight:bold;}


/*========Fixed========*/
#FixedHeader { position: fixed; height: auto; width: 100%; z-index: 1500; }
#FixedAside { position: fixed; height: auto; width: 100%; z-index: 1500;}
#Fixedcontent-header{ position: fixed; height: auto; width:85%; z-index: 1200; right:10px; left:250px;}/*========Header 1366以上========*/




/*========修正========*/

/* 修正fixed高度問題-快捷 */
.anchor{
  display: block;
  height: 150px; /* 高度與navbar相同, 用來補上被navbar覆蓋的高度 */
  margin-top: -150px; /* 高度與navbar相同, 將頁面內容拉近, 不要造成額外空白 */
  visibility: hidden; /* 隱藏 */
}

