<?xml version="1.0"  encoding="utf-8" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<script language="JavaScript" type="text/JavaScript">
var myHTTP_USER_AGENT;
    myHTTP_USER_AGENT = "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
var ifFireFox;
    ifFireFox = "N";
if (myHTTP_USER_AGENT.indexOf("Firefox") > 0)
{
    ifFireFox = "Y";
    //alert("This is Firefox! ");
}
var ifMSIE6;
    ifMSIE6 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 6.0") > 0)
{
    ifMSIE6 = "Y";
    //alert("This is IE 6! ");
}
var ifMSIE7;
    ifMSIE7 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 7.0") > 0)
{
    ifMSIE7 = "Y";
	//alert("This is IE 7! ");
}
</script>
<noscript><p>您的瀏覽器設定不支援Script, 但不影響您瀏覽資訊.<p></noscript>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DC.Title" content="常見問答集">
<meta name="DC.Subject" content="常見問答集">
<meta name="DC.Creator" content="行政院農業委員會動植物防疫檢疫局">
<meta name="DC.Description" content="">
<meta name="DC.Publisher" content="行政院農業委員會動植物防疫檢疫局">
<meta name="DC.Contributor" content="行政院農業委員會動植物防疫檢疫局">
<meta name="DC.Date" content="2006/9/28">
<meta name="DC.Type" content="網頁">
<meta name="DC.Format" content="Text">
<meta name="DC.Identifier" content="Baphiq-345030000G">
<meta name="DC.Relation" content="LP-1969">
<meta name="DC.Source" content="行政院農業委員會動植物防疫檢疫局">
<meta name="DC.Language" content="中文">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="行政院農業委員會動植物防疫檢疫局">
<meta name="Category.Theme" content="750">
<meta name="Category.Cake" content="J71">
<meta name="Category.Cake" content="A70">
<meta name="Category.Service" content="IZ0">
<title>行政院農業委員會動植物防疫檢疫局 - 常見問答集</title>
<link rel="stylesheet" type="text/css" href="xslGip/style2/css/style_1.css"/>
</head>
<body><a title=":::上方區域:::" class="Accesskey" href="
                np.asp?ctNode=1783&mp=14"></a><div id="headerSet">
<div class="WebTitle"><a href="mp.asp?mp=1"><img src="xslGip/style2/images/top.gif" alt="Top image"></a></div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="132"><param name="movie" value="xslGip/style2/swf/top.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"><embed src="xslGip/style2/swf/top.swf" width="100%" height="132" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed><div style="display:none ">行政院農業委員會動植物防疫檢疫局網頁上方動畫</div></object><div class="Base"><a title=":::導覽列:::" class="Accesskey" href="
                np.asp?ctNode=1783&mp=14"></a><span class="Accesskey">∣</span><a title="回總局網站" href="dp.asp?mp=1" accesskey="9">總局網站</a>|
                <a title="回首頁" accesskey="0" href="mp.asp?mp=14">首頁</a>|
		<a title="Meta分類檢索" href="http://meta.baphiq.gov.tw" target="_meta">分類檢索</a>|
                <a title="網站導覽" accesskey="1" href="
                        sitemap.asp?mp=14">網站導覽</a>|
                <a href="/bbssp.asp?xdurl=mail/mail.asp&R_mail=baphiq@mail.baphiq.gov.tw" target="_blank">聯絡我們</a>|
                <a href="dp.asp?mp=24">English</a></div>
