<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>世界各国の貿易動向をサーチ [WTS]</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/" />
   <link rel="self" type="application/atom+xml" href="http://www.stat-trade.com/atom.xml" />
   <id>tag:www.stat-trade.com,2010://1</id>
   <updated>2009-11-14T00:30:08Z</updated>
   <subtitle>WTSでは”グローバル貿易の千里眼”をモットーに世界各国の貿易動向を調査分析しています。それら情報は書籍、CD-ROM、オンデマンドレポートの形でお届けしています。</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>

<entry>
   <title>クレジット対応フォーム　Purchase form (for credit card)</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/008/post-13/" />
   <id>tag:www.stat-trade.com,2009://1.135</id>
   
   <published>2009-10-24T06:54:24Z</published>
   <updated>2009-11-14T00:30:08Z</updated>
   
   <summary>     /**      * [関数名] chkHissu      * [機...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="008)購入フォーム　Purchase form" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<script type="text/javascript">
    /**
     * [関数名] chkHissu
     * [機　能] 必須項目入力チェック
     * [説　明] フォーム送信時に必須項目が全て入力されているか調べる
     * [引　数] 
     * @param frm フォームオブジェクト
     * [返り値]
     * @return true(必須項目が全て入力されている場合) | false(未入力がある場合)
    */
    function chkHissu(frm){
        /* 必須入力のname属性 */
        var hissu=Array("name","mailaddress","mailaddress2","country","zip","address","tel","fax");
        /* アラート表示用 */
        var hissu_nm = Array("氏名：Name","メールアドレス：Mailaddress：","メールアドレス（確認用）：Mail address for confirmation","配送先：Address for delivery","郵便番号：郵便番号","住所：Address","電話番号：Tel","ＦＡＸ番号：Fax");
        /* 必須入力の数 */
        var len=hissu.length;
        for(i=0; i<len; i++){
            var obj=frm.elements[hissu[i]];
            /* テキストボックス or テキストエリアが入力されているか調べる */
            if(obj.type=="text" || obj.type=="textarea"){
                if(obj.value==""){
                    /* 入力されていなかったらアラート表示 */
                    alert("「"+hissu_nm[i]+"」は必須入力項目です（indispensable input item）");
                    /* 未入力のエレメントにフォーカスを当てる */
                    frm.elements[hissu[i]].focus();
                    return false;
                }
            }else{
                /* radioボタンがチェックされているか調べる */
                for(var j=0, chk=0; j<obj.length; j++){
                    /* チェックされていたらchkフラグをプラス */
                    if(obj[j].checked) chk++;
                }
                if(chk==0){
                    /* 1つもチェックされていない場合はfalseを返してフォーム送信しない */
                    alert("「"+hissu_nm[i]+"」は必須入力項目です（indispensable input item）");
                    return false;
                }
            }
        }
		if ( document.form1.mailaddress.value == document.form1.mailaddress2.value )  {
		} else {
			alert("メールアドレスが間違っています。もう一度入力しなおしてください。<br>The mail address is wrong. Please input it again again.");
			return false;
		}
        /* 必須入力項目が全て入力されている場合はtrueを返してフォーム送信 */
        return true;
    }
</script>

<p><strong>※</strong>印は必須入力項目です。<br />
The sign is an indispensable input item.</p>
<form name="form1" method="post" action="/form/confirm.php" onsubmit="return chkHissu(this)">
<table width="95%" class="tbl-nomal">
	<tr>
	    <th><strong>※</strong>氏名<br />
        Name</th>
	    <td><input type="text" name="name" id="name" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>メールアドレス<br />
        Mailaddress</th>
	    <td><input type="text" name="mailaddress" id="mailaddress" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>メールアドレス（確認用）<br />
        Mail address(for confirmation)</th>
	    <td><input type="text" name="mailaddress2" id="mailaddress2" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th>法人名（法人の場合は必須）<br />
        Corporate name</th>
	    <td><input type="text" name="corp" id="corp" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>配送先（国）<br />
        Address for delivery (country)</th>
	    <td>
        <input name="country" type="radio" value="Japan" />Japan<br />
        <input name="country" type="radio" value="Asia" />Asia<br />
        <input name="country" type="radio" value="Oceania, Middle East, North & Central America, West Indies" />Oceania, Middle East, North & Central America, West Indies<br />
        <input name="country" type="radio" value="Europe" />Europe<br />
        <input name="country" type="radio" value="South America, Africa" />South America, Africa<br />
        </td>
	    </tr>
    <tr>
	    <th><strong>※</strong>郵便番号<br />
        ZIP code</th>
	    <td><input type="text" name="zip" id="zip" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th><strong>※</strong>住所<br />
        Address</th>
	    <td><input type="text" name="address" id="address" class="input-txt" style="width:200px;"></td>
	    </tr>
        
	<tr>
	    <th><strong>※</strong>電話番号<br />
        Tel<br />
        </th>
	    <td><input type="text" name="tel" id="tel" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th colspan="2">ご購入に至った経緯 Bought details</th>
	</tr>
    <tr>
        <td colspan="2"><select name="buy">
                <option value="" selected>▼選択してください(Select)</option>
                <option value="新聞広告(Newspaper ad)">新聞広告(Newspaper ad)</option>
                <option value="Web広告(Web advertisement)">Web広告(Web advertisement)</option>
                <option value="Web検索中に(While retrieving Web)">Web検索中に(While retrieving Web)</option>
                <option value="論文、記事などの引用を見て<br />(The quotations of the thesis and the article, etc. are seen.)">論文、記事などの引用を見て<br />
                (The quotations of the thesis and the article, etc. are seen.)</option>
                <option value="知人からのご紹介(Introduction of acquaintance)">知人からのご紹介(Introduction of acquaintance)</option>
                <option value="その他(Other)">その他(Other)</option>
            </select>
        </td>
    </tr>
    <tr>
    	<th colspan="2">購入書籍 Purchase book</th>
    </tr>
    <tr>
    	<td colspan="2">
        	<table>
            	<tr>
                	<th>朝鮮貿易年報2009<br />
                    'D.P.R.Korea Export and Import 2009 (Written in Japanese and English)'</th>
                    <td>
                    	<select name="count1">
                        	<option value="0">▼必要冊数（number of books）</option>
                            <option value="1">1</option>
                            <option value="2">2</option>
                            <option value="3">3</option>
                        </select>
                    </td>
                </tr>
                <tr>
                	<th>朝鮮貿易年報2008<br />
                    'D.P.R.Korea Export and Import 2008 (Written in Japanese and English)'</th>
                    <td>
                    	<select name="count2">
                        	<option value="0">▼必要冊数（number of books）</option>
                            <option value="1">1</option>
                            <option value="2">2</option>
                            <option value="3">3</option>
                        </select>
                    </td>
                </tr>
                <tr>
                	<th>朝鮮貿易年報2007<br />
                    'D.P.R.Korea Export and Import 2007 (Japanese version)'</th>
                    <td>
                    	<select name="count3">
                        	<option value="0">▼必要冊数（number of books）</option>
                            <option value="1">1</option>
                            <option value="2">2</option>
                            <option value="3">3</option>
                        </select>
                    </td>
                </tr>
                <tr>
                	<th>朝鮮貿易年報2007・英語版<br />
                    'D.P.R.Korea Export and Import 2007 (English version)'</th>
                    <td>
                    	<select name="count4">
                        	<option value="0">▼必要冊数（number of books）</option>
                            <option value="1">1</option>
                            <option value="2">2</option>
                            <option value="3">3</option>
                        </select>
                    </td>
                </tr>
                <tr>
                	<th>朝鮮民主主義人民共和国対貿易統計2006<br />
                    Trade Statistics Yearbook of Democratic People's Republic of Korea 2006</th>
                    <td>
                    	<select name="count5">
                        	<option value="0">▼必要冊数（number of books）</option>
                            <option value="1">1</option>
                            <option value="2">2</option>
                            <option value="3">3</option>
                        </select>
                    </td>
                </tr>
            </table>

    	</td>
    </tr>
    <tr>
	    <th colspan="2">コメント Comment</th>
	</tr>
    <tr>
        <td colspan="2">
        <textarea name="comment" style="width:97%;height:150px;"></textarea>
        </td>
    </tr>
