
<html>

<title>:::::Key to Korea:::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="css/k2_jp.css" rel="stylesheet" type="text/css">


<!--background="img/sub_bg.gif" -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function OnSpotLayer(s,w,h, jTitle, eTitle, kTitle)
{

	if (!w) w = 600;
	if (!h) h = 400;

	var pixelBorder = 0;
	var titleHeight = 49;
	w += pixelBorder * 2;
	h += pixelBorder * 2 + titleHeight;

	var bodyW = document.body.clientWidth;
	var bodyH = document.body.clientHeight;

	var posX = (bodyW - w) / 2;
	var posY = (bodyH - h) / 2;

	hiddenSelectBox('hidden');

	/*** 백그라운드 레이어 ***/
	var obj = document.createElement("div");
	with (obj.style){
		position = "absolute";
		left = 0;
		top = 0;
		width = "100%";
		//height = "100%";
		height = document.body.scrollHeight;
		backgroundColor = "#000000";
		filter = "Alpha(Opacity=50)";
		opacity = "0.5";
	}
	obj.id = "objPopupLayerBg";
	document.body.appendChild(obj);

	/*** 내용프레임 레이어 ***/
	var obj = document.createElement("div");
	with (obj.style){
		position = "absolute";
		left = posX + document.body.scrollLeft;
		top = posY + document.body.scrollTop;
		width = w-20;
		height = h-49;
	//	backgroundColor = "#FFFFFF";
	//	border = "1px solid #FFFFFF";
	}
	obj.id = "objPopupLayer";
	document.body.appendChild(obj);

	/*** 타이틀바 레이어 ***/

	var tStr = "<table width='825' border='0' cellspacing='0' cellpadding='0'>";
	tStr = tStr + "<tr>";
    tStr = tStr + "<td><img src='img/detail_table_top.png'></td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "<tr bgcolor='#FFFFFF'> ";
	tStr = tStr + "<td align='center'><table width='801' border='0' cellspacing='0' cellpadding='0'>";
    tStr = tStr + "<tr bgcolor='#FFFFFF'> ";
    tStr = tStr + "<td height='37' bgcolor='#FFFFFF' align='center' background='img/top_bar.gif'><table width='96%' border='0' cellspacing='0' cellpadding='0'>";
	tStr = tStr + "<tr> ";
	tStr = tStr + "<td><table border='0' cellspacing='0' cellpadding='0'>";
	tStr = tStr + "<tr> ";
	tStr = tStr + "<td class='tit15_jp'>" + jTitle + "</td>";
	tStr = tStr + "<td width='20' align='center' class='tit15_jp'>/</td>";
	tStr = tStr + "<td class='tit15_en'>" + eTitle + "</td>";
	tStr = tStr + "<td width='20' align='center' class='tit15_jp'>/</td>";
	tStr = tStr + "<td class='tit15_jp'>" + kTitle + "</td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "</table></td>";
	tStr = tStr + "<td align='right'><img src='img/btn_close.gif' onclick='parent.OnCloseSpotLayer()' style='cursor:hand' border='0'></td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "</table></td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "</table></td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "<tr>";
    tStr = tStr + "<td height='10'></td>";
	tStr = tStr + "</tr>";
	tStr = tStr + "</table>";

	var topHead = document.createElement("div");
	with (topHead.style){
		position = "absolute";
		width = w;// - pixelBorder * 2 ;
		height = 49;//titleHeight;
		left = 0;
		top = 0//posY + document.body.scrollTop;//h - titleHeight - pixelBorder * 3 +5; //
		padding = "0 0 0 0";
		textAlign = "right";
//		backgroundColor = "#EEEEEE";
//		color = "#FFFFFF";
		font = "bold 11px tahoma";
	}
	topHead.innerHTML = tStr;
	obj.appendChild(topHead);

	var bStr = "<table width='825' height='12'>";
	bStr = bStr + "<tr>";
	bStr = bStr + "<td><img src='img/detail_table_btm.png'/></td>";
	bStr = bStr + "</tr>";
	bStr = bStr + "</table>";

	var bottom = document.createElement("div");
	with (bottom.style){
		position = "absolute";
		width = w - pixelBorder * 2 ;
		height = 12;//titleHeight;
		left = -3;
		top = h -6//- titleHeight-20;//h + titleHeight - pixelBorder * 3 +5;
		padding = "0 0 0 0";
		textAlign = "right";
//		backgroundColor = "#EEEEEE";
//		color = "#FFFFFF";
		font = "bold 11px tahoma";
	}
	bottom.innerHTML = bStr;
	obj.appendChild(bottom);

	/*** 아이프레임 ***/
	var ifrm = document.createElement("iframe");
	with (ifrm.style){
		width = w;
		height = h - pixelBorder * 2 - titleHeight - 3;
	//	border = "3 solid #000000";
		position = "absolute";
		padding = "10 0 0 0 ";
		top = 49;
		left = 0;
	}
	ifrm.frameBorder = 0;
	ifrm.src = s;
	ifrm.id = "Lypop";
	//ifrm.className = "scroll";
	obj.appendChild(ifrm);	
}

function OnCloseSpotLayer()
{
	hiddenSelectBox('visible');
	_ID('objPopupLayer').parentNode.removeChild( _ID('objPopupLayer') );
	_ID('objPopupLayerBg').parentNode.removeChild( _ID('objPopupLayerBg') );
}

function hiddenSelectBox(mode)
{
	var obj = document.getElementsByTagName('select');
	for (i=0;i<obj.length;i++){
		obj[i].style.visibility = mode;
	}
}

function onPerTheme(themeCode, thaNum)
{
	document.spotForm.tCode.value	 = themeCode;
	document.spotForm.taNum.value	 = thaNum;
	document.spotForm.action		 = "tour_spot.asp";
	document.spotForm.submit();
}

