@charset "big5";
.menu {
    background-color: #f1f1f1;
    width: 185px;
    position: relative;
    margin-left: 13px;
    margin-top: 18px
    
    
}

.footer {
  background-color: #FFFFFF;
  background-image: url("../images/footer_bg.gif");
  background-position: top;
  font-size: 14px;
  padding-left: 205px;
  padding-top: 7px;
  padding-bottom: 10px; /* 保留底部空間供內容顯示 */
  font-family: Arial, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  
}


.footer a:hover  {
    font-size: 14px
}

.footer h5 {
  font-size: 20px;
  line-height: 15px; /* 增加行距讓文字更容易閱讀 */
  margin: 15px 0 5px 0; /* 增加底部間距避免貼近其他元素 */
  color: #333;
  font-weight: 600;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; /* 重新排列字型順序，提升兼容性 */
}



h2 {
  font-size: 28px;
  line-height: 10px; /* 相當於 36.4px 行距 */
}

h5 {
  font-size: 20px;
  line-height: 10px; /* 相當於 36.4px 行距 */
}

hr {
    color: #EFECEC;
}