</table>

<div style="padding:10px 0;">
    2006年版は日本語のみ。<br />
    2007年版は日本語版と英語版の二種類があります。<br />
    2008年版以降は日本語と英語の併記になります。<br />
    <br />
    2006 versions have only Japanese. <br />
    There are two kinds of 2007 versions (Japanese version and English version). <br />
    Japanese and English are described in parallel since 2008 versions.
</div>

<p style="padding:10px;text-align:center;">
    <input type="submit" name="button" id="button" value=" 確認(Confirmation) ">
</p>
</form>
]]>
      
   </content>
</entry>
<entry>
   <title>朝鮮貿易年報2009</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/001/03/03/" />
   <id>tag:www.stat-trade.com,2009://1.129</id>
   
   <published>2009-10-13T04:28:44Z</published>
   <updated>2009-11-12T08:08:20Z</updated>
   
   <summary>基本情報 	 		 			 			 			 			 			 			 			 		...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="03)朝鮮貿易年報2009" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>基本情報</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top">
			<img src="/image/item/2009/item-05.jpg" alt="朝鮮貿易年報2009" width="217" height="338" />
			</td>
			<td valign="top">
			<div align="center">
			<img src="/image/item/2009/banna.jpg" alt="朝鮮貿易年報2009" width="274" height="134" />
			</div>
			<div style="text-align: center; padding: 10px">
			<br />
			<br />
			<br />
			<a href="/005/">
			<img src="/image/item/btn-buy.jpg" alt="" width="168" height="34" />
			</a>
			</div>
			<br />
			<p align="center">
			<a href="/english/002/03/">English</a>
			</p>
			<br />
			</td>
		</tr>
		<tr>
			<td colspan="2" align="center" valign="top">
			<table cellspacing="0" width="100%" class="tbl-nomal">
				<tbody>
					<tr>
						<th>タイトル</th>
						<td>朝鮮貿易年報2009</td>
					</tr>
					<tr>
						<th>定価</th>
						<td>\12,600(税込)</td>
					</tr>
					<tr>
						<th>発行日</th>
						<td>2009年10月15日</td>
					</tr>
					<tr>
						<th>サイズ</th>
						<td>B5／210ページ</td>
					</tr>
					<tr>
						<th>編集発行</th>
						<td>WTS</td>
					</tr>
					<tr>
						<th>ISBNコード</th>
						<td>ISBN978-4-9903339-4-2-C3033</td>
					</tr>
					<tr>
						<th>言語</th>
						<td>日本語＆英語　同時掲載</td>
					</tr>
				</tbody>
			</table>
			</td>
		</tr>
	</tbody>
</table>
<br />
<h5>本書概要</h5>
<p style="padding-left: 15px">
　朝鮮民主主義人民共和国(北朝鮮)は貿易統計を基本的に公表しておらず、統計の体系的な収集が行われているかも定かではありません。<br />
　WTSでは、世界190余ヶ国の税関統計から同国との取引を「反面調査」する事により本書をまとめました。<br />
　同国がいつ、どの国と、どんな商品を、どれくらい輸出入したのかを統計とグラフを交え詳細に分析しました。<br />
　本書が関係各位の参考となれば幸いです。
</p>
<p style="padding-left: 15px">
・<u>通貨単位は全てUSドルに換算</u><br />
・<u>価格引き下げ　前年号￥34,650　&rarr;　今年号￥12,600</u><br />
・<u>詳細品目（HS6桁）は主要品目のみ掲載</u><br />
・<u>新たにHS2桁の品別国別統計を掲載（<a href="#look">ページ下に見本あり&darr;</a>）</u><br />
・<u>世界190余カ国の税関統計より反面調査。</u><br />
・<u>レアメタルや地下資源の輸出、石油などのエネルギー輸入の動向も分析。</u><br />
・<u>英訳文章を同時掲載。</u><br />
・<u>韓国との貿易（南北交易）をHSコードに変換し他国と比較。</u>
</p>
<br />
<h5>購入について</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top">・</td>
			<td>お支払いはクレジットカードと銀行振り込みがございます<br />
			送料はこちらが負担します。(国外は別)</td>
		</tr>
		<tr>
			<td valign="top">・</td>
			<td>図書館や公共機関のお客様は、一般書店を通じての仕入も可能です。</td>
		</tr>
	</tbody>
