html, body {
	font-family:Calibri;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:13px;
	line-height:22px;
	background-color:#dddddd;

}
.title
{
width:600px;
margin-top:21px;
margin-left:60px;
font-size:18px;
font-weight:bold
}
.header
{ background:url(../images/top0.jpg) no-repeat; height:161px}
.entitle
{
width:600px;
margin-top:21px;
margin-left:60px;
font-size:20px;
font-weight:bold
}
.btitle
{ font-size:17px; font-weight:bold;}
.btitle a
{ font-size:17px; font-weight:bold; color:#000000; text-decoration:none}

.
.stitle
{ font-size:15px; font-weight:bold}
.content
{ margin-top:14px; margin-left:25px; width:750px; text-align:justify; }

.content1
{margin-left:25px; width:750px}
.encontent
{margin-left:25px; width:750px; font-size:15px}
.foot
{ font-size:13px; color:#000000; text-decoration:none}
.foot a
{ font-size:13px; color:#000000;text-decoration:none}
#mytable
{border-right:solid 1px #000000;border-top:solid 1px #000000;}
#mytable  td
{border-left:solid 1px #000000; border-bottom: solid 1px #000000;}
#mymtable
{border-right:solid 1px #fff;border-top:solid 1px #fff;}
#mymtable  td
{border-left:solid 1px #fff; border-bottom: solid 1px #fff;}
.meun
{ font-size:14px; color:#000000; text-decoration:none; font-weight:bold; background:url("../images/menu.jpg") no-repeat}
.meun a
{ color:#000000; text-decoration:none}
.menu
{ font-size:14px; color:#000000; text-decoration:none; font-weight:bold; background:url("../images/menu.jpg") no-repeat}
.menu a
{ color:#000000; text-decoration:none}
.modal-body
{
font-size:16px;
text-align: justify
}

        td.dynamic {
            background: url(../images/line.jpg) repeat-y left top; /* 使用灰色分隔線背景圖片 */
            background-color: #FFFFFF; /* 確保剩餘區域為白色 */
            vertical-align: top;
        }

        table {
            border-collapse: collapse;
        }

        td {
            padding: 0; /* 確保無間距 */
        }
		
   img.ws-logo {
            display: block; /* 消除行內樣式導致的間距 */
            max-width: 100%; /* 保證圖片不會超出容器 */
        }
		
		
		
.page-footer {
    position: relative; /* 絕對定位到頁面底部 */
    bottom: 0;
    left: 50%; /* 水平置中 */
    transform: translateX(-50%); /* 調整至容器正中 */
    width: 1000px; /* 固定寬度 */
    height: 50px; /* 固定高度 */
    background-color: #f5f5f5; /* 背景顏色 */
    text-align: center; /* 文字水平置中 */
    line-height: 50px; /* 文字垂直置中 */
    border-top: 1px solid #ddd; /* 分隔線 */
    font-size: 14px; /* 字體大小 */
    color: #333; /* 字體顏色 */
    margin: 0;
    padding: 0;
}









.page-footer p {
    margin: 0;               /* 移除段落預設外邊距 */
	
}

