<?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>技術関係ブログ</title>
	<atom:link href="http://takahashisystem.com/feed" rel="self" type="application/rss+xml" />
	<link>http://takahashisystem.com</link>
	<description>ガジェット、Webサービス、ドボクなど、様々な技術関係の事柄をご紹介</description>
	<lastBuildDate>Wed, 22 Jun 2011 06:27:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MarsEdit3を使いはじめました</title>
		<link>http://takahashisystem.com/archives/1049</link>
		<comments>http://takahashisystem.com/archives/1049#comments</comments>
		<pubDate>Wed, 22 Jun 2011 06:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ブログ]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1049</guid>
		<description><![CDATA[いろんなブログで「おすすめ！」といわれていたブログエディタ「MarsEdit3」を使いはじめました。
機能的にはこちらの方のブログが、とても参考になりました！→ 普通のサラリーマンのiPhone日記 Blogエディタ「M [...]]]></description>
			<content:encoded><![CDATA[<p>いろんなブログで「おすすめ！」といわれていたブログエディタ「<a href="http://iphone-diary.com/?p=9623">MarsEdit3</a>」を使いはじめました。</p>
<p>機能的にはこちらの方のブログが、とても参考になりました！<br />→ <a href="http://iphone-diary.com/?p=9623">普通のサラリーマンのiPhone日記 Blogエディタ「MarsEdit」に惚れました♪</a></p>
<p><img title="ss_20110622.png" src="http://takahashisystem.com/wp-content/uploads/2011/06/ss_201106221.png" border="0" alt="Ss 20110622" width="450" height="292" /></p>
<p>何が良いって「立ち上げたらブログを書く」気持ちになれるのが、とても重要。僕は「後で探しやすいメモ」を付ける意味でもブログを書いているので、ブログを書けば書くほど思い出しやすくなるんです。</p>
<p>でも億劫なんですよね &#8230; それを埋めてくれるツールとしてMarsEdit3とても使えそうです。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1049&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1049/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>はてブ twitter facebook のボタンを設置</title>
		<link>http://takahashisystem.com/archives/1027</link>
		<comments>http://takahashisystem.com/archives/1027#comments</comments>
		<pubDate>Thu, 17 Feb 2011 04:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webサービス]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1027</guid>
		<description><![CDATA[今まで他のブックマークサービスのボタンを付けていたのですが、そろそろ見直しするかということで ・・・ はてなブックマーク、twitter、facebookのボタンを設置してみました。
以下、ざっくりとした設置方法です。コ [...]]]></description>
			<content:encoded><![CDATA[<p>今まで他のブックマークサービスのボタンを付けていたのですが、そろそろ見直しするかということで ・・・ はてなブックマーク、twitter、facebookのボタンを設置してみました。</p>
<p>以下、ざっくりとした設置方法です。コードを取得してWordpressのテーマに貼り付けているだけです。</p>
<h3>はてなブックマークのボタン設置</h3>
<p>以下サイトで設定<br />
<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://b.hatena.ne.jp/guide/bbutton" target="_blank">http://b.hatena.ne.jp/guide/bbutton</a></p>
<p>コード例<br />
<textarea cols="67" rows="8" style="font-size:11px">&lt;a href=”http://b.hatena.ne.jp/entry/&lt;?php the_permalink(); ?&gt;”data-hatena-bookmark-title=”技術関係ブログ”data-hatena-bookmark-layout=”standard” title=”このエントリーをはてなブックマークに追加”&gt;&lt;img src=”http://b.st-hatena.com/images/entry-button/button-only.gif” alt=”このエントリーをはてなブックマークに追加” width=”20″ height=”20″style=”border: none;” /&gt;&lt;/a&gt;&lt;script type=”text/javascript” src=”http://b.st-hatena.com/js/bookmark_button.js” charset=”utf-8″ async=”async”&gt;&lt;/script&gt;</textarea></p>
<p>個別記事に設置するので &lt;?php the_permalink(); ?&gt; で指定。</p>
<h3>twitterのボタン設置</h3>
<p>以下サイトで設定<br />
<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://twitter.com/goodies/tweetbutton" target="_blank">http://twitter.com/goodies/tweetbutton</a></p>
<p>コード例<br />
<textarea cols="67" rows="8" style="font-size:11px">&lt;a href=&#8221;<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://twitter.com/share" target="_blank">http://twitter.com/share</a>&#8221; data-count=&#8221;horizontal&#8221; data-via=&#8221;mitakasound&#8221; data-lang=&#8221;ja&#8221;&gt;Tweet&lt;/a&gt;&lt;script type=&#8221;text/javascript&#8221; src=&#8221;<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://platform.twitter.com/"target="_blank">http://platform.twitter.com/</a><br />
widgets.js&#8221;&gt;&lt;/script&gt;</textarea></p>
<p>これは個別記事のURLを持ってきてくれるので指定なし。「data-via」に入れたアカウント宛のメンションとなります。</p>
<h3>facebookのボタン設置</h3>
<p>以下サイトで設定<br />
<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://developers.facebook.com/docs/reference/plugins/like/" target="_blank">http://developers.facebook.com/docs/reference/plugins/like/</a></p>
<p>コード例<br />
<textarea cols="67" rows="8" style="font-size:11px"><br />
&lt;iframe src=&#8221;<a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://www.facebook.com/plugins/like.php%3Fhref%3D" target="_blank">http://www.facebook.com/plugins/like.php?href=</a>&lt;?php<br />
the_permalink(); ?</p>
<div id="qhide_37958">&gt;&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=80&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=21&#8243; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; style=&#8221;border:none; overflow:hidden;</div>
<p>width:80px; height:21px;&#8221; allowTransparency=&#8221;true&#8221;&gt;&lt;/iframe&gt;<br />
</textarea></p>
<p>こちらも、個別記事に設置するので &lt;?php the_permalink(); ?&gt; 。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1027&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1027/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>超単焦点プロジェクタが欲しい</title>
		<link>http://takahashisystem.com/archives/1016</link>
		<comments>http://takahashisystem.com/archives/1016#comments</comments>
		<pubDate>Thu, 10 Feb 2011 07:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ガジェット]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1016</guid>
		<description><![CDATA[最近物欲が減ってきてるなあと思ってたんですが、久々に欲しくて仕方ないものが現れました。超単焦点プロジェクタです。以下の記事を読んで、欲しくて欲しくて仕方なくなってます。
→ 15万円で壁をディスプレイにしてみた (Kee [...]]]></description>
			<content:encoded><![CDATA[<p>最近物欲が減ってきてるなあと思ってたんですが、久々に欲しくて仕方ないものが現れました。超単焦点プロジェクタです。以下の記事を読んで、欲しくて欲しくて仕方なくなってます。</p>
<p>→ <a href="http://d.hatena.ne.jp/shi3z/20110208/1297158056" target="_blank">15万円で壁をディスプレイにしてみた (Keep Crazy;shi3zの日記)</a></p>
<p>あああ、欲しい欲しい欲しい。</p>
<h3>こんな風に使いたい</h3>
<p>ちょいとベタですが、使いまくりたい。そのうち飽きちゃうような気がするけど使いまくりたい。</p>
<p>1.寝ながらインターネット。(普通のプロジェクタでいいか）<br />
2.アホ写真を撮りたい。奇妙な背景に映して撮りまくりたい。<br />
3.どこでも工場とかジャンクションの写真表示できる！<br />
4.というか普通に会議で使うの便利だ。</p>
<p>あああ、欲しい欲しい欲しい欲しい。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1016&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1016/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>改行タグ (br) を削除したい</title>
		<link>http://takahashisystem.com/archives/1009</link>
		<comments>http://takahashisystem.com/archives/1009#comments</comments>
		<pubDate>Thu, 27 Jan 2011 11:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1009</guid>
		<description><![CDATA[ブログの修正をしてて、どうしても 「&#60;br /&#62;」を削除したかったんです。正規表現がいまいち分からないので苦戦していたのですが、なんとか削除成功したのでメモ。教えてくれた人ありがとう！
$hogehoge = [...]]]></description>
			<content:encoded><![CDATA[<p>ブログの修正をしてて、どうしても 「&lt;br /&gt;」を削除したかったんです。正規表現がいまいち分からないので苦戦していたのですが、なんとか削除成功したのでメモ。教えてくれた人ありがとう！</p>
<p>$hogehoge = preg_replace( &#8216;/&lt;br(\s+\/)?&gt;/i&#8217;, &#8221;, $hogehoge );</p>
<p>「&lt;br&gt;」 であれば、なんとなく削除できたんですが 「&lt;br /&gt;」 の場合、どうしたものかと悩んでました。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1009&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>四十肩、五十肩のアクセス増からYahoo! の検索が Googleに変わったのを実感</title>
		<link>http://takahashisystem.com/archives/1007</link>
		<comments>http://takahashisystem.com/archives/1007#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webサービス]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1007</guid>
		<description><![CDATA[このブログで最もアクセスが多いのは「石灰沈着性腱板炎　突然の激痛から　その治療方法」という僕が四十肩になったときの記事なのですが、昨年末辺りからアクセス数が格段にアップしているのです。
よくよく解析してみると「Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p>このブログで最もアクセスが多いのは「<a href="http://takahashisystem.com/archives/354">石灰沈着性腱板炎　突然の激痛から　その治療方法</a>」という僕が四十肩になったときの記事なのですが、昨年末辺りからアクセス数が格段にアップしているのです。</p>
<p>よくよく解析してみると「Yahoo!」からのアクセスが異常に伸びています。12月にYahoo!の検索がGoogleに変わった影響を感じます。</p>
<p>Yahoo!からお越しの皆様、今後ともよろしくお願いします！</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1007&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppleTVでUstreamを観たい AirFlickに期待</title>
		<link>http://takahashisystem.com/archives/1001</link>
		<comments>http://takahashisystem.com/archives/1001#comments</comments>
		<pubDate>Fri, 24 Dec 2010 02:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ガジェット]]></category>
		<category><![CDATA[aireflick]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple tv]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ustream]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=1001</guid>
		<description><![CDATA[先日 Apple TV を購入してテレビを使うのが少し楽しくなりました。映画のレンタルが出来るのも魅力的なのですが、iTunesに入ってる曲をTVのスピーカーから気軽に聴けるので重宝しています。。
AppleTVでUst [...]]]></description>
			<content:encoded><![CDATA[<p>先日 <a href="http://www.amazon.co.jp/gp/product/B004BR2CL8?ie=UTF8&amp;tag=takahashiblog-22&amp;linkCode=as2&amp;camp=247&amp;creative=7399&amp;creativeASIN=B004BR2CL8">Apple TV</a> を購入してテレビを使うのが少し楽しくなりました。映画のレンタルが出来るのも魅力的なのですが、iTunesに入ってる曲をTVのスピーカーから気軽に聴けるので重宝しています。。</p>
<h3>AppleTVでUstreamを観たい</h3>
<p>あと「これが出来たらいいのになー」と願うことは &#8230; UstreamをTVで観たいんです。appleの立場で考えるとUstreamをApple TVで正式サポートするのは難しそうです。</p>
<p>そこで期待しているのが AirFlick<a href="http://japanese.engadget.com/2010/12/22/mac-apple-tv-airflick-dvd/" target="_self"><br />
Apple TV に任意のビデオを飛ばすアプリ AirFlick 、デスクトップやDVDも</a></p>
<p>できればストリーミングをリアルタイムで変換してAppleTVに飛ばせればいいのですが、デスクトップキャプチャを飛ばせれば「UstreamをTVで観る」ことは実現出来ます。</p>
<p>現在、MacBookProをテレビにHDMI-miniケーブルでテレビに繋いで、一応「UstreamをTCで観る」ことは実現出来ているのですが、ワイヤレスで気軽に観れるようになったら素敵。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=1001&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/1001/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pressmark と tumblr と情報を貯める場所</title>
		<link>http://takahashisystem.com/archives/994</link>
		<comments>http://takahashisystem.com/archives/994#comments</comments>
		<pubDate>Fri, 03 Dec 2010 05:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webサービス]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[アイデア・ネタ]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[pressmark]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=994</guid>
		<description><![CDATA[MOONGIFTさんを真似てPressmarkを使いソーシャルブックマーク風のメモ「技術関係メモ」を続けています。
→ WordPressをソーシャルブックマーク風に「Pressmark」
こんな噂「WordPress、 [...]]]></description>
			<content:encoded><![CDATA[<p>MOONGIFTさんを真似て<a href="https://github.com/alx/pressmark">Pressmark</a>を使いソーシャルブックマーク風のメモ「<a href="http://takahashisystem.com/memo/">技術関係メモ</a>」を続けています。</p>
<p>→ <a href="http://www.moongift.jp/2009/05/pressmark/">WordPressをソーシャルブックマーク風に「Pressmark」</a></p>
<p>こんな噂「<a href="http://jp.blogherald.com/2010/11/12/wordpress-to-embrace-tumblr-layout-by-christmas/">WordPress、クリスマス前にTumblrのレイアウトを採用か</a>」もあるので、少しずつTumblrから移行してもいいかなと考えています。</p>
<h3>情報を貯める場所 (2010年12月版)</h3>
<p>iPadのReaderでGoogleリーダーに登録したフィードを読むところがスタート。</p>
<p>（重要度高い→低い）</p>
<p>・手帳<br />
・<a href="http://www.evernote.com/about/intl/jp/">Evernote</a><br />
・<a href="http://readitlaterlist.com/">Read It Later</a><br />
・<a href="http://takahashisystem.com/memo/">技術関係メモ</a><br />
・<a href="http://www.tumblr.com">tumblr</a></p>
<p>本当に大切なことは手帳に書いて、それを補助するEvernote。あとでじっくり読みたいものはRead It Laterに飛ばしてiPadで読みます。あとで読むかどうかわからないものは技術関係メモに。少し気になるレベルのものはtumblrにどんどん投げ込みます。</p>
<p>ここにFacebookの「いいね！」が増えてきているので、どこに貯めていこうか少し悩んでいます。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=994&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/994/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANAのシートベルトを使ったベルトが欲しい</title>
		<link>http://takahashisystem.com/archives/981</link>
		<comments>http://takahashisystem.com/archives/981#comments</comments>
		<pubDate>Mon, 08 Nov 2010 16:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ガジェット]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=981</guid>
		<description><![CDATA[その名も「FLIGHTLINER BELT」ANAのシートベルトを利用したベルトです。かっこ良すぎる！欲しい！！

innoveco（イノベコ）
]]></description>
			<content:encoded><![CDATA[<p>その名も「FLIGHTLINER BELT」ANAのシートベルトを利用したベルトです。かっこ良すぎる！欲しい！！</p>
<p><a href="http://www.innoveco.jp/index.html" target="_blank"><img class="alignnone size-large wp-image-982" title="innoveco（イノベコ）｜飛行機ベルト｜シートベルトバッグ etc_1289234926048" src="http://takahashisystem.com/wp-content/uploads/2010/11/3bd6dcfae182be99831f8242eec34924-841x1024.jpg" alt="" width="450" /></a></p>
<p><a href="http://www.innoveco.jp" target="_blank">innoveco（イノベコ）</a></p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=981&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/981/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>備忘録 WordPressカスタマイズメモ 11月編（１）</title>
		<link>http://takahashisystem.com/archives/972</link>
		<comments>http://takahashisystem.com/archives/972#comments</comments>
		<pubDate>Mon, 08 Nov 2010 16:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=972</guid>
		<description><![CDATA[後で試したいなーと思っていたWordPressのカスタマイズが溜まってきたので備忘録です。
function.php関連
WordPressのfunctions.phpに書いておくといいかもしれないコードいろいろ
fun [...]]]></description>
			<content:encoded><![CDATA[<p>後で試したいなーと思っていたWordPressのカスタマイズが溜まってきたので備忘録です。</p>
<h3>function.php関連</h3>
<p><a href="http://webdesignrecipes.com/wordpress-functions-php-snipets/" target="_blank">WordPressのfunctions.phpに書いておくといいかもしれないコードいろいろ</a><br />
function.phpを直さなくちゃと思いながらしばらく直していません。。まずはアイキャッチ画像を追加できるようにしたかったのに忘れてました。</p>
<p><a href="http://coliss.com/articles/blog/wordpress/how-to-make-wordpress-urls-root-relative.html" target="_blank">WordPressでのパス指定を絶対パスから相対パスに変更する方法</a><br />
これもfunction.phpのカスタマイズですね。絶対パスになってるの気に入らなかったんです。</p>
<h3>プラグイン関連</h3>
<p><a href="http://coliss.com/articles/blog/wordpress/plugin/best-plugins-for-wordpress-3.html" target="_blank">WordPress 3.0対応のとっても便利なプラグイン集</a><br />
ここまで一覧になってると便利。</p>
<p><a href="http://kachibito.net/wordpress/wootumblog.html" target="_blank">WordPressでTumblrライクに記事を投稿できる用に変更するプラグイン・WooTumblog</a><br />
tumblrが好きなんです。あれぐらい気軽にポストできたらいいなということで気になるプラグイン。</p>
<h3>その他</h3>
<p><a href="http://phpspot.org/blog/archives/2010/10/iejqueryimgr.html" target="_blank">IEでも動作する画像を超簡単に角丸化できるjQueryプラグイン「IMGr」</a><br />
wordpressではないのですが、写真を微妙に角丸にしたいなと思っていたのでこれも気になる。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=972&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/972/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>トリッペンの靴を本国サイトで買うと安すぎる</title>
		<link>http://takahashisystem.com/archives/967</link>
		<comments>http://takahashisystem.com/archives/967#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:31:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[気になるもの]]></category>

		<guid isPermaLink="false">http://takahashisystem.com/?p=967</guid>
		<description><![CDATA[
trippen
円高・・・なるほどこれが円高。でもまあ外国から直接商品を買う場合、少し怖かったりするのですがtrippenのオフィシャルですし、購入までシンプルなので安心して購入できそうです。
それにしても「革」「ソー [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trippen.com/" target="_blank"><img class="alignnone size-full wp-image-968" title="blog_trippen" src="http://takahashisystem.com/wp-content/uploads/2010/10/blog_trippen.jpg" alt="" width="450" /></a></p>
<p><a href="http://www.trippen.com/" target="_blank">trippen</a></p>
<p>円高・・・なるほどこれが円高。でもまあ外国から直接商品を買う場合、少し怖かったりするのですがtrippenのオフィシャルですし、購入までシンプルなので安心して購入できそうです。</p>
<p>それにしても「革」「ソール」「色」などを細かにカスタマイズできるのには「そんなこともできたのね！」と驚きました。ああ素敵。</p>
<p>でも、トリッペンの店員さんには良くしていただいたことが多いので、なんとなく引け目を感じてしまいます。</p>
<img src="http://takahashisystem.com/?ak_action=api_record_view&id=967&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://takahashisystem.com/archives/967/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