</div>
<ul class="MainMenu" id="MainMenu">
<li><a href="dp.asp?mp=11" title="基隆分局">基隆分局</a></li>
<li><a href="dp.asp?mp=12" title="新竹分局">新竹分局</a></li>
<li><a href="dp.asp?mp=13" title="台中分局">台中分局</a></li>
<li><a href="dp.asp?mp=14" title="高雄分局">高雄分局</a></li>
</ul>
<table class="Layout" summary="排版表格">
<tr>
<td class="Left">
<div class="topMenu"><a title=":::主題選項:::" class="Accesskey" accesskey="U" href="
                np.asp?ctNode=1783&mp=14">:::</a></div><a title=":::左方區域:::" class="Accesskey" accesskey="L" href="
                np.asp?ctNode=1783&mp=14">:::</a><script language="JavaScript" type="text/JavaScript">
            var nowshowSubMenuLeft = "X";
            
            function showSubMenuLeft(id)
            {
				if(nowshowSubMenuLeft != id && id.indexOf("X") >= 0 && nowshowSubMenuLeft.indexOf("X") >= 0)
                {                                  
                    //alert(nowshowSubMenuLeft + ":" + id);
                    //window.status = nowshowSubMenuLeft + ":" + id
                    unShowSubMenuLeft(nowshowSubMenuLeft);
                    nowshowSubMenuLeft = id;                 
                }
                
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu  = document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                var flaH     = document.getElementById("headerSet");                //flash所在div
                var LeftMenu = document.getElementById("LeftMenu");                 //左邊MenuBar
                
                //移動到新的座標位置
                var x = LeftMenu.offsetLeft + LeftMenu.offsetWidth; 
                var y = objEvent.offsetTop + objEvent.offsetHeight;  
                
                if (ifFireFox=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 120;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                    }
                }
                if (ifMSIE6=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 20;
                        y = y + 132;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                        y = y - 30;
                    }
                        
                }
                if (ifMSIE7=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 140;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 50;
                        y = y - 30;
                    }
                }
                popmenu.style.left = x + "px";
                popmenu.style.top  = y + "px";
                popmenu.style.visibility = "visible";
            }
            
            function unShowSubMenuLeft(id)
            {
                if(id == "X")
                {
                    return;
                }
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu =  document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                popmenu.style.visibility = "hidden";
            }
        </script><noScript>