</table>
<p>
&nbsp;
</p>
<h5>本書目次</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top">１．</td>
			<td>概況</td>
		</tr>
		<tr>
			<td valign="top">２．</td>
			<td>国別統計</td>
		</tr>
		<tr>
			<td valign="top">３．</td>
			<td>品別統計</td>
		</tr>
		<tr>
			<td valign="top">４．</td>
			<td style="line-height: 140%">主要国別統計(上位10ヶ国＝ 中国、韓国、ブラジル、ベネズエラ、ペルー、インド、南アフリカ、シンガポール、ロシア、カタール)</td>
		</tr>
		<tr>
			<td valign="top">５．</td>
			<td>主要商品トピックス<br />
			<table cellspacing="5" width="100%" style="margin-left: 10px">
				<tbody>
					<tr>
						<td>1)</td>
						<td>石油の輸入</td>
					</tr>
					<tr>
						<td>2)</td>
						<td>レアメタルの輸出</td>
					</tr>
					<tr>
						<td>3)</td>
						<td>その他の地下資源（無煙炭、鉄鉱石、亜鉛、砂など）</td>
					</tr>
					<tr>
						<td>4)</td>
						<td>繊維製品の輸出</td>
					</tr>
					<tr>
						<td>5)</td>
						<td>水産物の輸出</td>
					</tr>
				</tbody>
			</table>
			</td>
		</tr>
		<tr>
			<td valign="top">６．</td>
			<td>主要国別品別統計(HSコード2けた)</td>
		</tr>
		<tr>
			<td valign="top">７．</td>
			<td>品別国別統計(HSコード2けた)‐輸出編</td>
		</tr>
		<tr>
			<td valign="top">８．</td>
			<td>品別国別統計(HSコード2けた)‐輸入編</td>
		</tr>
	</tbody>
</table>
<br />
<br />
<h5>本書で使われた統計グラフ等</h5>
<p>
(グラフをクリックすると拡大します)
</p>
<a id="look" name="look" title="look"></a>
<table cellspacing="5" width="95%">
	<tbody>
		<tr>
			<td valign="top">
			<p>
			<a rel="lightbox[]" href="/image/item/2009/j-item01-l.jpg">
			<img src="/image/item/2009/j-item01.jpg" alt="" width="250" height="202" />
			</a>
			</p>
			</td>
			<td valign="top">
			<p>
			<a rel="lightbox[]" href="/image/item/2009/j-item02-l.jpg">
			<img src="/image/item/2009/j-item02.jpg" alt="" width="250" height="149" />
			</a>
			</p>
			</td>
		</tr>
		<tr>
			<td valign="top">
			<p>
			<a rel="lightbox[]" href="/image/item/2009/j-item03-l.jpg">
			<img src="/image/item/2009/j-item03.jpg" alt="" width="250" height="150" />
			</a>
			</p>
			</td>
			<td valign="top">
			<p>
			<a rel="lightbox[]" href="/image/item/2009/j-item04-l.jpg">
			<img src="/image/item/2009/j-item04.jpg" alt="" width="250" height="336" />
			</a>
			</p>
			</td>
		</tr>
	</tbody>
</table>
<blockquote>
	<p>
	&nbsp;
	</p>
</blockquote>
<p>
<span style="color: #000000"><span style="color: #000000"><strong><span style="color: #000000">　※『朝鮮貿易年報2009』に誤植がありました。</span></strong></span></span>
</p>
<p>
<span style="color: #000000"><strong><span style="color: #000000">　詳細は以下のURLをご覧ください。</span></strong></span>
</p>
<p>
&nbsp;<a href="http://www.stat-trade.com/blog/appeal/">http://www.stat-trade.com/blog/appeal/</a>
</p>
<p>
&nbsp;
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>朝鮮貿易年報2008</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/001/02/2008/" />
   <id>tag:www.stat-trade.com,2008://1.75</id>
   
   <published>2008-10-02T07:33:19Z</published>
   <updated>2010-01-13T05:04:54Z</updated>
   
   <summary>基本情報 	 		 			 			 			 			 			 			 			 		...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="02)朝鮮貿易年報2008" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>基本情報</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top"><a rel="lightbox[]" href="/image/item/2008/item-05-l.jpg">
			<img src="http://www.stat-trade.com/image/item/2008/item-05.jpg" alt="朝鮮貿易年報2008" width="217" height="338" />
			</a></td>
			<td valign="top">
			<div align="center">
			<img src="http://www.stat-trade.com/image/item/2008/banna1.jpg" alt="朝鮮貿易年報2008" width="274" height="134" />
			</div>
			<div style="text-align: center; padding: 10px">
			<br />
			<br />
			<br />
			<a href="http://www.stat-trade.com/005/">
			<img src="http://www.stat-trade.com/image/item/btn-buy.jpg" alt="" width="168" height="34" />
			</a>
			</div>
			<br />
			<p align="center">
			<a href="http://www.stat-trade.com/english/">English</a>
			</p>
			<br />
			</td>
		</tr>
		<tr>
			<td colspan="2" align="center" valign="top">
			<table cellspacing="0" width="100%" class="tbl-nomal">
				<tbody>
					<tr>
						<th>タイトル</th>
						<td>朝鮮貿易年報2008</td>
					</tr>
					<tr>
						<th>定価</th>
						<td>\34,650(税込)</td>
					</tr>
					<tr>
						<th>発行日</th>
						<td>2008年10月7日</td>
					</tr>
					<tr>
						<th>サイズ</th>
						<td>B5／514ページ</td>
					</tr>
					<tr>
						<th>編集発行</th>
						<td>WTS</td>
					</tr>
					<tr>
						<th>ISBNコード</th>
						<td>ISBN978-4-9903339-3-5-C3033</td>
					</tr>
					<tr>
						<th>言語</th>
						<td>日本語＆英語　同時掲載</td>
					</tr>
				</tbody>
			</table>
			</td>
		</tr>
	</tbody>