function onPerArea(themeCode, thaNum)
{
	document.spotForm.aCode.value	 = themeCode;
	document.spotForm.aaNum.value	 = thaNum;
	document.spotForm.action		 = "tour_spot.asp";
	document.spotForm.submit();
}

function onPerCate(themeCode, thaNum)
{
	document.spotForm.cCode.value	 = themeCode;
	document.spotForm.caNum.value	 = thaNum;
	document.spotForm.action		 = "tour_spot.asp";
	document.spotForm.submit();
}
//-->
</script>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"  class="BACKGROUND" onLoad="MM_preloadImages('img/m01_01on.png','img/m01_02on.png','img/m01_03on.png','img/m01_04on.png','img/m01_05on.png','img/m01_06on.png','img/m01_07on.png','img/m01_08on.png','img/m01_09on.png','img/m01_10on.png','img/m01_11on.png','img/m01_12on.png','img/m01_13on.png','img/m02_01on.png','img/m02_011on.png','img/m02_012on.png','img/m02_013on.png','img/m02_04on.png','img/m02_02on.png','img/m02_03on.png','img/m02_014on.png','img/m03_01on.png','img/m03_02on.png','img/m03_03on.png','img/m03_04on.png','img/m04_01on.png','img/m05_01on.png','img/m05_02on.png','img/m06_01on.png','img/m06_02on.png','img/m06_03on.png','img/m07_01on.png','img/m07_02on.png','img/m07_03on.png','img/m08_01on.png','img/m08_02on.png','img/m08_03on.png','img/m08_04on.png','img/m09_01on.png','img/m09_02on.png','img/m09_03on.png')">
<!--한국문화이야기 메뉴바-->
<form name="spotForm" method="post">
<input type="hidden" name="tCode" value="07">
<input type="hidden" name="taNum" value="0">
<input type="hidden" name="aCode" value="SEL">
<input type="hidden" name="aaNum" value="0">
<input type="hidden" name="cCode" value="K1">
<input type="hidden" name="caNum" value="0">
<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
  <tr bgcolor="#FFFFFF">
    <td align="center" background="/images/menu_bg.gif">
<link href="css/k2_jp.css" rel="stylesheet" type="text/css">
<Script src="/script/common2.js"></Script>
<Script src="/js/common/common.js"></script>
<Script Language="JavaScript">
<!--
function OnReady()
{
	alert("Ǫ");
	return;
}

function OnShowPopup()
{
	var			width	= 389;
	var			height	= 337;

	newWin=window.open("pop_beta.html",'newWin','height=' + height + ',width=' + width + ',top=110 ,left=110, scrollbars=no');
	newWin.focus();
}

function OnCheckMovePage()
	{
		var szUserID = "";

		if (szUserID=="")
		{
			alert("お先にログインしてください。");
			popupLayer('/mypage/member.asp?gubun=login&tempUrl=',440,300);
		}
		else
		{
			document.location.href="/myPage.asp";
		}
	}
//-->
</Script>
<table width="930" border="0" cellspacing="0" cellpadding="0" background="/images/menu_bg.gif" >
  <tr background="/images/menu_bg.gif"> 
	<td width="160" height="22"></td>
	<td align="right" valign="bottom" style="padding:0 40 0 0;">
	 <!--<table border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td>
			<a href="javascript:popupLayer('/mypage/member.asp?gubun=login&tempUrl=/default.asp',440,300)" onfocus="this.blur()"><img src="/images/btn_login.gif" border="0"></a>
		  </td>
		 αÿ ̼ ־ּ
		  <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td width="10"></td>
		  <td><a href="/mypage/UserReg.asp" onfocus="this.blur()"><img src="/images/btn_join02.gif" border="0" ></a></td>
		  <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td><a href="/MyPage.asp" onfocus="this.blur()"><img src="/images/btn_mypage02.gif" border="0" ></a></td>
		   <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td><a href="/notice_list.asp" onfocus="this.blur()"><img src="/images/btn_cs01.gif" border="0" ></a></td>
		</tr>
	  </table>-->
	  <table border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td >
			
			<a href="javascript:javascript:popupLayer('/mypage/member.asp?gubun=login&tempUrl=',440,300)" onfocus="this.blur()"><img src="/images/btn_login.gif" border="0"></a>
			
		  </td>
		  
		  <td width="10"></td>
		  <td><a href="javascript:popupLayer('/mypage/UserReg.asp',580,616);" onfocus="this.blur()"><img src="/images/btn_join02.gif" border="0" ></a></td>
		  <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td><a href="javascript:OnCheckMovePage()" onfocus="this.blur()"><img src="/images/btn_mypage02.gif" border="0" ></a></td>
		   <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td><a href="/notice_list.asp" onfocus="this.blur()"><img src="/images/btn_cs01.gif" border="0" ></a></td>
		  <td style="padding:0 8 0 8;"><img src="/images/line01.gif"></td>
		  <td><a href="mailto:webmaster@keytokorea.com" onfocus="this.blur()"><img src="/images/btn_email.gif" border="0" ></a></td>
		</tr>
	  </table>
	 </td>
  </tr>
  <tr> 
	<td rowspan="2" align="center" valign="top"><a href="http://www.key2korea.com" onfocus="this.blur()"><img src="/images/btn_mainlogo.gif" width="97" height="71" border="0"></a></td>
	<td align="right" valign="bottom" style="padding:40 40 0 0;"><table border="0" cellspacing="0" cellpadding="0">
		<tr> 
		  <td style="padding:0 25 0 0;"><a href="../story_main.asp" onfocus="this.blur()"><img src="/images/btn_main01.gif" border="0" ></a></td>
		  <td style="padding:0 25 0 0;"><a href="../camp_main.asp" onfocus="this.blur()"><img src="/images/btn_main02.gif" border="0" ></a></td>
		  <td style="padding:0 25 0 0;"><a href="../tour_main.asp" onfocus="this.blur()"><img src="/images/btn_main03.gif" border="0" ></a></td>
		  <td style="padding:0 25 0 0;"><a href="../academy_main1.asp" onfocus="this.blur()"><img src="/images/btn_main04.gif" border="0" ></a></td>
		  <td><a href="../event.asp" onfocus="this.blur()"><img src="/images/btn_main05.gif" border="0" ></a></td>
		</tr>
	  </table></td>
  </tr>
  <tr> 
	<td height="40"></td>
  </tr>
