<?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/"
	>

<channel>
	<title>TAKI KATSUMI and PRODUCERS -瀧 勝巳- &#187; 未分類</title>
	<atom:link href="http://takipro.jp/category/%e6%9c%aa%e5%88%86%e9%a1%9e/feed/" rel="self" type="application/rss+xml" />
	<link>http://takipro.jp</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 21 Jan 2015 05:49:22 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Hello world!</title>
		<link>http://takipro.jp/hello-world/</link>
		<comments>http://takipro.jp/hello-world/#comments</comments>
		<pubDate>Tue, 08 Apr 2014 15:58:17 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://takipro.jp/?p=1</guid>
		<description><![CDATA[WordPress へようこそ&#8230;]]></description>
				<content:encoded><![CDATA[<p>WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !</p>
]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://takipro.jp/1456/</link>
		<comments>http://takipro.jp/1456/#comments</comments>
		<pubDate>Thu, 20 Mar 2014 06:03:16 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/taki/?p=1456</guid>
		<description><![CDATA[ひひひっひひひひひひひh ふふ&#8230;]]></description>
				<content:encoded><![CDATA[<p>ひひひっひひひひひひひh<br />
ふふいふふふh</p>
<p>ぶふkふふkh</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_1456_1" class="photospace_res"> 
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_1456_1" class="thumnail_row" >
						<ul class="thumbs noscript">
						</ul>					
						
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_1456_1" class="loader"></div>
					<div id="slideshow_1456_1" class="slideshow"></div>
					<div id="caption_1456_1" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
				
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_1456_1').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_1456_1',
					controlsContainerSel:      '#controls_1456_1',
					captionContainerSel:       '#caption_1456_1',  
					loadingContainerSel:       '#loading_1456_1',
					renderSSControls:          true,
					renderNavControls:         false,
					playLinkText:              '',
					pauseLinkText:             'Pause Slideshow',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	false,
					defaultTransitionDuration: 	300,
						
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.fadeTo(duration, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						//this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css({'opacity': '0.3' , 'display' : 'inline-block', 'cursor' : 'default'});
						var nextPageLink = this.find('a.next').css({'opacity': '0.3' , 'display' : 'inline-block', 'cursor' : 'default'});
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css({'opacity' : '1' , 'display' : 'inline-block', 'cursor' : 'pointer'});
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css({'opacity' : '1' , 'display' : 'inline-block', 'cursor' : 'pointer'});
		
						this.fadeTo('fast', 1.0);
					}
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/1456/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Works</title>
		<link>http://takipro.jp/works/</link>
		<comments>http://takipro.jp/works/#comments</comments>
		<pubDate>Fri, 26 Jul 2013 09:42:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/?p=68</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<noscript><style type="text/css">.easingslider-2107 .easingslider-preload { display: none; } .easingslider-2107 .easingslider-slide { display: none; } .easingslider-2107 .easingslider-slide-1 { display: block !important; }</style></noscript><style type="text/css">.easingslider-2107 { border-color: #000; }</style><div class="easingslider easingslider-2107 no-js use-fade" data-options="{&quot;general&quot;:{&quot;randomize&quot;:&quot;&quot;},&quot;dimensions&quot;:{&quot;width&quot;:1020,&quot;height&quot;:567,&quot;responsive&quot;:true,&quot;full_width&quot;:false,&quot;image_resizing&quot;:false,&quot;keep_ratio&quot;:true,&quot;background_images&quot;:false},&quot;transitions&quot;:{&quot;effect&quot;:&quot;fade&quot;,&quot;duration&quot;:500},&quot;navigation&quot;:{&quot;arrows&quot;:true,&quot;arrows_hover&quot;:false,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;pagination&quot;:true,&quot;pagination_hover&quot;:false,&quot;pagination_position&quot;:&quot;inside&quot;,&quot;pagination_location&quot;:&quot;bottom-center&quot;},&quot;playback&quot;:{&quot;enabled&quot;:true,&quot;pause&quot;:4000}}" style="max-width: 1020px !important; max-height: 567px !important;"><div class="easingslider-preload"></div><div class="easingslider-viewport" style="height: 567px;max-height: 567px;"><div class="easingslider-slide easingslider-slide-1 easingslider-image-slide" style="-webkit-animation-duration: 500ms; -moz-animation-duration: 500ms; -ms-animation-duration: 500ms; -o-animation-duration: 500ms; animation-duration: 500ms;"><a href="http://takipro.jp/about" target="" class="easingslider-link"><img src="http://takipro.jp/wp-content/uploads/2014/04/SLIDE1.png" title="SLIDE1" alt="心を動かす空間に必要なこと" class="easingslider-image" /></a></div><div class="easingslider-slide easingslider-slide-2 easingslider-image-slide" style="-webkit-animation-duration: 500ms; -moz-animation-duration: 500ms; -ms-animation-duration: 500ms; -o-animation-duration: 500ms; animation-duration: 500ms;"><a href="http://takipro.jp/about" target="" class="easingslider-link"><img src="http://takipro.jp/wp-content/uploads/2014/04/SLIDE2.png" title="SLIDE2" alt="感動と結果はいつも現場にある。だから現場は面白い。" class="easingslider-image" /></a></div><div class="easingslider-slide easingslider-slide-3 easingslider-image-slide" style="-webkit-animation-duration: 500ms; -moz-animation-duration: 500ms; -ms-animation-duration: 500ms; -o-animation-duration: 500ms; animation-duration: 500ms;"><a href="http://takipro.jp/about" target="" class="easingslider-link"><img src="http://takipro.jp/wp-content/uploads/2014/04/SLIDE3.png" title="SLIDE3" alt="新しい事を仕掛けるための場所づくり" class="easingslider-image" /></a></div><div class="easingslider-slide easingslider-slide-4 easingslider-image-slide" style="-webkit-animation-duration: 500ms; -moz-animation-duration: 500ms; -ms-animation-duration: 500ms; -o-animation-duration: 500ms; animation-duration: 500ms;"><a href="http://takipro.jp/news/%E5%85%AC%E9%96%8Bs/date/yyyy/mm/" target="" class="easingslider-link"><img src="http://takipro.jp/wp-content/uploads/2014/04/SLIDE4.png" title="SLIDE4" alt="VOICE FROM AISA in バンコク　国際ギフトフェア" class="easingslider-image" /></a></div></div><div class="easingslider-arrows easingslider-next inside" style="display: none;"></div><div class="easingslider-arrows easingslider-prev inside" style="display: none;"></div><div class="easingslider-pagination inside bottom-center" style="display: none;"><div class="easingslider-icon"></div><div class="easingslider-icon"></div><div class="easingslider-icon"></div><div class="easingslider-icon"></div></div></div>
]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact</title>
		<link>http://takipro.jp/contact/</link>
		<comments>http://takipro.jp/contact/#comments</comments>
		<pubDate>Fri, 26 Jul 2013 09:42:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/?p=67</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>concept</title>
		<link>http://takipro.jp/concept/</link>
		<comments>http://takipro.jp/concept/#comments</comments>
		<pubDate>Fri, 26 Jul 2013 01:56:07 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/?p=64</guid>
		<description><![CDATA[234567890-^3456&#8230;]]></description>
				<content:encoded><![CDATA[<p>234567890-^34567890-^234567890-^34567</p>
]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>about</title>
		<link>http://takipro.jp/about/</link>
		<comments>http://takipro.jp/about/#comments</comments>
		<pubDate>Fri, 26 Jul 2013 01:51:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/?p=61</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>制作事例</title>
		<link>http://takipro.jp/%e5%88%b6%e4%bd%9c%e4%ba%8b%e4%be%8b/</link>
		<comments>http://takipro.jp/%e5%88%b6%e4%bd%9c%e4%ba%8b%e4%be%8b/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 15:32:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fujitoku-inc.com/?p=21</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://takipro.jp/%e5%88%b6%e4%bd%9c%e4%ba%8b%e4%be%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