</table>
<br />
<h5>本書概要</h5>
<p style="padding-left: 15px">
　朝鮮民主主義人民共和国(北朝鮮)は貿易統計を基本的に公表しておらず、統計の体系的な収集が行われているかも定かではありません。<br />
　WTSでは、世界190余ヶ国の税関統計から同国との取引を「反面調査」する事により本書をまとめました。<br />
　同国がいつ、どの国と、どんな商品を、どれくらい輸出入したのかを統計とグラフを交え詳細に分析しました。<br />
　本書が関係各位の参考となれば幸いです。
</p>
<p style="padding-left: 15px">
・<u>通貨単位は全てUSドルに換算</u><br />
・<u>HSコード6桁による詳細な品目統計を収録。(輸出2536品目、輸入3514品目)</u><br />
・<u>韓国との南北交易統計も別途掲載(輸出449品目、輸入803品目)</u><br />
・<u>レアメタルや地下資源の輸出、エネルギー輸入動向などの分析記事も掲載</u><br />
・<u>今年号より日本語と英訳文章を同時掲載</u><br />
・<u>世界各国のメディアや論文で引用されている書籍</u>
</p>
<br />
<h5>購入について</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top">・</td>
			<td>お支払は銀行口座振込となります。<br />
			指定口座への送金を頂き、こちらで確認次第に発送致します。<br />
			送金手数料はお客様のご負担となります。送料はこちらが負担します。(国外は別)<br />
			日本以外からのご注文は当WEBサイトからのみのご注文となります。</td>
		</tr>
		<tr>
			<td valign="top">・</td>
			<td>コリアブックセンター(東京都文京区白山)、レインボー通商(東京都千代田区神田神保町)においてもご購入が可能です。</td>
		</tr>
		<tr>
			<td valign="top">・</td>
			<td>図書館や公共機関のお客様は、一般書店を通じての仕入も可能です。</td>
		</tr>
	</tbody>
</table>
<p>
&nbsp;
</p>
<h5>本書目次</h5>
<table cellspacing="10" width="95%">
	<tbody>
		<tr>
			<td valign="top">１．</td>
			<td>概況</td>
		</tr>
		<tr>
			<td valign="top">２．</td>
			<td>国別統計</td>
		</tr>
		<tr>
			<td valign="top">３．</td>
			<td>品別統計</td>
		</tr>
		<tr>
			<td valign="top">４．</td>
			<td style="line-height: 140%">主要国別統計(上位10ヶ国＝ 中国、韓国、インド、ブラジル、タイ、ベネズエラ、ロシア、南アフリカ、香港、シンガポール)</td>
		</tr>
		<tr>
			<td valign="top">５．</td>
			<td>トピックス<br />
			<table cellspacing="5" width="100%" style="margin-left: 10px">
				<tbody>
					<tr>
						<td>1)</td>
						<td>石油の輸入</td>
					</tr>
					<tr>
						<td>2)</td>
						<td>レアメタルの輸出</td>
					</tr>
					<tr>
						<td>3)</td>
						<td>その他の地下資源（無煙炭、鉄鉱石、亜鉛、砂など）</td>
					</tr>
					<tr>
						<td>4)</td>
						<td>繊維製品の輸出</td>
					</tr>
					<tr>
						<td>5)</td>
						<td>水産物の輸出</td>
					</tr>
					<tr>
						<td>6)</td>
						<td>対米関係改善後の展望</td>
					</tr>
					<tr>
						<td>7)</td>
						<td>信頼性に疑問のある一部統計</td>
					</tr>
				</tbody>
			</table>
			</td>
		</tr>
		<tr>
			<td valign="top">６．</td>
			<td>主要国の品別統計(HSコード2けた)</td>
		</tr>
		<tr>
			<td valign="top">７．</td>
			<td>品別国別統計(HSコード6けた)‐輸出編　※全2,536品目</td>
		</tr>
		<tr>
			<td valign="top">８．</td>
			<td>品別国別統計(HSコード6けた)‐輸入編　※全3,514品目</td>
		</tr>
		<tr>
			<td valign="top">９．</td>
			<td>南北朝鮮間の交易統計（輸出449品目、輸入803品目）</td>
		</tr>
	</tbody>
</table>
<br />
<br />
<h5>本書で使われた統計グラフ等</h5>
<p>
(グラフをクリックすると拡大します)
</p>
<table cellspacing="5" width="95%">
	<tbody>
		<tr>
			<td valign="top">
			<h6>水産物の輸出</h6>
			<p>
			<a rel="lightbox[]" href="http://www.stat-trade.com/image/item/2008/j-item01-l.jpg">
			<img src="http://www.stat-trade.com/image/item/2008/j-item01.jpg" alt="水産物の輸出" width="249" height="135" />
			</a>
			</p>
			</td>
			<td valign="top">
			<h6>品別輸入推移</h6>
			<p>
			<a rel="lightbox[]" href="http://www.stat-trade.com/image/item/2008/j-item02-l.jpg">
			<img src="http://www.stat-trade.com/image/item/2008/j-item02.jpg" alt="品別輸入推移" width="250" height="147" />
			</a>
			</p>
			</td>
		</tr>
		<tr>
			<td valign="top">
			<h6>国別輸出比率</h6>
			<p>
			<a rel="lightbox[]" href="http://www.stat-trade.com/image/item/2008/j-item03-l.jpg">
			<img src="http://www.stat-trade.com/image/item/2008/j-item03.jpg" alt="国別輸出比率" width="251" height="200" />
			</a>
			</p>
			</td>
			<td valign="top">
			<h6>品別国別輸出統計 (HS6けた)</h6>
			<p>
			<a rel="lightbox[]" href="http://www.stat-trade.com/image/item/2008/j-item04-l.jpg">
			<img src="http://www.stat-trade.com/image/item/2008/j-item04.jpg" alt="品別国別輸出統計 (HS6けた)" width="252" height="351" />
			</a>
			</p>
			</td>
		</tr>
	</tbody>
</table>
<p>
&nbsp;
</p>
<p>
<span style="color: #000000"><span style="color: #000000"><strong><span style="color: #000000">　※『朝鮮貿易年報2008』に誤植がありました。</span></strong></span></span>
</p>
<p>
<span style="color: #000000"><strong><span style="color: #000000">　詳細は以下のURLをご覧ください。</span></strong></span>
</p>
<p>
&nbsp;<a href="http://www.stat-trade.com/blog/appeal/">http://www.stat-trade.com/blog/appeal/</a>
</p>
<p>
<a name="2006" title="2006"></a><!--shinobi1--><!--shinobi2-->
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>お問い合わせ・購入フォーム</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/0052/post-1/" />
   <id>tag:www.stat-trade.com,2008://1.56</id>
   
   <published>2008-04-25T01:54:13Z</published>
   <updated>2008-04-25T07:45:47Z</updated>
   
   <summary>※印は必須入力項目です。 	     	※お問い合わせ種別     	    書...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="お問い合わせ・購入フォーム" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<p><strong>※</strong>印は必須入力項目です。</p>