<div class="Pop_menu" style="visibility:visible; font-size:75%;">
<p><br>您的瀏覽器不支援javascript, 請由<a href="sitemap.asp" title="連結到網站導覽">網站導覽</a>進入次分類, 謝謝!!</p>
</div>
</noScript>
<ul class="Menu3"><span class="title" id="LeftMenu">常見問答集</span><li id="1958X"><a tabindex="I1026" href="np.asp?ctNode=1958&amp;CtUnit=655&amp;BaseDSD=7&amp;mp=14" title="高雄分局簡介">高雄分局簡介</a></li>
<li id="1959X"><a tabindex="I1027" href="lp.asp?ctNode=1959&amp;CtUnit=656&amp;BaseDSD=7&amp;mp=14" title="最新消息">最新消息</a></li>
<li id="2119X" onmouseover="javascript:showSubMenuLeft('2119X');" onmouseout="javascript:unShowSubMenuLeft('2119X');" onfocus="javascript:showSubMenuLeft('2119X');" onblur="javascript:unShowSubMenuLeft('2119X');"><a tabindex="I1028" onfocus="javascript:showSubMenuLeft('2119X');" href="np.asp?ctNode=2119&amp;mp=14" title="為民服務">為民服務</a></li>
<div class="Pop_menu" id="underMenuCatLeft2119X" onmouseover="javascript:showSubMenuLeft('2119X');" onmouseout="javascript:unShowSubMenuLeft('2119X');" onfocus="javascript:showSubMenuLeft('2119X');" onblur="javascript:unShowSubMenuLeft('2119X');"><span id="2120"><a tabindex="I1029" href="lp.asp?ctNode=2120&amp;CtUnit=657&amp;BaseDSD=7&amp;mp=14" title="為民服務">為民服務</a></span><span id="2371"><a tabindex="I1030" href="lp.asp?ctNode=2371&amp;CtUnit=1140&amp;BaseDSD=7&amp;mp=14" title="宣導摺頁">宣導摺頁</a></span><span id="2121" onmouseover="javascript:showSubMenuLeft('2121');" onmouseout="javascript:unShowSubMenuLeft('2121');" onfocus="javascript:showSubMenuLeft('2121');" onblur="javascript:unShowSubMenuLeft('2121');"><a onfocus="javascript:showSubMenuLeft('2121');" tabindex="I1031" href="np.asp?ctNode=2121&amp;mp=14" title="政風園地">政風園地</a></span><div class="Pop_menu" id="underMenuCatLeft2121" onmouseover="javascript:showSubMenuLeft('2121');" onmouseout="javascript:unShowSubMenuLeft('2121');" onfocus="javascript:showSubMenuLeft('2121');" onblur="javascript:unShowSubMenuLeft('2121');"><span id="2122"><a tabindex="I1032" href="np.asp?ctNode=2122&amp;CtUnit=981&amp;BaseDSD=7&amp;mp=14" title="政風簡介">政風簡介</a></span><span id="2123"><a tabindex="I1033" href="lp.asp?ctNode=2123&amp;CtUnit=982&amp;BaseDSD=7&amp;mp=14" title="法規輯要">法規輯要</a></span><span id="2125" onmouseover="javascript:showSubMenuLeft('2125');" onmouseout="javascript:unShowSubMenuLeft('2125');" onfocus="javascript:showSubMenuLeft('2125');" onblur="javascript:unShowSubMenuLeft('2125');"><a onfocus="javascript:showSubMenuLeft('2125');" tabindex="I1034" href="np.asp?ctNode=2125&amp;mp=14" title="宣導資料">宣導資料</a></span><div class="Pop_menu" id="underMenuCatLeft2125" onmouseover="javascript:showSubMenuLeft('2125');" onmouseout="javascript:unShowSubMenuLeft('2125');" onfocus="javascript:showSubMenuLeft('2125');" onblur="javascript:unShowSubMenuLeft('2125');"><span id="2126"><a tabindex="I1035" href="lp.asp?ctNode=2126&amp;CtUnit=983&amp;BaseDSD=7&amp;mp=14" title="廉政宣導">廉政宣導</a></span><span id="2127"><a tabindex="I1036" href="lp.asp?ctNode=2127&amp;CtUnit=984&amp;BaseDSD=7&amp;mp=14" title="廉政案例">廉政案例</a></span><span id="2128"><a tabindex="I1037" href="lp.asp?ctNode=2128&amp;CtUnit=985&amp;BaseDSD=7&amp;mp=14" title="政風小品">政風小品</a></span><span id="2129" onmouseover="javascript:showSubMenuLeft('2129');" onmouseout="javascript:unShowSubMenuLeft('2129');" onfocus="javascript:showSubMenuLeft('2129');" onblur="javascript:unShowSubMenuLeft('2129');"><a onfocus="javascript:showSubMenuLeft('2129');" tabindex="I1038" href="np.asp?ctNode=2129&amp;mp=14" title="反詐騙宣導">反詐騙宣導</a></span><div class="Pop_menu" id="underMenuCatLeft2129" onmouseover="javascript:showSubMenuLeft('2129');" onmouseout="javascript:unShowSubMenuLeft('2129');" onfocus="javascript:showSubMenuLeft('2129');" onblur="javascript:unShowSubMenuLeft('2129');"><span id="2364"><a tabindex="I1039" href="lp.asp?ctNode=2364&amp;CtUnit=1131&amp;BaseDSD=7&amp;mp=14" title="97年度">97年度</a></span><span id="2303"><a tabindex="I1040" href="lp.asp?ctNode=2303&amp;CtUnit=1078&amp;BaseDSD=7&amp;mp=14" title="96年度">96年度</a></span><span id="2131"><a tabindex="I1041" href="lp.asp?ctNode=2131&amp;CtUnit=1054&amp;BaseDSD=7&amp;mp=14" title="95年度">95年度</a></span><span id="2130"><a tabindex="I1042" href="lp.asp?ctNode=2130&amp;CtUnit=1031&amp;BaseDSD=7&amp;mp=14" title="94年度">94年度</a></span></div><span id="2132"><a tabindex="I1043" href="lp.asp?ctNode=2132&amp;CtUnit=987&amp;BaseDSD=7&amp;mp=14" title="反賄選宣導">反賄選宣導</a></span></div><span id="2133"><a tabindex="I1044" href="lp.asp?ctNode=2133&amp;CtUnit=988&amp;BaseDSD=7&amp;mp=14" title="檢舉專區">檢舉專區</a></span><span id="2374"><a tabindex="I1045" href="http://www.acp.moj.gov.tw/mp195.html" title="全民反貪資訊網(另開新視窗)" target="_blank">全民反貪資訊網</a></span><span id="2434"><a tabindex="I1046" href="lp.asp?ctNode=2434&amp;CtUnit=1175&amp;BaseDSD=7&amp;mp=14" title="保防教育宣導短片">保防教育宣導短片</a></span></div>
</div>
<li id="1961X"><a tabindex="I1047" href="lp.asp?ctNode=1961&amp;CtUnit=658&amp;BaseDSD=7&amp;mp=14" title="申報發證">申報發證</a></li>
<li id="1962X"><a tabindex="I1048" href="lp.asp?ctNode=1962&amp;CtUnit=659&amp;BaseDSD=7&amp;mp=14" title="輸出動物及產品檢疫">輸出動物及產品檢疫</a></li>
<li id="1963X"><a tabindex="I1049" href="lp.asp?ctNode=1963&amp;CtUnit=660&amp;BaseDSD=7&amp;mp=14" title="輸入動物及產品檢疫 ">輸入動物及產品檢疫 </a></li>
<li id="1964X"><a tabindex="I1050" href="lp.asp?ctNode=1964&amp;CtUnit=661&amp;BaseDSD=7&amp;mp=14" title="輸出植物及產品檢疫 ">輸出植物及產品檢疫 </a></li>
<li id="1965X"><a tabindex="I1051" href="lp.asp?ctNode=1965&amp;CtUnit=662&amp;BaseDSD=7&amp;mp=14" title="輸入植物及產品檢疫 ">輸入植物及產品檢疫 </a></li>
<li id="1966X"><a tabindex="I1052" href="lp.asp?ctNode=1966&amp;CtUnit=663&amp;BaseDSD=7&amp;mp=14" title="屠宰衛生檢查">屠宰衛生檢查</a></li>
<li id="1971X"><a tabindex="I1053" href="lp.asp?ctNode=1971&amp;CtUnit=664&amp;BaseDSD=7&amp;mp=14" title="出入境旅客注意事項">出入境旅客注意事項</a></li>
<li id="1972X"><a tabindex="I1054" href="lp.asp?ctNode=1972&amp;CtUnit=665&amp;BaseDSD=7&amp;mp=14" title="燻蒸消毒處理作業">燻蒸消毒處理作業</a></li>
<li id="1967X"><a tabindex="I1055" href="/np.asp?ctNode=1795&amp;mp=1" title="相關法規(另開新視窗)" target="_blank">相關法規</a></li>
<li id="1968X"><a tabindex="I1056" href="lp.asp?ctNode=1214&amp;CtUnit=539&amp;BaseDSD=13&amp;mp=1" title="表單下載(另開新視窗)" target="_blank">表單下載</a></li>
<li id="1969X"><a tabindex="I1057" href="lp.asp?ctNode=1969&amp;CtUnit=666&amp;BaseDSD=7&amp;mp=14" title="常見問答集">常見問答集</a></li>
<li id="1970X"><a tabindex="I1058" href="lp.asp?ctNode=1970&amp;CtUnit=667&amp;BaseDSD=7&amp;mp=14" title="檢疫成果園地">檢疫成果園地</a></li>
<li id="2152X"><a tabindex="I1059" href="public/Data/9699534271.doc" title="中英對照詞彙表(另開視窗)(另開新視窗)" target="_blank">中英對照詞彙表(另開視窗)</a></li>
</ul><script language="JavaScript" type="text/JavaScript">
				var nowshowSubMenuLeft = "X";
        function showSubMenuLeft(id) 
				{					
					if(nowshowSubMenuLeft != id && id.indexOf("X") >= 0 && nowshowSubMenuLeft.indexOf("X") >= 0) 
					{                                  
            //alert(nowshowSubMenuLeft + ":" + id);
            //window.status = nowshowSubMenuLeft + ":" + id
            unShowSubMenuLeft(nowshowSubMenuLeft);
            nowshowSubMenuLeft = id;                 
          }               
          var objEvent = document.getElementById(id);                         //被按下的按鈕
          var popmenu  = document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
          var flaH     = document.getElementById("headerSet");                //flash所在div
          var LeftMenu = document.getElementById("LeftMenuMp");               //左邊MenuBar
                
          //移動到新的座標位置
          var x = LeftMenu.offsetLeft + LeftMenu.offsetWidth; 
          var y = objEvent.offsetTop + objEvent.offsetHeight;  
                
          if (ifFireFox=="Y")
          {
						if (id.indexOf('X') > 0)
            {
							x = x - 10;
              y = y + 120;
            }
            if (id.indexOf('X') < 0)
            {
              x = x - 60;
            }
          }
          if (ifMSIE6=="Y")
          {
            if (id.indexOf('X') > 0)
            {
							x = x - 20;
              y = y + 132;
            }
            if (id.indexOf('X') < 0)
            {
              x = x - 60;
              y = y - 30;
            }
          }
          if (ifMSIE7=="Y")
          {
            if (id.indexOf('X') > 0)
						{
              x = x - 10;
              y = y + 80;
            }
            if (id.indexOf('X') < 0)
            {
              x = x - 50;
              y = y - 30;
            }
          }
          popmenu.style.left = x + "px";
          popmenu.style.top  = y + "px";
          popmenu.style.visibility = "visible";
        }
           
        function unShowSubMenuLeft(id)
        {
          if(id == "X")
          {
            return;
          }
          var objEvent = document.getElementById(id);                         //被按下的按鈕
          var popmenu =  document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
          popmenu.style.visibility = "hidden";
        }
      </script><ul class="Menu"><span class="title" id="LeftMenuMp">防檢疫業務</span><li id="1383X"><a tabindex="L1151" href="np.asp?ctNode=1383&amp;mp=14" title="綜合企劃">綜合企劃</a></li>
