<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>pal-yado&#187; 大分県</title>
	<atom:link href="http://pal-yado.com/category/kyusyu/oita/feed" rel="self" type="application/rss+xml" />
	<link>http://pal-yado.com</link>
	<description>観光スポットや目的駅から近くて便利なホテルを地図から選んでネットで宿泊予約ができます。格安ビジネスホテル予約から高級ホテル予約まで</description>
	<lastBuildDate>Wed, 20 Jul 2011 06:20:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/category/kyusyu/oita/feed" />
		<item>
		<title>地図で見る大分駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kyusyu/oita/151.html</link>
		<comments>http://pal-yado.com/kyusyu/oita/151.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:26:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[九州]]></category>
		<category><![CDATA[大分県]]></category>
		<category><![CDATA[大分駅]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=151</guid>
		<description><![CDATA[大分駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから観光ホテル・旅館まで 大分駅の周辺地図とホテル写真 大分駅（大分）周辺のホテルpowerd by ホテル検索360]]></description>
			<content:encoded><![CDATA[<p>大分駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから観光ホテル・旅館まで</p>
<p>大分駅の周辺地図とホテル写真</p>
<div id="maptt" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1233667454" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shstt(page1tt){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=119628.56&longitude=473792.35&carrier=0';jsrhk362tt=new JSONscriptRequest(jsp+'&callBack=hk362_1233667454jsonp');jsrhk362tt.buildScriptTag();jsrhk362tt.addScriptTag();};function hk362_1233667454jsonp(data){rdtt='';rdtt+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdtt+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdtt+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdtt+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdtt+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdtt+='</div></td>';rdtt+="</tr>";};rdtt+='</table>';mappingtt();document.getElementById('result1233667454').innerHTML=rdtt;jsrhk362tt.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingtt(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};maptt=new GMap2(document.getElementById("maptt"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}maptt.setCenter(gb.getCenter(), maptt.getBoundsZoomLevel( gb ));var point0=gb.getCenter();maptt.addControl(new GMapTypeControl());maptt.addControl(new GLargeMapControl());maptt.addControl(new GOverviewMapControl());maptt.addMapType(G_PHYSICAL_MAP);maptt.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(maptt,point1[i],huki[i]);};GEvent.addListener(maptt,"click",function(overlay,point){var zl = maptt.getZoom();maptt.setCenter(point, zl);if(point){}});}rdtt='';g_lat=new Array();g_lng=new Array();huki=new Array();var maptt;page1tt=1;tptt=0;shstt(page1tt);//--></script><noscript><a href="http://travel.raku360.com/search/s-/33.2335030-131.6065670-3/%E5%A4%A7%E5%88%86%E9%A7%85%EF%BC%88%E5%A4%A7%E5%88%86%EF%BC%89.html">大分駅（大分）周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kyusyu/oita/151.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kyusyu/oita/151.html" />
	</item>
		<item>
		<title>地図で見る別府温泉に近くて便利なホテル</title>
		<link>http://pal-yado.com/onsen/125.html</link>
		<comments>http://pal-yado.com/onsen/125.html#comments</comments>
		<pubDate>Sat, 24 Jan 2009 04:55:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[九州]]></category>
		<category><![CDATA[大分県]]></category>
		<category><![CDATA[温泉]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=125</guid>
		<description><![CDATA[別府温泉に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。 地獄巡りが有名です。源泉数、湧出量ともに日本一で鶴見岳と北にある伽藍岳（硫黄山）の二つの火山の東側に多くの温泉 [...]]]></description>
			<content:encoded><![CDATA[<p>別府温泉に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。</p>
<p>地獄巡りが有名です。源泉数、湧出量ともに日本一で鶴見岳と北にある伽藍岳（硫黄山）の二つの火山の東側に多くの温泉が湧き出ており、総称して別府八湯と呼ばれています。</p>
<p>別府温泉　地図とホテル写真</p>
<div id="mapre" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232772423" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsre(page1re){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=119796.18&longitude=473436.17&carrier=0';jsrhk362re=new JSONscriptRequest(jsp+'&callBack=hk362_1232772423jsonp');jsrhk362re.buildScriptTag();jsrhk362re.addScriptTag();};function hk362_1232772423jsonp(data){rdre='';rdre+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdre+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdre+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdre+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdre+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdre+='</div></td>';rdre+="</tr>";};rdre+='</table>';mappingre();document.getElementById('result1232772423').innerHTML=rdre;jsrhk362re.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingre(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapre=new GMap2(document.getElementById("mapre"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapre.setCenter(gb.getCenter(), mapre.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapre.addControl(new GMapTypeControl());mapre.addControl(new GLargeMapControl());mapre.addControl(new GOverviewMapControl());mapre.addMapType(G_PHYSICAL_MAP);mapre.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapre,point1[i],huki[i]);};GEvent.addListener(mapre,"click",function(overlay,point){var zl = mapre.getZoom();mapre.setCenter(point, zl);if(point){}});}rdre='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapre;page1re=1;tpre=0;shsre(page1re);//--></script><noscript><a href="http://travel.raku360.com/search/s-/33.2800567-131.5076347-3/%E5%88%A5%E5%BA%9C%E6%B8%A9%E6%B3%89.html">別府温泉周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/onsen/125.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/onsen/125.html" />
	</item>
	</channel>
</rss>