<form name="form1" method="post" action="http://www.stat-trade.com/cgi/contact/mpmail.cgi">
<table width="95%" class="tbl-nomal">
	<tr>
    	<th width="200px"><strong>※</strong>お問い合わせ種別</th><td>
    	    <input name="type" type="checkbox" value="書籍のご購入" />書籍のご購入
            <br />
            <input name="type" type="checkbox" value="CD-ROMのご購入" />CD-ROMのご購入
            <br />
            <input name="type" type="checkbox" value="その他のお問い合わせ" />その他のお問い合わせ
    	</td>
    </tr>
	<tr>
	    <th><strong>※</strong>氏名</th>
	    <td><input type="text" name="name" id="name" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>メールアドレス</th>
	    <td><input type="text" name="mailaddress" id="mailaddress" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th>法人名（法人の場合は必須）</th>
	    <td><input type="text" name="corp" id="corp" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>郵便番号</th>
	    <td><input type="text" name="zip" id="zip" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th><strong>※</strong>住所</th>
	    <td><input type="text" name="address" id="address" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>電話番号</th>
	    <td><input type="text" name="tel" id="tel" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th><strong>※</strong>ＦＡＸ番号</th>
	    <td><input type="text" name="fax" id="fax" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th>ご購入に至った経緯</th>
	    <td><select name="buy">
                <option value="" selected>▼選択してください</option>
                <option value="新聞広告">新聞広告</option>
                <option value="Web広告">Web広告</option>
                <option value="Web検索中に">Web検索中に</option>
                <option value="論文、記事などの引用を見て">論文、記事などの引用を見て</option>
                <option value="知人からのご紹介">知人からのご紹介</option>
                <option value="その他">その他</option>
            </select>
        </td>
    </tr>
    <tr>
    	<th width="200px">書籍の種別</th><td>
        <input name="kind" type="checkbox" value="朝鮮貿易年報2007" />朝鮮貿易年報2007<br />
        <input name="kind" type="checkbox" value="朝鮮民主主義人民共和国対貿易統計2006" />朝鮮民主主義人民共和国対貿易統計2006
    	</td>
    </tr>
    <tr>
	    <th>書籍注文冊数</th>
	    <td><select name="count">
                <option value="" selected>▼書籍のご購入ご希望の方のみ</option>
                <option value="一冊">一冊</option>
                <option value="二冊">二冊</option>
                <option value="三冊">三冊</option>
            </select>
        </td>
    </tr>
    <tr>
	    <th>CD-ROMの種別</th>
	    <td>CD-ROMをご購入の方のみ<br />
        <input name="cd-type" type="checkbox" value="月刊日中貿易統計" />月刊日中貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊日韓貿易統計" />月刊日韓貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊日米貿易統計" />月刊日米貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊食料貿易統計" />月刊食料貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊化学貿易統計" />月刊化学貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊繊維貿易統計" />月刊繊維貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊金属貿易統計" />月刊金属貿易統計
        </td>
    </tr>
	<tr>
	    <th>お問い合わせ内容</th>
	    <td><textarea name="comment" id="textarea2" style="width:300px;height:150px;"></textarea></td>
	    </tr>
</table>
<p style="padding:10px;text-align:center;">
    <input type="submit" name="button" id="button" value=" 確認 ">
</p>
</form>
]]>
      
   </content>
</entry>
<entry>
   <title>朝鮮民主主義人民共和国対外貿易統計2006</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/001/01/2006/" />
   <id>tag:www.stat-trade.com,2007://1.14</id>
   
   <published>2007-09-28T15:18:18Z</published>
   <updated>2007-10-19T01:59:58Z</updated>
   
   <summary>基本情報              image/item/item-19.jpg...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="01)朝鮮貿易年報2007" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>基本情報</h5>
<table width="95%" border="0" cellspacing="10">
    <tr>
        <td valign="top"><img src="<MTBlogURL>image/item/item-19.jpg" alt="朝鮮貿易年報2006"></td>
        <td valign="top">
            <div align="center">
            <img src="<MTBlogURL>image/item/banna3.jpg" alt="朝鮮貿易年報2006">
			</div>
            <!--
            朝鮮の貿易の全貌が分かる/ 世界190余ヶ国より反面調査<br>
            <strong style="font-size:18px">『朝鮮民主主義人民共和国 対外貿易統計2006』</strong>
            -->
            <div style="padding:10px;text-align:center">
            <br>
            <br>
            <br>
            <a href="<MTBlogURL>005/"><img src="<MTBlogURL>image/item/btn-buy.jpg"></a></div>
            </td>
        </tr>
        <tr>
        <td colspan="2" valign="top" align="center">
            <table width="100%" border="0" cellspacing="0" class="tbl-nomal">
                <tr>
                    <th>定価</th>
                    <td>\12,600(本体価格：\12,000)<BR></td>
                </tr>
                <tr>
                    <th>発行日</th>
                    <td>2006年9月発行<BR></td>
                </tr>
                <tr>
                    <th>サイズ</th>
                    <td>A4判　/ 228ページ</td>
                </tr>
                <tr>
                    <th>編集発行</th>
                    <td>WTS</td>
                </tr>
                <tr>
                    <th>ISBNコード</th>
                    <td>4-9903339-0-×-C3033</td>
                </tr>
            </table>
            <p align="left">当サイトからのご購入は代金引換のみとなっています。<br>
                (代引手数料、送料は定価に含む)</p>
        </td>
        </tr>
</table>
<br>