<li id="1384X"><a tabindex="L1165" href="np.asp?ctNode=1384&amp;mp=14" title="動物防疫">動物防疫</a></li>
<li id="1385X"><a tabindex="L1185" href="np.asp?ctNode=1385&amp;mp=14" title="動物檢疫">動物檢疫</a></li>
<li id="1386X"><a tabindex="L1204" href="np.asp?ctNode=1386&amp;mp=14" title="植物防疫">植物防疫</a></li>
<li id="1387X"><a tabindex="L1225" href="np.asp?ctNode=1387&amp;mp=14" title="植物檢疫">植物檢疫</a></li>
<li id="1388X"><a tabindex="L1251" href="np.asp?ctNode=1388&amp;mp=14" title="屠宰衛生">屠宰衛生</a></li>
</ul>
<ul class="Menu2">
<li><a href="ct.asp?xItem=11761&amp;ctNode=2205&amp;mp=14" title="主動公開資訊(另開新視窗)" target="_blank">主動公開資訊</a></li>
<li><a href="http://163.29.152.41/adesedi/" title="動物用藥品資訊管理系統(另開新視窗)" target="_blank">動物用藥品資訊管理系統</a></li>
<li><a href="ct.asp?xItem=13142&amp;ctNode=2205&amp;mp=14" title="動植物檢疫業者網路申報系統(另開新視窗)" target="_blank">動植物檢疫業者網路申報系統</a></li>
<li><a href="ct.asp?xItem=13140&amp;ctNode=2205&amp;mp=14" title="綠色生活資訊網(另開新視窗)" target="_blank">綠色生活資訊網</a></li>
<li><a href="http://miweb.baphiq.gov.tw/index.aspx" title="國產合格禽肉販售地點查詢">國產合格禽肉販售地點查詢</a></li>
<li><a href="http://health99.doh.gov.tw/box2/smokefreelife/Default.aspx" title="健康九九衛生教育網(另開新視窗)" target="_blank">健康九九衛生教育網</a></li>
</ul>
<div class="S_Search">
<h3>查詢：</h3>
<div class="Search">
<form name="xgils_search" method="GET" action="http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query" target="_nwGIP" onsubmit="JSCRIPT: return doSearch()"><input name="content" type="text" class="Text" value="請輸入關鍵字" size="20" accesskey="S" onFocus="JSCRIPT: this.value='';"><input type="submit" class="Button" value="搜尋" title="查詢結果將呈現於新視窗"><a href="http://hysearch.baphiq.gov.tw/hysearch/dindex.htm" target="_blank" title="進階查詢(另開新視窗)">進階搜尋</a></form><script language="JavaScript" type="text/JavaScript">
		                    function doSearch() {
			                    window.open(encodeURI("http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query.exe?query=home&home=home&item_no=10&group=AA&check_group=yes&content="+xgils_search.content.value), "_blank");
			                    return false;
		                    }
		                </script><noscript>
