<?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>トリプルシップス／TRIPLESHIPS Inc. &#187; web</title>
	<atom:link href="http://www.tripleships.com/category/works/web-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tripleships.com</link>
	<description>© 2010 All rights reserved.</description>
	<lastBuildDate>Mon, 23 Aug 2010 03:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/category/works/web-works/feed/" />
		<item>
		<title>tanzaku</title>
		<link>http://www.tripleships.com/works/tanzaku/</link>
		<comments>http://www.tripleships.com/works/tanzaku/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:30:40 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[tanzaku]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=262</guid>
		<description><![CDATA[
Download 「tanzaku」(95KB)
Preview 「tanzaku」

グリッドレイアウトを実現するWordpressのテーマを製作いたしました。
テーマのバージョン履歴
ver.1.1.1
ver.1.1.0
ver.1.0.5
ver.1.0.4
ver.1.0.3
ver.1.0.2
ver.1.0.1
ver.1.0
テーマのライセンス
GPL v2
利用ライブラリ＆プラグイン
jQuery (GPL/MIT)
http://jquery.com/
jQuery Easing Plugin
http://gsgd.co.uk/sandbox/jquery/easing/
jQuery Variable Grid Layout Plugin
http://blog.xlune.com/2009/09/jqueryvgrid.html
動作環境
・WordPress: v2.8以上
・Browser: IE6/7/8, Firefox3/3.5, Safari3/4, Chrome3/4, Opera10
既知の不具合
・General : グリッドサイズが2倍以上（クラス &#8220;x2&#8243;以降）の時に綺麗に 並ばないことがあります。
カスタマイズをする上での参考情報です。以下、Tanzakuバージョン1.1、WPバージョン2.9 を元に解説します。
グリッドカラムの上限倍幅を指定する
＜編集箇所：index.php＞
[grid column setting]の箇所の、$max_colを変更します。1を指定すると、グリッドがすべて最小幅で表示されるようになります。3を指定すると、最大で3倍幅までグリッドが拡張されます。幅はグリッド内のコンテンツ（画像、ビデオ等）の大きさによって変化します。
$max_col = 2; // max column size (style div.x1 ~ xN)
グリッドのカラム幅、パディング・マージン等の数値を調節する
＜編集箇所：style.css＞
&#8220;Grid Items, Single Item and Comments&#8221;の箇所、div.x1からの箇所を変更します。
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tripleships.com/sample/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/12/w_09.jpg" alt="tanzaku" title="tanzaku" width="600" height="430" /></a></p>
<p style="margin-left:10px"><a href="http://www.tripleships.com/tanzaku.zip">Download 「tanzaku」(95KB)</a><br />
<a href="http://www.tripleships.com/sample/" target="_blank">Preview 「tanzaku」</a></p>
<p><span id="more-262"></span></p>
<p>グリッドレイアウトを実現するWordpressのテーマを製作いたしました。</p>
<p>テーマのバージョン履歴<br />
ver.1.1.1<br />
ver.1.1.0<br />
ver.1.0.5<br />
ver.1.0.4<br />
ver.1.0.3<br />
ver.1.0.2<br />
ver.1.0.1<br />
ver.1.0</p>
<p>テーマのライセンス<br />
GPL v2</p>
<p>利用ライブラリ＆プラグイン<br />
jQuery (GPL/MIT)<br />
<a href="http://jquery.com/" target="_blank">http://jquery.com/<br />
</a>jQuery Easing Plugin<br />
<a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">http://gsgd.co.uk/sandbox/jquery/easing/</a><br />
jQuery Variable Grid Layout Plugin<br />
<a href="http://blog.xlune.com/2009/09/jqueryvgrid.html" target="_blank">http://blog.xlune.com/2009/09/jqueryvgrid.html</a></p>
<p>動作環境<br />
・WordPress: v2.8以上<br />
・Browser: IE6/7/8, Firefox3/3.5, Safari3/4, Chrome3/4, Opera10</p>
<p>既知の不具合<br />
・General : グリッドサイズが2倍以上（クラス &#8220;x2&#8243;以降）の時に綺麗に 並ばないことがあります。</p>
<h2>カスタマイズをする上での参考情報です。以下、Tanzakuバージョン1.1、WPバージョン2.9 を元に解説します。</p>
<h3>グリッドカラムの上限倍幅を指定する</h3>
<p>＜編集箇所：index.php＞</p>
<p>[grid column setting]の箇所の、$max_colを変更します。1を指定すると、グリッドがすべて最小幅で表示されるようになります。3を指定すると、最大で3倍幅までグリッドが拡張されます。幅はグリッド内のコンテンツ（画像、ビデオ等）の大きさによって変化します。</p>
<pre><code><strong>$max_col</strong> = 2; // max column size (style div.x1 ~ xN)</code></pre>
<h3>グリッドのカラム幅、パディング・マージン等の数値を調節する</h3>
<p>＜編集箇所：style.css＞</p>
<p>&#8220;Grid Items, Single Item and Comments&#8221;の箇所、div.x1からの箇所を変更します。</p>
<pre><code><strong>div.x1</strong> { width:  290px; }
<strong>div.x2</strong> { width:  615px; }
<strong>div.x3</strong> { width:  940px; }
<strong>div.x4</strong> { width: 1265px; }</code></pre>
<p>カラム幅の倍数Nに対して「(幅 × N) + ギャップ幅 × (N &#8211; 1) 」の式で数値を求めます。ギャップ幅はパディング、マージン（もしあればボーダーも）の横幅に影響する数値を合算して指定します。ギャップ幅は下記のスタイルが関係します。</p>
<pre><code><strong>div.grid-item</strong>,
div.single-item {
	overflow: hidden;
	margin: 0 <strong>5px</strong> 5px <strong>0</strong>;
	padding: 15px <strong>15px</strong> 30px <strong>15px</strong>;
	border: 0;
	background-color: #7b7f8b;
}</code></pre>
<p>このほか、画面下部に配置されるサイドバー２（#sidebar2 li.widget）の調整も考慮してください。</p>
<p>＜編集箇所：index.php＞</p>
<p>[grid column setting]の箇所の、$col_w（カラム幅）, $gap_w（ギャップ幅）を変更します。</p>
<pre><code><strong>$col_w</strong> = 290; // width of grid column
<strong>$gap_w</strong> = 35;  // padding + margin-right (15+15+5)</code></pre>
<p>＜編集箇所：header.php＞</p>
<p>Javascriptコードの gridDefWidth に、index.phpで指定した$col_w, $gap_wの合計値を指定します。</p>
<pre><code><strong>gridDefWidth</strong>: 290 + 15 + 15 + 5,</code></pre>
<h3>moreタグによる遷移先ページでの余計な移動を無効にする</h3>
<p>moreタグによって生成されるリンク（本テーマでは &#8220;Details »&#8221;表示）にはフラグメント（#記号）が通常含まれているため、それをクリックするとクリック先の該当箇所に瞬時に移動してしまい、詳細ページのアニメーション効果が中途半端になってしまいます。この現象の修正に次のプラグインの導入をおすすめします。</p>
<blockquote><p>WordPressのmoreタグを変更するプラグイン MoreLink#Remove<br />
<a href="http://debeso.com/blog/2008/12/wordpress/morelinksharpremove/">http://debeso.com/blog/2008/12/wordpress/morelinksharpremove/</a></p></blockquote>
<h3>画像にポップアップ系効果を追加する</h3>
<p><a href="http://wordpress.org/extend/plugins/lightbox-2/">Lightbox2プラグイン</a>など、画像をポップアップ化するプラグインと併用できます。サムネイル画像に対して画像リンクが張られていれば、これらのプラグインを利用してポップアップ表示が可能になります。ただしメインインデックスで各グリッドに１つだけ表示される画像には、詳細ページへのリンクが強制的に張られます（画像へのリンクがあっても削除されます）。そのためメインインデックスのグリッド内の画像もポップアップ化するには下記の指定を変更します。</p>
<p>＜編集箇所：index.php＞</p>
<p>[grid image link setting]の箇所、$flg_img_forcelinkをfalseに変更します。</p>
<pre><code><strong>$flg_img_forcelink</strong> = false;   // add/overwrite a link which links to a single post (permalink).</code></pre>
<h3>投稿でのサムネイルの埋め込み方</h3>
<p>投稿エディタで画像を挿入する際に、下のほうの「リンクURL」と「サイズ」を確認します。リンクURLには「ファイルのURL」ボタンを押してオリジナルサイズの画像へのリンクを貼り、サイズに「サムネイル」「中サイズ」など小さめのサイズを選択します。</p>
<p><a href="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_08_linkURL.jpg"><img src="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_08_linkURL-500x151.jpg" alt="WP投稿エディタ（画像を追加）" title="WP投稿エディタ（画像を追加）" width="500" height="151" /></a></p>
<p>WPの管理画面＞メディア設定画面でサムネイル画像の設定ができます。ここのサイズをグリッドのカラム幅と合わせておいても良いかもしれません（ただし合わせてなくても、このテーマは自動的に画像サイズをグリッドにフィットさせます）。<br />
サムネイルの場合、「実寸法にトリミング」チェックボックスにチェックを入れておくと完全に縦横の画像サイズを固定化することもできます。グリッドを縦横に規則正しく整列させたい場合はこのオプションを利用すると良いでしょう。</p>
<p><a href="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_09.jpg"><img src="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_09-500x301.jpg" alt="メディア設定画面" title="メディア設定画面" width="500" height="301" /></a></p>
<h3>詳細ページでサムネイル画像を大きく表示する</h3>
<p>＜編集箇所：index.php＞</p>
<p>[grid image link setting]の箇所、$flg_img_extractをtrueに変更します。最初のサムネイル画像に画像へのリンクが張られていれば、詳細ページでリンクを画像タグに展開して表示します。</p>
<pre><code><strong>$flg_img_extract</strong> = true;    // in single post page, extract thumbnail link to an original image.</code></pre>
<h3>ビデオを表示する</h3>
<p>Youtubeなど動画共有サイトのタグ埋め込み（obejctタグ）に対応しています。<br />
投稿エディタの「HTMLタブ」を開いてタグを貼りつけます。</p>
<p>また、WP2.9からの新機能では動画共有サイトのURLをじかに記述するだけでもビデオの埋め込み（objectタグへの変換）ができるようになっています。</p>
<h4>自前のサーバー内のビデオを表示する</h4>
<p>WPのメディアライブラリにアップロードしたビデオも挿入できます。投稿エディタ（ビジュアルタブ）を開き、ツールバーの右端「アドバンスとツールバー」ボタンを押してツールバーの２段目を表示します。その中の「埋め込みメディアの挿入」ボタンを使います。</p>
<p><a href="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_07_pointer.jpg"><img src="http://www.tripleships.com/sample/wp-content/uploads/2010/03/screenshot_07_pointer-499x113.jpg" alt="WP投稿エディタ（ツールバー：埋め込みメディアの挿入）" title="WP投稿エディタ（ツールバー：埋め込みメディアの挿入）" width="499" height="113" /></a></p>
<p>ビデオ埋め込み用プラグインも利用できます（<a href="http://wordpress.org/extend/plugins/embedded-video-with-link/">Embedded Videoプラグイン</a>で確認）。<br />
基本的にビデオ用に生成されるobjectタグやembedタグにwidth, height属性がセットされていればグリッドにフィットします。</p>
<h4>ビデオのグリッドへのフィット方法を変更する</h4>
<p>＜編集箇所：index.php＞</p>
<p>[grid image link setting]の箇所、$flg_obj_fitを変更します。&#8221;none&#8221;, &#8220;small-fit&#8221;, &#8220;large-fit&#8221;のいずれかを指定できます。それぞれ「フィットしない（サイズ無調整）」「小さめのグリッドにフィット」「大きめのグリッドにフィット」になります。</p>
<pre><code><strong>$flg_obj_fit</strong> = 'large-fit';  // none | small-fit | large-fit ... how to fit size of object tag.</code></pre>
<h3>メインページでコメント数を表示する</h3>
<p>＜編集箇所：index.php＞</p>
<p>113行目付近のPHP内のコメントを消して元に戻します。</p>
<pre><code>&lt;?php <strong>comments_popup_link();</strong> ?&gt;</code></pre>
<h3>投稿者名を表示する</h3>
<p>＜編集箇所：index.php＞</p>
<p>次のコードを113行目付近に追加します。</p>
<pre><code>Author: &lt;?php <strong>the_author()</strong>; ?&gt;&lt;br /&gt;</code></pre>
<h3>サイドバー２（下方領域）のデフォルト表示を消す。</h3>
<p>２番目のサイドバー領域に限り、何もウィジェットを設定してない場合にデフォルトの内容物を設定しています。これを「何もないときは何も出さない」ようにします。</p>
<p>＜編集箇所：sidebar-2.php＞</p>
<p>ifブロックの中身（中略の部分）をすべて削除するか、あるいは</p>
<pre><code>&lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?&gt;
<strong>（中略 ここを削除）</strong>
&lt;?php endif; ?&gt;</code></pre>
<p>代わりにifブロックの中をさらにif(false)で囲います。</p>
<pre style="margin-bottom:20px;"><code>&lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?&gt;
<strong>&lt;?php if (false) : ?&gt;</strong>
（中略）
<strong>&lt;?php endif; ?&gt;</strong>
&lt;?php endif; ?&gt;</code></pre>
</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/tanzaku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/tanzaku/" />
	</item>
		<item>
		<title>ベストウェスタン福岡中洲イン</title>
		<link>http://www.tripleships.com/works/fukuokanakasuinn/</link>
		<comments>http://www.tripleships.com/works/fukuokanakasuinn/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:30:20 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/?p=687</guid>
		<description><![CDATA[
Title : ベストウェスタン福岡中洲イン
Client : ベストウェスタンホテル
Launch : 2010
Visit Site : http://www.bwjapan.co.jp/fukuokanakasuinn
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bwjapan.co.jp/fukuokanakasuinn/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2010/02/2010_0205.jpg" alt="ベストウェスタン福岡中洲イン" title="ベストウェスタン福岡中洲イン" width="600" height="400" class="alignnone size-full wp-image-688" /></a><span id="more-687"></span></p>
<p>Title : ベストウェスタン福岡中洲イン<br />
Client : ベストウェスタンホテル<br />
Launch : 2010<br />
Visit Site : <a href="http://www.bwjapan.co.jp/fukuokanakasuinn" target="_blank">http://www.bwjapan.co.jp/fukuokanakasuinn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/fukuokanakasuinn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/fukuokanakasuinn/" />
	</item>
		<item>
		<title>美創</title>
		<link>http://www.tripleships.com/works/biso/</link>
		<comments>http://www.tripleships.com/works/biso/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:30:16 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=31</guid>
		<description><![CDATA[
Title : 美創
Client : 株式会社 美創
Launch : 2009
Visit Site : http://www.biso-kagu.com/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.biso-kagu.com/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/12/w_021.jpg" alt="美創" title="美創" width="600" height="400" /></a><span id="more-31"></span></p>
<p>Title : 美創<br />
Client : 株式会社 美創<br />
Launch : 2009<br />
Visit Site : <a href="http://www.biso-kagu.com/" target="_blank">http://www.biso-kagu.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/biso/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/biso/" />
	</item>
		<item>
		<title>K＆Cファクトリー</title>
		<link>http://www.tripleships.com/works/kc-factory/</link>
		<comments>http://www.tripleships.com/works/kc-factory/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:00:26 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=363</guid>
		<description><![CDATA[
Title : K＆Cファクトリー
Client : 株式会社 K＆Cファクトリー
Launch : 2009
Visit Site : http://www.kc-factory.co.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kc-factory.co.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/12/w_012.jpg" alt="K＆Cファクトリー" title="K＆Cファクトリー" width="600" height="400" /></a><span id="more-363"></span></p>
<p>Title : K＆Cファクトリー<br />
Client : 株式会社 K＆Cファクトリー<br />
Launch : 2009<br />
Visit Site : <a href="http://www.kc-factory.co.jp/" target="_blank">http://www.kc-factory.co.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/kc-factory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/kc-factory/" />
	</item>
		<item>
		<title>カタナゴルフ</title>
		<link>http://www.tripleships.com/works/katana_golf/</link>
		<comments>http://www.tripleships.com/works/katana_golf/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 09:24:18 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/?p=644</guid>
		<description><![CDATA[
Title : カタナゴルフ
Client : 株式会社カタナゴルフ
Agency : 株式会社日本経済広告社
Launch : 2006
Visit Site : http://www.katana.ne.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.katana.ne.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2010/01/w_12.jpg" alt="カタナゴルフ" title="カタナゴルフ" width="600" height="400" class="alignnone size-full wp-image-645" /></a><span id="more-644"></span></p>
<p>Title : カタナゴルフ<br />
Client : 株式会社カタナゴルフ<br />
Agency : 株式会社日本経済広告社<br />
Launch : 2006<br />
Visit Site : <a href="http://www.katana.ne.jp/" target="_blank">http://www.katana.ne.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/katana_golf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/katana_golf/" />
	</item>
		<item>
		<title>焼肉セナラ</title>
		<link>http://www.tripleships.com/works/senara/</link>
		<comments>http://www.tripleships.com/works/senara/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 08:23:46 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=41</guid>
		<description><![CDATA[
Title : 焼肉セナラ
Client : 株式会社コーフク
Launch : 2009
Visit Site : http://www.senara.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.senara.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/11/w_061.jpg" alt="焼肉セナラ" title="焼肉セナラ" width="600" height="400" /></a><span id="more-41"></span></p>
<p>Title : 焼肉セナラ<br />
Client : 株式会社コーフク<br />
Launch : 2009<br />
Visit Site : <a href="http://www.senara.jp/" target="_blank">http://www.senara.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/senara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/senara/" />
	</item>
		<item>
		<title>としまフューネス</title>
		<link>http://www.tripleships.com/works/toshima-funes/</link>
		<comments>http://www.tripleships.com/works/toshima-funes/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 03:55:08 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/?p=454</guid>
		<description><![CDATA[
Title : としまフューネス
Client : 株式会社 としまフューネス
Launch : 2008
Visit Site : http://www.toshima-f.co.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.toshima-f.co.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/12/w_36.jpg" alt="としまフューネス" title="としまフューネス" width="600" height="400" /></a><span id="more-454"></span></p>
<p>Title : としまフューネス<br />
Client : 株式会社 としまフューネス<br />
Launch : 2008<br />
Visit Site : <a href="http://www.toshima-f.co.jp/" target="_blank">http://www.toshima-f.co.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/toshima-funes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/toshima-funes/" />
	</item>
		<item>
		<title>立川マザーズウエディング</title>
		<link>http://www.tripleships.com/works/mothers-wedding/</link>
		<comments>http://www.tripleships.com/works/mothers-wedding/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:23:04 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=38</guid>
		<description><![CDATA[
Title : 立川マザーズウエディング
Client : マザーズオリエンタル
Launch : 2008
Visit Site : http://www.mothersgroup-wedding.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mothersgroup-wedding.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/11/w_05.jpg" alt="立川マザーズウエディング" title="立川マザーズウエディング" width="600" height="400" /></a><span id="more-38"></span></p>
<p>Title : 立川マザーズウエディング<br />
Client : マザーズオリエンタル<br />
Launch : 2008<br />
Visit Site : <a href="http://www.mothersgroup-wedding.jp/" target="_blank">http://www.mothersgroup-wedding.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/mothers-wedding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/mothers-wedding/" />
	</item>
		<item>
		<title>財団法人 東京都予防医学協会</title>
		<link>http://www.tripleships.com/works/tokyo-yobou/</link>
		<comments>http://www.tripleships.com/works/tokyo-yobou/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:05:09 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/WP_test/?p=371</guid>
		<description><![CDATA[
Title : 財団法人 東京都予防医学協会
Client : 財団法人 東京都予防医学協会
Launch : 2007
Visit Site : http://www.yobouigaku-tokyo.or.jp/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yobouigaku-tokyo.or.jp/" target="_blank"><img src="http://www.tripleships.com/wp-content/uploads/2009/11/w_16.jpg" alt="w_16" title="w_16" width="600" height="600" class="alignnone size-full wp-image-716" /></a><span id="more-371"></span></p>
<p>Title : 財団法人 東京都予防医学協会<br />
Client : 財団法人 東京都予防医学協会<br />
Launch : 2007<br />
Visit Site : <a href="http://www.yobouigaku-tokyo.or.jp/" target="_blank">http://www.yobouigaku-tokyo.or.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/tokyo-yobou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/tokyo-yobou/" />
	</item>
		<item>
		<title>ハイアットリージェンシー大阪</title>
		<link>http://www.tripleships.com/works/hyatt-regency-osaka/</link>
		<comments>http://www.tripleships.com/works/hyatt-regency-osaka/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:07:06 +0000</pubDate>
		<dc:creator>admin_ts</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.tripleships.com/?p=444</guid>
		<description><![CDATA[
Title : ハイアットリージェンシー大阪
Client : ハイアット・リージェンシー・オーサカ株式会社
Launch : 2005
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tripleships.com/wp-content/uploads/2009/12/w_35.jpg" alt="ハイアットリージェンシー大阪 " title="ハイアットリージェンシー大阪 " width="600" height="400" /><span id="more-444"></span></p>
<p>Title : ハイアットリージェンシー大阪<br />
Client : ハイアット・リージェンシー・オーサカ株式会社<br />
Launch : 2005</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tripleships.com/works/hyatt-regency-osaka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tripleships.com/works/hyatt-regency-osaka/" />
	</item>
	</channel>
</rss>