<h5>記事リンク</h5>
<table width="95%" border="0" cellspacing="5">
    <tr>
        <td valign="top">・</td>
        <td>韓国【edaily】において当方メルマガ記事が引用されました。<br>
            (BLOOMBERG転載)　<A href="http://www.edaily.co.kr/news/world/newsRead.asp?sub_cd=DD23&newsid=02568246582998704&clkcode=00202&DirCode=0050305&curtype=read" target="_blank">記事リンク</A></td>
    </tr>
    <tr>
        <td valign="top">・</td>
        <td>米国【BLOOMBERG NEWS】にて本書内容が引用されました。　<A href="http://www.bloomberg.com/apps/news?pid=newsarchive&sid=aWw.L_4C08jA" target="_blank">記事リンク</A>　　</td>
    </tr>
    <tr>
        <td valign="top">・</td>
        <td>米国【International Herald Tribune】紙にて同内容が引用されました。　<A href="http://www.iht.com/articles/2006/10/24/bloomberg/sxore.php" target="_blank">記事リンク</A>　　</td>
    </tr>
</table>
<BR>
	    　　	    </li>
</ul>

<h5>本書目次</h5>
<table width="95%" border="0" cellspacing="10">
    <tr>
        <td nowrap valign="top">１．</td>
        <td>概況</td>
    </tr>
    <tr>
        <td valign="top">２．</td>
        <td>国別統計 (国別ランキング、国別シェアなど)<BR></td>
    </tr>
    <tr>
        <td valign="top">３．</td>
        <td>品別統計 (HS97分類による輸出、輸入)<BR></td>
    </tr>
    <tr>
        <td valign="top">４．</td>
        <td>品別国別統計 (HS97分類による国別の輸出、輸入)<BR></td>
    </tr>
    <tr>
        <td valign="top">５．</td>
        <td>国別品別統計 (上位30ヶ国*の概況、品別統計、主な詳細品目)　<br>
            <br>
            *上位30ヶ国＝中国、韓国、タイ、ロシア、カタール、日本、ブラジル、シンガポール、メキシコ、ドイツ、インド、オランダ、チリ、スウェーデン、台湾、ポーランド、マレーシア、カナダ、パキスタン、スペイン、インドネシア、デンマーク、イタリア、豪州、ベルギー、フランス、南アフリカ、ブルガリア、米国</td>
    </tr>
</table>
]]>
      
   </content>
</entry>
<entry>
   <title>特定商取引に基づく事業者表示</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/004/post-11/" />
   <id>tag:www.stat-trade.com,2007://1.12</id>
   
   <published>2007-09-28T12:07:52Z</published>
   <updated>2007-09-28T12:08:04Z</updated>
   
   <summary>     商品価格：当サイト内の「書籍刊行物」ページで表記しています。     ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="004)ＷＴＳについて" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<blockquote>
<ul>
    <li>商品価格：当サイト内の「書籍刊行物」ページで表記しています。</li>
    <li>決済方法：当サイト内の「書籍刊行物」ページで表記しています。</li>
    <li>商品の引き渡し次期：当方指定口座へのご入金を確認後すぐに発送致します。<br>
    在庫がない場合は別途お知らせ致します。</li>
    <li>返品について：落丁、乱丁本はお取り換え致します。</li>
    <li>個人情報：お客さま情報はほかに使用することはございませんので安心してご利用下さい。</li>
</ul>
</blockquote>]]>
      
   </content>
</entry>
<entry>
   <title>会社情報</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/004/post-12/" />
   <id>tag:www.stat-trade.com,2007://1.25</id>
   
   <published>2007-09-28T12:06:17Z</published>
   <updated>2010-04-30T07:27:09Z</updated>
   
   <summary> 	 		 			会社名 			株式会社WTS (WTS Co.,Ltd) 		...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="004)ＷＴＳについて" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<table width="95%" class="tbl-nomal">
	<tbody>
		<tr>
			<th width="120">会社名</th>
			<td>株式会社WTS (WTS Co.,Ltd)</td>
		</tr>
		<tr>
			<th>代表者</th>
			<td>李達英 (Lee Dalyong) ＝代表取締役</td>
		</tr>
		<tr>
			<th>業務内容</th>
			<td>国際貿易情報の調査及び出版</td>
		</tr>
		<tr>
			<th>連絡先</th>
			<td>(ご連絡の際は<a href="http://www.stat-trade.com/005/">メールフォーム</a>をご利用下さい）</td>
		</tr>
		<tr>
			<th>出版社コード</th>
			<td>4-9903339</td>
		</tr>
	</tbody>
</table>
]]>
      
   </content>
</entry>
<entry>
   <title>事業概要</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/004/post-10/" />
   <id>tag:www.stat-trade.com,2007://1.11</id>
   
   <published>2007-09-28T12:06:16Z</published>
   <updated>2007-11-26T02:43:55Z</updated>
   
   <summary>当社で研究調査された内容は書籍、CD-ROM、オンデマンドリポート、メディア記事...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="004)ＷＴＳについて" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>当社で研究調査された内容は書籍、CD-ROM、オンデマンドリポート、メディア記事、学術論文、メールマガジンなどで発信しています。</h5>
<blockquote>
	<ul>
		<li>書籍事業：「朝鮮貿易年報(D.P.R.Korea Export &amp; Import)」など</li>
		<li>CD-ROM：「月刊日本貿易統計(Monthly Japan Trade Statistics)シリーズ」など</li>
		<li>オンデマンドリポート：各種商品の詳細な輸出入統計をオンデマンド調査(貿易商社などで利用)</li>
		<li>メディア記事：各種メディアで国際政治経済にまつわる記事を執筆</li>
		<li>学術論文：学術誌、フォーラムなどで研究内容を報告</li>
		<li>メールマガジン：毎月「朝鮮貿易ニュース(D.P.R.Korea&nbsp;Trade News)」を発信中</li>
	</ul>
</blockquote>
]]>
      
   </content>
</entry>
<entry>
   <title>プライバシーポリシー</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/007/post-9/" />
   <id>tag:www.stat-trade.com,2007://1.10</id>
   
   <published>2007-09-28T08:57:10Z</published>
   <updated>2007-10-03T01:17:44Z</updated>
   
   <summary>WTSは、当社が行う各種ウェブサイトサービス（以下「当ウェブサイト」と記します）...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="007)プライバシーポリシー" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<p>WTSは、当社が行う各種ウェブサイトサービス（以下「当ウェブサイト」と記します）をお客様に安心してご利用いただくために、個人情報の保護についての法令を遵守し、適正な収集、利用、管理は当社内において徹底することが最も重要であると考えています。当ウェブサイトをご利用いただく際にはこのプライバシー・ポリシーを十分にご理解いただき、同意をいただきました上で個人情報をご提供下さいますようお願い申し上げます。</p> 