<div>此為全文檢索script, 您可至<a href="http://hysearch.baphiq.gov.tw/hysearch/index.htm" title="HySearch網站(另開新視窗)" target="_HySaerch">HySearch網站</a>查詢.</div>
</noscript>
</div>
</div>
</td>
<td class="Center"><a title=":::主要內容區:::" class="Accesskey" accesskey="C" href="
                np.asp?ctNode=1783&mp=14">:::</a><div class="Path"><a title="回首頁" href="mp.asp?mp=14">高雄分局</a>常見問答集</div>
<ul class="Function">
<li><a title="查詢" class="Search2" href="qp.asp?CtNode=1969&CtUnit=666&BaseDSD=7&mp=14">查詢</a></li>
<li><a title="回上一頁" href="javascript:history.back();" class="Back">回上一頁</a><noScript>
<p>您的瀏灠器可能不支援 javascript. 您可以按 'Backspace'回上一頁</p>
</noScript>
</li>
</ul>
<div class="Page">
            共<span class="Number">1</span>頁·
            <span class="Number">7</span>筆資料
            </div><table class="DataTable2">
<tr>
<th>標題</th>
</tr>
<tr>
<td><a href="ct.asp?xItem=12949&amp;ctNode=1969&amp;mp=14" title="輸出動物檢疫常見問答集">輸出動物檢疫常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12950&amp;ctNode=1969&amp;mp=14" title="輸入動物檢疫常見問答集">輸入動物檢疫常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12955&amp;ctNode=1969&amp;mp=14" title="輸出植物檢疫常見問答集">輸出植物檢疫常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12956&amp;ctNode=1969&amp;mp=14" title="輸入植物檢疫常見問答集">輸入植物檢疫常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12957&amp;ctNode=1969&amp;mp=14" title="肉品檢查常見問答集">肉品檢查常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12958&amp;ctNode=1969&amp;mp=14" title="申報發證常見問答集">申報發證常見問答集</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12959&amp;ctNode=1969&amp;mp=14" title="進出金門地區檢疫常見問答集">進出金門地區檢疫常見問答集</a>
                    &nbsp;
                </td>