</table></td>
  </tr>
  <tr>
	<td align="center" style="padding-top:20px">
	  <table width="930" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td style="padding:3 0 0 0;" valign="top">
		  <!--ѱ̾߱ ޴-->
<Script Language="JavaScript">
<!--
function onNotYetOpen()
{
	alert("申し訳ありません。  ただいま準備中です。");
}
//-->
</Script>
<table width="209" border="0" cellspacing="0" cellpadding="0">
  <tr> 
	<!--background="img/leftmenu_bg.png"-->
	<td height="309" align="right" valign="top" background="img/leftmenu_bg.png" ><table width="195" border="0" cellspacing="0" cellpadding="0">
		<tr> 
		  <td align="right" style="padding:40 15 10 0;"><img src="img/tit_m03.png" ></td>
		</tr>
		<tr> 
		  <td height="1" align="right" bgcolor="404040"></td>
		</tr>
		<tr> 
		  <td align="right" style="padding:8 15 1 0;"><a href="tour_route01.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image55','','img/m03_01on.png',1)"><img src="img/m03_01.png" name="Image55" border="0"></a></td>
		</tr>
		<tr> 
		  <td height="22" align="right"  style="padding:0 15 0 0;"><a href="tour_spot.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image56','','img/m03_02on.png',1)"><img src="img/m03_02.png" name="Image56"  border="0"></a></td>
		</tr>
		<tr> 
		  <td height="22" align="right"  style="padding:0 15 0 0;"><a href="story_post.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image57','','img/m03_03on.png',1)"><img src="img/m03_03.png" name="Image57" border="0"></a></td>
		</tr>
		<!-- tour_comment.asp<tr> 
		  <td height="22" align="right"  style="padding:0 15 0 0;"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image58','','img/m03_04on.png',1)"><img src="img/m03_04.png" name="Image58"  border="0"></a></td>
		</tr> -->
	  </table></td>
  </tr>