<h5>1. 個人情報とは</h5>
<p>当社が当ウェブサイトを通じてお客様から提供を受ける住所、氏名、年齢、電話番号、メールアドレス等、お客様個人を識別できる情報またはお客様個人固有の情報をいいます。</p>



<p>当社が当ウェブサイトを通じてお客様より個人情報をご提供いただくのは当社業務の範囲に限定します。
これ以外での取得の場合には予めその目的を明示し、その必要な限度においてこれを行います。</p>



<h5>3. 個人情報の第三者への提供について</h5>
<p>当社は、当ウェブサイト上においてお客様よりご提供いただいた個人情報を、第三者に開示したり、譲渡したり、貸与したりしません。但し、次のいずれかに該当する場合、その限りではありません。<br>
・お客様の同意がある場合<br>
・法令に基づき司法機関、行政機関から法的義務を伴う要請を受けた場合 </p>



<h5>4. アクセスログファイルについて</h5>
<p>当社は、当ウェブサイトの利用傾向の分析、サイトの管理、ユーザー動向の探知、また集合的な使用の為の幅広い人口統計学的情報の収集に関してアクセスログ・ファイルを使用します。これにより、当社は、訪問されたページ、ページ滞在時間、サイトにアクセスする直前の場所、ユーザーのページ移動遷移の傾向ならびにブラウザおよびオペレーティング・システム等についての統計的なサイト利用情報を得ることができますが、個人特定情報の収集のために利用することはありません。</p>]]>
      
   </content>
</entry>
<entry>
   <title>サイトマップ</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/006/post-8/" />
   <id>tag:www.stat-trade.com,2007://1.9</id>
   
   <published>2007-09-28T08:56:02Z</published>
   <updated>2007-10-17T13:58:32Z</updated>
   
   <summary> 	 		書籍刊行物         	 				001/01/&quot;&gt;朝鮮貿易年報...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="006)サイトマップ" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<div class="sitemap">
	<ul>
		<li>書籍刊行物
        	<ul>
				<li class="end"><a href="<MTBlogURL>001/01/">朝鮮貿易年報2007</a></li>
			</ul>
		<li>その他サービス
			<ul>
				<li><a href="<MTBlogURL>002/01/post-2/">CD-ROM</a></li>
				<li class="end"><a href="<MTBlogURL>002/02/">調査サービス</a></li>
			</ul>
		</li>
		<li>WTSの配信ニュース
			<ul>
				<li class="end"><a href="<MTBlogURL>003/01/">朝鮮貿易ニュース</a></li>
			</ul>
		</li>
		<li><a href="<MTBlogURL>004/">WTSについて</a></li>
        <li><a href="<MTBlogURL>005/">お問い合わせ</a></li>
		<li><a href="<MTBlogURL>006/">サイトマップ</a></li>
		<li><a href="<MTBlogURL>007/">プライバシーポリシー</a></li>
	</ul>
</div>
]]>
      
   </content>
</entry>
<entry>
   <title>お問い合わせフォーム・購入フォーム</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/005/post-7/" />
   <id>tag:www.stat-trade.com,2007://1.8</id>
   
   <published>2007-09-28T08:55:43Z</published>
   <updated>2009-11-18T01:45:11Z</updated>
   
   <summary> 	 ※印は必須入力項目です。 	     	※お問い合わせ種別     	  ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="005)お問い合わせ・購入フォーム" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[
<div align="center" style="padding:20px 0 30px 0;">
	<a href="/008/"><img src="/image/item/Japanese_03.jpg" /></a>
</div>


<p><strong>※</strong>印は必須入力項目です。</p>
<form name="form1" method="post" action="http://www.stat-trade.com/form/mpmail.cgi">
<table width="95%" class="tbl-nomal">
	<tr>
    	<th width="200px"><strong>※</strong>お問い合わせ種別</th><td>
    	    <input name="type" type="checkbox" value="書籍のご購入" />書籍のご購入
            <br />
            <input name="type" type="checkbox" value="CD-ROMのご購入" />CD-ROMのご購入
            <br />
            <input name="type" type="checkbox" value="その他のお問い合わせ" />その他のお問い合わせ
    	</td>
    </tr>
	<tr>
	    <th><strong>※</strong>氏名</th>
	    <td><input type="text" name="name" id="name" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>メールアドレス</th>
	    <td><input type="text" name="mailaddress" id="mailaddress" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>メールアドレス（確認用）</th>
	    <td><input type="text" name="mailaddress2" id="mailaddress2" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th>法人名（法人の場合は必須）</th>
	    <td><input type="text" name="corp" id="corp" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>郵便番号</th>
	    <td><input type="text" name="zip" id="zip" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th><strong>※</strong>住所</th>
	    <td><input type="text" name="address" id="address" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th><strong>※</strong>電話番号</th>
	    <td><input type="text" name="tel" id="tel" class="input-txt" style="width:200px;"></td>
	    </tr>
    <tr>
	    <th><strong>※</strong>ＦＡＸ番号</th>
	    <td><input type="text" name="fax" id="fax" class="input-txt" style="width:200px;"></td>
	    </tr>
	<tr>
	    <th>ご購入に至った経緯</th>
	    <td><select name="buy">
                <option value="" selected>▼選択してください</option>
                <option value="新聞広告">新聞広告</option>
                <option value="Web広告">Web広告</option>
                <option value="Web検索中に">Web検索中に</option>
                <option value="論文、記事などの引用を見て">論文、記事などの引用を見て</option>
                <option value="知人からのご紹介">知人からのご紹介</option>
                <option value="その他">その他</option>
            </select>
        </td>
    </tr>
    <tr>
    	<th width="200px">書籍の種別</th><td>
        <input name="kind" type="checkbox" value="朝鮮貿易年報2009" />朝鮮貿易年報2009<br />
        <input name="kind" type="checkbox" value="朝鮮貿易年報2008" />朝鮮貿易年報2008<br />
        <input name="kind" type="checkbox" value="朝鮮貿易年報2007" />朝鮮貿易年報2007<br />
        <input name="kind" type="checkbox" value="朝鮮民主主義人民共和国対貿易統計2006" />朝鮮民主主義人民共和国対貿易統計2006
    	</td>
    </tr>
    <tr>
	    <th>書籍注文冊数</th>
	    <td><select name="count">
                <option value="" selected>▼書籍のご購入ご希望の方のみ</option>
                <option value="一冊">一冊</option>
                <option value="二冊">二冊</option>
                <option value="三冊">三冊</option>
            </select>
        </td>
    </tr>
    <tr>
	    <th>CD-ROMの種別</th>
	    <td>CD-ROMをご購入の方のみ<br />
        <input name="cd-type" type="checkbox" value="月刊日中貿易統計" />月刊日中貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊日韓貿易統計" />月刊日韓貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊日米貿易統計" />月刊日米貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊食料貿易統計" />月刊食料貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊化学貿易統計" />月刊化学貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊繊維貿易統計" />月刊繊維貿易統計<br />
        <input name="cd-type" type="checkbox" value="月刊金属貿易統計" />月刊金属貿易統計
        </td>
    </tr>
	<tr>
	    <th>お問い合わせ内容</th>
	    <td><textarea name="comment" id="textarea2" style="width:300px;height:150px;"></textarea></td>
	    </tr>
</table>
<p style="padding:10px;text-align:center;">
    <input type="submit" name="button" id="button" value=" 確認 ">
</p>
</form>
]]>
      
   </content>