</tr>
</table><div class="Page">
            共<span class="Number">1</span>頁·
            <span class="Number">7</span>筆資料
            </div>
</td>
</tr>
</table><a title=":::下方區域:::" class="Accesskey" href="
                np.asp?ctNode=1783&mp=14"></a><div class="Bottom"><span style="float:right"><a href="http://www.coa.gov.tw/gwa/p07.html" title="本局榮獲農委會金網獎入圍網站獎(另開新視窗)" target="_blank"><img src="public/Data/75218512871.jpg" alt="本局榮獲農委會金網獎入圍網站獎(另開新視窗)"></a><a href="http://www.webguide.nat.gov.tw/enable.jsp?category=20061130164440" title="本網站通過第一級優先無障礙規範(另開新視窗)" target="_blank"><img src="public/Data/67513475153.gif" alt="本網站通過第一級優先無障礙規範(另開新視窗)"></a></span><p>行政院農業委員會動植物防疫檢疫局&nbsp;
                ｜<a title="版權宣告" href="
                np.asp?ctNode=1781&mp=14">版權宣告</a>｜<a title="資訊安全與隱私權宣告" href="
                np.asp?ctNode=1780&mp=14">資訊安全與隱私權宣告</a>｜<a title="無障礙網頁設計" href="
                np.asp?ctNode=1783&mp=14">無障礙網頁設計</a>｜</p><P>Copyright© 2006 All rights are reserved.版權所有，轉載必究<BR>80248 高雄市苓雅區海邊路 31 號4樓、5樓 <BR>5F., No. 31, Haibian Rd., Lingya Chiu, Kaohsiung, Taiwan 80248, R.O.C. <BR>電話：07-5360070　檢舉電話：0800262777　傳真：07-5360027　 <BR>E-Mail：<A title=寄信給kh-service@mail.khbaphiq.gov.tw href="/bbssp.asp?xdurl=mail/mail.asp&R_mail=kh-service@mail.khbaphiq.gov.tw">kh-service@mail.khbaphiq.gov.tw</A><BR>本局網站上所有圖片之版權係屬本局所有,不得任意轉載作商業用途，建議使用瀏覽器IE6.0以上版本，瀏覽解析度 800x600 或 1024x768<BR>本網站所提供之法規資訊等內容，依原機關所發布之公告(文)為準，如有疑義，請逕向原發布機關或本分局洽詢</P></div>
</body>
</html>