</table>
<!--ѱ̾߱ ޴ٳ-->
			</td>
          <td>
			<!--------------------Content------------------------------------->
			<table width="720" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td><table width="720" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td colspan="3"><img src="img/bg_top.png" ></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td width="32"></td>
          <td width="656" style="padding:0 0 50 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="25" align="right" valign="top"><table border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td class="his12_en"><a href="index.asp" onfocus="this.blur()">Home</a></td>
                      <td width="15" align="center" class="no3_9">&gt;</td>
                      <td class="his12_jp""><a href="tour_main.asp" onfocus="this.blur()">韓国旅行ストーリー</a></td>
                      <td width="15" align="center" class="no3_9">&gt;</td>
                      <td class="name12_jp"> 韓国旅行スポット </td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td> <img src="images/tit_b_03_02.gif"></td>
              </tr>
              <tr> 
                <td height="1"></td>
              </tr>
              <tr> 
                <td style="padding:18 0 0 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="297" align="center" background="images/img_course_bg.jpg" style="padding:32 0 0 0;"><table width="92%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td width="10" align="left"></td>
                            <td width="170" align="left"><table border="0" cellpadding="0" cellspacing="0">
                                <tr> 
                                  <td height="22" class="txt12_b_jp"> <a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=351', 825, 700, '效齋(ヒョジェ)', 'Hyojae', '효재')" onfocus="this.blur()">效齋(ヒョジェ)</a> </td>
                                </tr>
                                <tr> 
                                  <td><a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=351', 825, 700, '效齋(ヒョジェ)', 'Hyojae', '효재')" onfocus="this.blur()"><img src="images/tour_spot01.gif" width="170" height="108" border="0"></a></td>
                                </tr>
                                <tr> 
                                  <td style="padding:8 0 8 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td class="txt12_jp" >ショールーム</td>
                                            </tr>
                                          </table></td>
                                        <td align="right"><img src="img/4_rstar.gif"></td>
                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td><table border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td class="txt12_9_jp" >ソウル</td>
                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td height="1" class="g_line"></td>
                                </tr>
                                <tr> 
                                  <td class="txt12_9_jp" style="padding:5 0 0 0;">韓国的Eco暮らしが創造される所</td>
                                </tr>
                              </table></td>
                            <td width="15"></td>
                            <td width="170"><table border="0" cellpadding="0" cellspacing="0">
                                <tr> 
                                  <td height="22" class="txt12_b_jp"><a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=318', 825, 700, '張紙房(チャンジバン)', 'Jangjibang', '장지방')" onfocus="this.blur()">張紙房(チャンジバン)</a></td>
                                </tr>
                                <tr> 
                                  <td><a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=318', 825, 700, '張紙房(チャンジバン)', 'Jangjibang', '장지방')" onfocus="this.blur()"><img src="images/tour_spot02.gif" width="170" height="108" border="0"></a></td>
                                </tr>
                                <tr> 
                                  <td style="padding:8 0 8 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td class="txt12_jp" >ショールーム</td>

                                            </tr>
                                          </table></td>
                                        <td align="right"><img src="img/4_rstar.gif"></td>
                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td><table border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td class="txt12_9_jp" >京畿道(キョンギド)</td>

                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td height="1" class="g_line"></td>
                                </tr>
                                <tr> 
                                  <td class="txt12_9_jp" style="padding:5 0 0 0;">100年を継いできた家業、1000年を保つ紙 </td>
                                </tr>
                              </table></td>
                            <td width="15"></td>
                            <td width="170" align="right"><table border="0" cellpadding="0" cellspacing="0">
                                <tr> 
                                  <td height="22" class="txt12_b_jp"><a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=290', 825, 700, '聞慶窯(ムンギョンヨ)', 'Mungyeongyo', '문경요')" onfocus="this.blur()">聞慶窯(ムンギョンヨ)</a></td>
                                </tr>
                                <tr> 
                                  <td><a href="javascript:OnSpotLayer('spot_detail.asp?ulSpotID=290', 825, 700, '聞慶窯(ムンギョンヨ)', 'Mungyeongyo', '문경요')" onfocus="this.blur()"><img src="images/tour_spot03.gif" width="170" height="108" border="0"></a></td>
                                </tr>
                                <tr> 
                                  <td style="padding:8 0 8 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td class="txt12_jp" >ショールーム</td>
                                            </tr>
                                          </table></td>
                                        <td align="right"><img src="img/4_rstar.gif"></td>
                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td><table border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td class="txt12_9_jp" >慶尚北道(キョンサンブクド</td>
                                      </tr>
                                    </table></td>
                                </tr>
                                <tr> 
                                  <td height="1" class="g_line"></td>
                                </tr>
                                <tr> 
                                  <td class="txt12_9_jp" style="padding:5 0 0 0;">韓国伝統陶芸の脈 聞慶窯(ムンギョンヨ)</td>
                                </tr>
                              </table></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td style="padding:25 0 8 0;"><img src="images/tit_s_27.gif" ></td>
              </tr>
              <tr> 
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="10" height="10"><img src="images/spot_box02.gif" ></td>
                      <td width="636" background="images/spot_box03.gif"></td>
                      <td><img src="images/spot_box04.gif" ></td>
                    </tr>
                    <tr> 
                      <td background="images/spot_box05.gif"></td>
                      <td height="100" align="center" valign="bottom" bgcolor="eeeeee" style="padding:0 0 3 0;"><table width="621" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td align="center" style="padding:10 0 10 0;"><table width="95%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <!--테마마다 링크를 걸어주세요-->
                                              <td class="spot_txt12_jp"><a href="javascript:onPerTheme('07',0)">家庭料理(8)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('09',1)">キムチ(0)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('12',2)">韓服と暮らし(3)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('08',3)">漆(2)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('04',4)">テンプルステイ(8)</a>&nbsp;&nbsp;<span class="txt11_en">|</span><BR>
                                                <a href="javascript:onPerTheme('11',5)">茶(3)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('01',6)">陶磁器(2)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('05',7)">皇龍寺跡、弥勒寺跡(0)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('06',8)">ハングルと世宗大王(6)</a>&nbsp;&nbsp;<span class="txt11_en">|</span><BR>
                                                <a href="javascript:onPerTheme('10',9)">景福宮と天象列次分野之図(3)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('14',10)">国立中央博物館(7)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('13',11)">酒と風流(3)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('15',12)">韓屋(7)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerTheme('03',13)">その他(33)</a></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box07.gif"></td>
                                  <td background="images/spot_box09.gif"></td>
                                  <td width="8" ><img src="images/spot_box08.gif"></td>
                                </tr>
                                <tr> 
                                  <td background="images/spot_box10.gif"></td>
                                  <td align="center" bgcolor="ffffff"><table width="98%" border="0" cellpadding="0" cellspacing="0">
                                      <tr> 
                                        <td width="110" align="center" ><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td><img src="images/icon_tm.jpg" ></td>
                                            </tr>
                                            <tr> 
                                                          <td height="20" align="center" ><img src="images/spot_list01_on.gif" border="0"></a></td>
                                            </tr>
                                            <tr> 
                                                          <td align="center"><img src="images/spot_list02.gif" border="0" ></a></td>
                                            </tr>
                                   
                                          </table></td>
                                        <td><table width="98%" height="125" border="0" cellpadding="0" cellspacing="0">
                                            <tr> 
                                              <td width="5" class="dot_line3"></td>
                                              <td width="20"></td>
                                              <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr>                                                     
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=304', 825, 700, 'デハン食堂', 'Daehan restaurant', '대한식당')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >デハン食堂</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=347', 825, 700, 'トンマッコル', 'Dongmakgol', '동막골')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >トンマッコル</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=333', 825, 700, '百潭スンドゥブ', 'Baekdam Sundubu', '백담순두부')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >百潭スンドゥブ</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=335', 825, 700, 'ソジチョガトォル', 'Seoji Choga Tteul', '서지초가뜰')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ソジチョガトォル</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=309', 825, 700, '連谷(ヨンゴク)クックチョグタン', 'yeongok kkukjeogutang', '연곡꾹저구탕')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >連谷(ヨンゴク)クックチョグタン</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江陵市(カンヌンシ）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=313', 825, 700, 'ホン・サンニ‘チョン梅農園’', 'hongssangri chungmaesil farm', '홍쌍리청매실농원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ホン・サンニ‘チョン梅農園’</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=331', 825, 700, 'ファンテチョン食堂', 'Hwangtae Village Restaurant', '황태촌식당')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ファンテチョン食堂</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=351', 825, 700, '效齋(ヒョジェ)', 'Hyojae', '효재')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >效齋(ヒョジェ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                   <td width="150"><table width="142" border="0" cellspacing="0" cellpadding="0">
														<tr> 
														  <td width="5" height="11"></td>
														  <td width="132"></td>
														  <td width="5"></td>
														</tr>
														<tr> 
														  <td></td>
														  <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
															  <tr> 
																<td width="25" rowspan="2"></td>
																<td class="txt12_48_jp" ></td>
															  </tr>
															  <tr> 
																<td class="txt11_jp" style="padding:0 0 2 0;"></td>
															  </tr>
															</table></td>
														  <td></td>
														</tr>
														<tr> 
														  <td width="5" height="5"></td>
														  <td></td>
														  <td width="5"></td>
														</tr>
													  </table></td> 
												
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table></td>
                                            </tr>
                                          </table></td>
                                      </tr>
                                    </table></td>
                                  <td background="images/spot_box11.gif"></td>
                                </tr>
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box12.gif" ></td>
                                  <td background="images/spot_box14.gif"></td>
                                  <td><img src="images/spot_box13.gif" ></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table></td>
                      <td background="images/spot_box06.gif"></td>
                    </tr>
                    <tr> 
                      <td colspan="3"><img src="images/spot_box01.gif" ></td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td style="padding:25 0 8 0;"><img src="images/tit_s_28.gif" ></td>
              </tr>
              <tr> 
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="10" height="10"><img src="images/spot_box02.gif" ></td>
                      <td width="636" background="images/spot_box03.gif"></td>
                      <td><img src="images/spot_box04.gif" ></td>
                    </tr>
                    <tr> 
                      <td background="images/spot_box05.gif"></td>
                      <td height="100" align="center" valign="bottom" bgcolor="eeeeee" style="padding:0 0 3 0;"><table width="621" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td align="center" style="padding:10 0 10 0;"><table width="95%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <!--테마마다 링크를 걸어주세요-->
                                              <td class="spot_txt12_jp"> <a href="javascript:onPerTheme('SEL',0)">ソウル(22)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('ICN',1)">仁川:インチョン(1)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('PUS',2)">釜山:プサン(0)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('KWJ',3)">光州:カンジュ(0)</a>&nbsp;&nbsp;<BR>
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('TAE',4)">大邱:テグ(0)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('DEJ',5)">大田:テジョン(0)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('USN',6)">蔚山:ウルサン(0)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('CJU',7)">済州島:チェジュ(0)</a>&nbsp;&nbsp;<BR>
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('QZK',8)">京畿道:キョンギド(5)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('QZW',9)">江原道:カンウォンド(10)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('HHS',10)">忠清南道:チュンチョンナムド(0)</a>&nbsp;&nbsp;<BR>
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('HNN',11)">忠清北道:チュンチョンブクド(0)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('GSS',12)">慶尚南道:キョンサンナムド(1)&nbsp;</a>&nbsp;<BR>
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('GSN',13)">慶尚北道:キョンサンブクド(14)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('JLS',14)">全羅南道:チョルラナムド(9)</a>&nbsp;&nbsp; 
                                                <span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerArea('JLB',15)">全羅北道:チョルラブクド(0)</a>&nbsp;&nbsp; 
                                              </td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box07.gif"></td>
                                  <td background="images/spot_box09.gif"></td>
                                  <td width="8" ><img src="images/spot_box08.gif"></td>
                                </tr>
                                <tr> 
                                  <td background="images/spot_box10.gif"></td>
                                  <td align="center" bgcolor="ffffff"><table width="98%" border="0" cellpadding="0" cellspacing="0">
                                      <tr> 
                                        <td width="110" align="center" ><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td style="padding:0 3 3 0;"><img src="images/icon_city.jpg" ></td>
                                            <tr> 
                                                          <td height="20" align="center" ><img src="images/spot_list01_on.gif" border="0"></td>
                                            </tr>
                                            <tr> 
                                                          <td align="center"><img src="images/spot_list02.gif" border="0" ></td>
                                            </tr>
                                          </table></td>
                                        <td><table width="98%" height="125" border="0" cellpadding="0" cellspacing="0">
                                                        <tr> 
                                                          <td width="5" class="dot_line3"></td>
                                                          <td width="20"></td>
                                                          <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=279', 825, 700, '嘉会(カフェ)博物館', 'GAHOE MUSEUM', '가회박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >嘉会(カフェ)博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=272', 825, 700, '景福宮(キョンボックン)', 'GYEONGBOKGUNG', '경복궁')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >景福宮(キョンボックン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=322', 825, 700, '光化門アートホール', 'Gwanghwamun Art Hall', '광화문아트홀')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >光化門アートホール</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=363', 825, 700, '国立民俗博物館', 'National Folk Museum of Korea', '국립민속박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立民俗博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=321', 825, 700, '国立中央博物館', 'National Museum of Korea', '국립중앙박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立中央博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=311', 825, 700, '東琳メドゥプ(組ひも)博物館', 'Dongnim Knot Museum', '동림매듭박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >東琳メドゥプ(組ひも)博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=349', 825, 700, '北岳スカイウェー', 'Bukak Skyway', '북악스카이웨이')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北岳スカイウェー</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=350', 825, 700, '北村韓屋(ハノク)村', 'Gahoe Korean Village', '북촌 한옥마을')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北村韓屋(ハノク)村</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=338', 825, 700, 'ブッチョン(北村)文化センター', 'Bukchon Culture Center', '북촌문화센터')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ブッチョン(北村)文化センター</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=278', 825, 700, '北村美術館', 'BUKCHONARTMUSEUM', '북촌미술관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北村美術館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=323', 825, 700, '三淸閣', 'SamcheongGak', '삼청각')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >三淸閣</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=342', 825, 700, '漆塗り工房', 'Lacquer Workshop', '생옻칠공방')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >漆塗り工房</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=339', 825, 700, '城楽苑', 'Sungrakwon', '성락원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >城楽苑</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=286', 825, 700, '世宗文化会館(セジョンムンファフェグァン)', 'SEJONG CENTER', '세종문화회관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >世宗文化会館(セジョンムンファフェグァン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=370', 825, 700, 'イ・ゴンマン-ロッデ免税店小公店', 'LeeGeonMaan in Lotte dutyfree So-Gong', '이건만 - 롯데 면세점 소공점')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >イ・ゴンマン-ロッデ免税店小公店</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=368', 825, 700, 'イ・ゴンマン - ロッテ百貨店明洞本店', 'LeeGeonMaan in Lotte Dep Myung-Dong', '이건만 - 롯데백화점 명동본점')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >イ・ゴンマン - ロッテ百貨店明洞本店</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=367', 825, 700, 'イ・ゴンマン- 仁寺2売場', 'leereonmaan in insa-dong', '이건만 - 인사2매장')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >イ・ゴンマン- 仁寺2売場</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=280', 825, 700, '国立古宮博物館', 'NATIONAL PALACE MUSEUM OF KOREA', '국립고궁박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立古宮博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=307', 825, 700, '空の水色の天然染色研究所', '', '하늘물빛전통천연염색연구소')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >空の水色の天然染色研究所</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=348', 825, 700, '漢江', 'Han River', '한강')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >漢江</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=360', 825, 700, '韓国伝統酒研究所', 'Korean Traditional Wine Research Laboratory', '한국 전통주 연구소')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >韓国伝統酒研究所</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=351', 825, 700, '效齋(ヒョジェ)', 'Hyojae', '효재')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >效齋(ヒョジェ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150"><table width="142" border="0" cellspacing="0" cellpadding="0">
														<tr> 
														  <td width="5" height="11"></td>
														  <td width="132"></td>
														  <td width="5"></td>
														</tr>
														<tr> 
														  <td></td>
														  <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
															  <tr> 
																<td width="25" rowspan="2"></td>
																<td class="txt12_48_jp" ></td>
															  </tr>
															  <tr> 
																<td class="txt11_jp" style="padding:0 0 2 0;"></td>
															  </tr>
															</table></td>
														  <td></td>
														</tr>
														<tr> 
														  <td width="5" height="5"></td>
														  <td></td>
														  <td width="5"></td>
														</tr>
													  </table></td> 
													  <td width="150"><table width="142" border="0" cellspacing="0" cellpadding="0">
														<tr> 
														  <td width="5" height="11"></td>
														  <td width="132"></td>
														  <td width="5"></td>
														</tr>
														<tr> 
														  <td></td>
														  <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
															  <tr> 
																<td width="25" rowspan="2"></td>
																<td class="txt12_48_jp" ></td>
															  </tr>
															  <tr> 
																<td class="txt11_jp" style="padding:0 0 2 0;"></td>
															  </tr>
															</table></td>
														  <td></td>
														</tr>
														<tr> 
														  <td width="5" height="5"></td>
														  <td></td>
														  <td width="5"></td>
														</tr>
													  </table></td> 
												
                                                              </tr>
                                                              <tr> 
                                                                <td height="10" colspan="3"></td>
                                                              </tr>
                                                            </table></td>
                                                        </tr>
                                                      </table></td>
                                      </tr>
                                    </table></td>
                                  <td background="images/spot_box11.gif"></td>
                                </tr>
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box12.gif" ></td>
                                  <td background="images/spot_box14.gif"></td>
                                  <td><img src="images/spot_box13.gif" ></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table></td>
                      <td background="images/spot_box06.gif"></td>
                    </tr>
                    <tr> 
                      <td colspan="3"><img src="images/spot_box01.gif" ></td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td style="padding:25 0 8 0;"><img src="images/tit_s_29.gif" ></td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="10" height="10"><img src="images/spot_box02.gif" ></td>
                      <td width="636" background="images/spot_box03.gif"></td>
                      <td><img src="images/spot_box04.gif" ></td>
                    </tr>
                    <tr> 
                      <td background="images/spot_box05.gif"></td>
                      <td height="100" align="center" valign="bottom" bgcolor="eeeeee" style="padding:0 0 3 0;"><table width="621" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td align="center" style="padding:10 0 10 0;"><table width="95%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <!--테마마다 링크를 걸어주세요-->
                                              <td class="spot_txt12_jp"><a href="javascript:onPerCate('K1',0)">見所(49)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerCate('K2',1)">ショッピング(4)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerCate('K3',2)">食堂(9)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;&nbsp;<a href="javascript:onPerCate('K4',3)">楽しむ所(0)</a>&nbsp;&nbsp;<span class="txt11_en">|</span>&nbsp;<a href="javascript:onPerCate('K5',4)">&nbsp;宿泊(3)</a></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box07.gif"></td>
                                  <td background="images/spot_box09.gif"></td>
                                  <td width="8" ><img src="images/spot_box08.gif"></td>
                                </tr>
                                <tr> 
                                  <td background="images/spot_box10.gif"></td>
                                  <td align="center" bgcolor="ffffff"><table width="98%" border="0" cellpadding="0" cellspacing="0">
                                      <tr> 
                                        <td width="110" align="center" ><table border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td style="padding:3 0 5 0;"><img src="images/icon_ct.jpg" ></td>
                                            </tr>
                                           <tr> 
                                                          <td height="20" align="center" ><img src="images/spot_list01_on.gif" border="0"></td>
                                            </tr>
                                            <tr> 
                                                          <td align="center"><img src="images/spot_list02.gif" border="0" ></td>
                                            </tr>
                                           
                                          </table></td>
                                        <td><table width="98%" height="125" border="0" cellpadding="0" cellspacing="0">
                                            <tr> 
                                              <td width="5" class="dot_line3"></td>
                                              <td width="20"></td>
                                              <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
                                                    
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=340', 825, 700, '加平・竜 墜 九谷', 'Gapyeong Yongchoo Valley', '가평용추계곡')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >加平・竜 墜 九谷</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">京畿道(キョンギド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=279', 825, 700, '嘉会(カフェ)博物館', 'GAHOE MUSEUM', '가회박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >嘉会(カフェ)博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=312', 825, 700, '江陵鏡浦台(キョンポデ)', 'kangreung kyungpodae', '강릉경포대')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >江陵鏡浦台(キョンポデ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江陵市(カンヌンシ）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=282', 825, 700, '江陵烏竹軒(オジュクホン)', 'gangneung oh jook heon', '강릉오죽헌')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >江陵烏竹軒(オジュクホン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江陵市(カンヌンシ）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=272', 825, 700, '景福宮(キョンボックン)', 'GYEONGBOKGUNG', '경복궁')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >景福宮(キョンボックン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=322', 825, 700, '光化門アートホール', 'Gwanghwamun Art Hall', '광화문아트홀')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >光化門アートホール</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=363', 825, 700, '国立民俗博物館', 'National Folk Museum of Korea', '국립민속박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立民俗博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=321', 825, 700, '国立中央博物館', 'National Museum of Korea', '국립중앙박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立中央博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=329', 825, 700, '瓦の絵展示館', 'Kiwa Art Gallery', '기와그림전시관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >瓦の絵展示館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=330', 825, 700, '南怡島(ナミソム）', 'Nami Island', '남이섬')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >南怡島(ナミソム）</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=311', 825, 700, '東琳メドゥプ(組ひも)博物館', 'Dongnim Knot Museum', '동림매듭박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >東琳メドゥプ(組ひも)博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=317', 825, 700, '晩休亭', 'Manhyujeong', '만휴정')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >晩休亭</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=328', 825, 700, '木工芸ギャラリー', 'A gallery for Exquisite wooden arts', '목공예갤러리')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >木工芸ギャラリー</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=332', 825, 700, '黙渓書院', 'Mukgye Seowon', '묵계서원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >黙渓書院</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=334', 825, 700, '聞慶陶磁器展示館', 'Mungyeong Ceramic Museum', '문경도자기전시관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >聞慶陶磁器展示館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=345', 825, 700, '聞慶シェジェ', 'Mungyeong Saejae', '문경새재')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >聞慶シェジェ</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=290', 825, 700, '聞慶窯(ムンギョンヨ)', 'Mungyeongyo', '문경요')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >聞慶窯(ムンギョンヨ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=320', 825, 700, '百潭寺(ペクダムサ)', 'Baekdamsa', '백담사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >百潭寺(ペクダムサ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=349', 825, 700, '北岳スカイウェー', 'Bukak Skyway', '북악스카이웨이')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北岳スカイウェー</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=350', 825, 700, '北村韓屋(ハノク)村', 'Gahoe Korean Village', '북촌 한옥마을')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北村韓屋(ハノク)村</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=338', 825, 700, 'ブッチョン(北村)文化センター', 'Bukchon Culture Center', '북촌문화센터')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ブッチョン(北村)文化センター</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=278', 825, 700, '北村美術館', 'BUKCHONARTMUSEUM', '북촌미술관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >北村美術館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=308', 825, 700, 'プチ・フランス', 'Petite France', '쁘띠프랑스')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >プチ・フランス</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">京畿道(キョンギド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=288', 825, 700, '山茱萸村(サンスユ村)', 'sansuyuvil', '산수유마을')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >山茱萸村(サンスユ村)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=315', 825, 700, '山村民俗博物館', 'mountian village folk museum', '산촌민속박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >山村民俗博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=342', 825, 700, '漆塗り工房', 'Lacquer Workshop', '생옻칠공방')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >漆塗り工房</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=283', 825, 700, '仙厳寺(ソンアムサ)', 'seonamsa', '선암사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >仙厳寺(ソンアムサ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=337', 825, 700, '雪岳山', 'Seorak Mountain', '설악산')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >雪岳山</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=339', 825, 700, '城楽苑', 'Sungrakwon', '성락원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >城楽苑</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=343', 825, 700, 'ソンボ村', '', '성보촌')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ソンボ村</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=286', 825, 700, '世宗文化会館(セジョンムンファフェグァン)', 'SEJONG CENTER', '세종문화회관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >世宗文化会館(セジョンムンファフェグァン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=287', 825, 700, '水落瀑布(スラクポクホ)', 'soorak falls', '수락폭포')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >水落瀑布(スラクポクホ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=310', 825, 700, 'アチムコヨ樹木園(朝の静かな樹木園)', 'The Garden of morning calm', '아침고요수목원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >アチムコヨ樹木園(朝の静かな樹木園)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">京畿道(キョンギド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=326', 825, 700, '安東河回村', 'Andong Hahoe Folk Village', '안동하회마을')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >安東河回村</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=346', 825, 700, 'アン・ファジャさんのご自宅', 'Anhwaja House', '안화자 자택')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >アン・ファジャさんのご自宅</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=362', 825, 700, '雲住寺', 'Unjusa', '운주사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >雲住寺</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=364', 825, 700, '月精寺', 'Woljeongsa', '월정사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >月精寺</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">江原道(カンウォンド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=365', 825, 700, '銀海寺', 'Eunhaesa(Temple)', '은해사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >銀海寺</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=318', 825, 700, '張紙房(チャンジバン)', 'Jangjibang', '장지방')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >張紙房(チャンジバン)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">京畿道(キョンギド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=314', 825, 700, '清凉寺', 'Cheongryangsa', '청량사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >清凉寺</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚北道(キョンサンブクド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=280', 825, 700, '国立古宮博物館', 'NATIONAL PALACE MUSEUM OF KOREA', '국립고궁박물관')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >国立古宮博物館</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=307', 825, 700, '空の水色の天然染色研究所', '', '하늘물빛전통천연염색연구소')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >空の水色の天然染色研究所</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=348', 825, 700, '漢江', 'Han River', '한강')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >漢江</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=360', 825, 700, '韓国伝統酒研究所', 'Korean Traditional Wine Research Laboratory', '한국 전통주 연구소')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >韓国伝統酒研究所</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=361', 825, 700, '海印寺', 'Haeinsa', '해인사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >海印寺</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">慶尚南道(キョンサンナムド）</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=327', 825, 700, '虎鳴湖水(ホミョンホス)', 'Homyung Lake', '호명호수')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >虎鳴湖水(ホミョンホス)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">京畿道(キョンギド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=313', 825, 700, 'ホン・サンニ‘チョン梅農園’', 'hongssangri chungmaesil farm', '홍쌍리청매실농원')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >ホン・サンニ‘チョン梅農園’</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=285', 825, 700, '華嚴寺(ファオムサ)', 'hwaeomsa', '화엄사')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >華嚴寺(ファオムサ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">全羅南道(チョルラナムド)</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
                                                    
                                                  </tr>
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
												  
													<td width="150" height="100%" onclick="OnSpotLayer('spot_detail.asp?ulSpotID=351', 825, 700, '效齋(ヒョジェ)', 'Hyojae', '효재')" onfocus="this.blur()" style="cursor:hand">
													<table width="142" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr> 
                                                          <td width="5" height="11"><img src="images/spot_box15.gif" ></td>
                                                          <td width="132"  background="images/spot_box17.gif"></td>
                                                          <td width="5"><img src="images/spot_box16.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td background="images/spot_box18.gif"></td>
                                                          <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr> 
                                                                <td width="25" rowspan="2"><img src="img/spot_icon1.gif" width="17" height="16"></td>
                                                                <td class="txt12_48_jp" >效齋(ヒョジェ)</td>
                                                              </tr>
                                                              <tr> 
                                                                <td class="txt11_jp" style="padding:0 0 2 0;">ソウル</td>
                                                              </tr>
                                                            </table></td>
                                                          <td background="images/spot_box19.gif"></td>
                                                        </tr>
                                                        <tr> 
                                                          <td width="5" height="5"><img src="images/spot_box20.gif" ></td>
                                                          <td background="images/spot_box22.gif"></td>
                                                          <td width="5"><img src="images/spot_box21.gif" ></td>
                                                        </tr>
                                                    </table>
													</td>
													
													<td width="150"><table width="142" border="0" cellspacing="0" cellpadding="0">
														<tr> 
														  <td width="5" height="11"></td>
														  <td width="132"></td>
														  <td width="5"></td>
														</tr>
														<tr> 
														  <td></td>
														  <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
															  <tr> 
																<td width="25" rowspan="2"></td>
																<td class="txt12_48_jp" ></td>
															  </tr>
															  <tr> 
																<td class="txt11_jp" style="padding:0 0 2 0;"></td>
															  </tr>
															</table></td>
														  <td></td>
														</tr>
														<tr> 
														  <td width="5" height="5"></td>
														  <td></td>
														  <td width="5"></td>
														</tr>
													  </table></td> 
													  <td width="150"><table width="142" border="0" cellspacing="0" cellpadding="0">
														<tr> 
														  <td width="5" height="11"></td>
														  <td width="132"></td>
														  <td width="5"></td>
														</tr>
														<tr> 
														  <td></td>
														  <td align="center"><table width="93%" border="0" cellspacing="0" cellpadding="0">
															  <tr> 
																<td width="25" rowspan="2"></td>
																<td class="txt12_48_jp" ></td>
															  </tr>
															  <tr> 
																<td class="txt11_jp" style="padding:0 0 2 0;"></td>
															  </tr>
															</table></td>
														  <td></td>
														</tr>
														<tr> 
														  <td width="5" height="5"></td>
														  <td></td>
														  <td width="5"></td>
														</tr>
													  </table></td> 
												
                                                  <tr> 
                                                    <td height="10" colspan="3"></td>
                                                  </tr>
                                                </table></td>
                                            </tr>
                                          </table></td>
                                      </tr>
                                    </table></td>
                                  <td background="images/spot_box11.gif"></td>
                                </tr>
                                <tr> 
                                  <td width="8" height="8"><img src="images/spot_box12.gif" ></td>
                                  <td background="images/spot_box14.gif"></td>
                                  <td><img src="images/spot_box13.gif" ></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table></td>
                      <td background="images/spot_box06.gif"></td>
                    </tr>
                    <tr> 
                      <td colspan="3"><img src="images/spot_box01.gif" ></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
          <td width="32"></td>
        </tr>
        <tr> 
          <td colspan="3"><img src="img/bg_bottom.png"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

			<!--------------------Content------------------------------------->
		  </td>
        </tr>
      </table></td>
  </tr>
</table>
</form>
<!--한국문화이야기 메뉴바끝-->
<table align="center" border="0" cellspacing="0" cellpadding="0">
  <tr
  > 
    <td><table width="930" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="210" ></td>
          <td style="padding:30 0 20 0;"><img src="images/sub_footer.png" width="720" height="60" border="0" usemap="#Map"></td>
        </tr>
      </table></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="9,21,50,35" href="/keytokorea.asp">
  <area shape="rect" coords="83,22,179,35" href="/individual.asp">
  <area shape="rect" coords="212,22,253,35" href="/use_rule.asp">
  <area shape="rect" coords="287,23,356,34" href="/sitemap.asp">
</map>
<map name="Map1">
  <area shape="rect" coords="584,40,636,53" href="story_temple_com.asp" onfocus="this.blur()">
</map>

</body>
</html>