</entry>
<entry>
   <title>活動理念</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/004/post-6/" />
   <id>tag:www.stat-trade.com,2007://1.7</id>
   
   <published>2007-09-28T08:51:57Z</published>
   <updated>2007-10-25T12:34:31Z</updated>
   
   <summary>”グローバル貿易の千里眼” 当社は世界各国の貿易動向を調査する研究・リサーチ機関...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="004)ＷＴＳについて" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>”グローバル貿易の千里眼”</h5>
<p>
当社は世界各国の貿易動向を調査する研究・リサーチ機関です。<br>
“いつ、どこで、どんなモノが、どれくらい動いたか？”という情報を地球規模でキャッチします。<br>
オープンソースと独自のソースを交え国際貿易経済を縦横に分析。<br>
膨大なデータを整理し、重要な要素を抜き出し、ゆがめられた情報を正し、分かりやすい形に編みこみ,有益な情報を発信します。<br>
国家政策、学術活動、ビジネス、報道、個人生活、それぞれのレベルにおいて、グローバリゼーションへの新たな視点を提供することが当社の活動理念です。
</p>
<!--shinobi1-->
<script type="text/javascript" src="http://x7.otoshiana.com/ufo/081996805"></script>
<noscript><a href="http://www.shinobi.jp/">
<img src="http://x7.otoshiana.com/bin/ll?081996805" border="0" alt=""></a></noscript>
<!--shinobi2-->
]]>
      
   </content>
</entry>
<entry>
   <title>朝鮮貿易通信</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/003/01/post-5/" />
   <id>tag:www.stat-trade.com,2007://1.6</id>
   
   <published>2007-09-28T08:51:41Z</published>
   <updated>2007-09-29T01:41:57Z</updated>
   
   <summary>このページはブログになります。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="01)朝鮮貿易通信" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      このページはブログになります。
      
   </content>
</entry>
<entry>
   <title>ＷＴＳの配信ニュース</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/003/post-4/" />
   <id>tag:www.stat-trade.com,2007://1.5</id>
   
   <published>2007-09-28T08:50:31Z</published>
   <updated>2007-09-28T13:51:38Z</updated>
   
   <summary>目次 １．日本の貿易動向2005年版　new!!          	内容   ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="003)ＷＴＳの配信ニュース" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<h5>目次</h5>
<br>
<h6>１．日本の貿易動向2005年版　<strong>new!!</strong></h6>
<table width="95%" border="0" cellspacing="0" class="tbl-nomal2">
    <tr>
    	<th width="60">内容</th>
        <td>1)過去の年度別貿易統計　1988年～2005年<br>
        2)2005年の品別貿易統計<br>
        3)2005年の国別貿易統計</td>
    </tr>
</table>

<br>
<h6>２．世界の貿易動向(2005年版) <strong>new!!</strong></h6>
<table width="95%" border="0" cellspacing="0" class="tbl-nomal2">
    <tr>
    	<th width="60">内容</th>
        <td>世界の貿易額ランキング</td>
    </tr>
</table>
<br>

<h6>３．中国の貿易動向(2005年版)</h6>
<table width="95%" border="0" cellspacing="0" class="tbl-nomal2">
    <tr>
    	<th width="60">内容</th>
        <td>編集中</td>
    </tr>
</table>
<br>

<h6>４．米国の貿易動向(2005年版)</h6>
<table width="95%" border="0" cellspacing="0" class="tbl-nomal2">
    <tr>
    	<th width="60">内容</th>
        <td>編集中</td>
    </tr>
</table>
<br>

<p>※本情報は以前のメルマガ「日本貿易ダイジェスト」を発展的に解消し編集掲載しているものです。</p>
]]>
      
   </content>
</entry>
<entry>
   <title>WTSの調査サービス</title>
   <link rel="alternate" type="text/html" href="http://www.stat-trade.com/002/02/post-3/" />
   <id>tag:www.stat-trade.com,2007://1.4</id>
   
   <published>2007-09-28T08:50:18Z</published>
   <updated>2007-10-25T12:33:32Z</updated>
   
   <summary>WTSでは研究調査の委託も請け負っています。 国際貿易動向について、マクロからミ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="002)その他サービス" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="02)調査サービス" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.stat-trade.com/">
      <![CDATA[<p>WTSでは研究調査の委託も請け負っています。<br>
国際貿易動向について、マクロからミクロまで様々な視点での調査が可能です。<br>
</p>
<p>関心のある方は<a href="<MTBlogURL>005">問い合わせフォーム</a>よりご一報下さい。</p>
<!--shinobi1-->
<script type="text/javascript" src="http://x7.otoshiana.com/ufo/081996803"></script>
<noscript><a href="http://www.shinobi.jp/">
<img src="http://x7.otoshiana.com/bin/ll?081996803" border="0" alt=""></a></noscript>
<!--shinobi2-->
]]>
      
   </content>
</entry>

</feed>
