<?php
$ts = time();
//$ts = getlastmod();
doConditionalGet($ts);

function str2time($str) {
    /* 
    * Convert a HTTP-date string to Unix time
    * 念のためセミコロン以降を削除してから処理する
    * http://bakera.jp/hatomaru.aspx/ebi/topic/586 を参照
    */
    $str = preg_replace( '/;.*/', '', $str);
    if (!preg_match("/GMT/", $str)) $str .= ' GMT';
    return strtotime($str);
}

function doConditionalGet($timestamp) {

    /*
    * A PHP implementation of conditional get, see 
    * http://fishbowl.pastiche.org/archives/001132.html
    * http://as-is.net/blog/archives/000956.html
    */

    // Convert to GMT format
    $last_modified = gmdate('D, d M Y H:i:s T', $timestamp);

    // Create ETag
    $etag = '"'.md5($last_modified).'"';

    // Send the headers
    header("Last-Modified: $last_modified");
    header("ETag: $etag");

    // See if the client has provided the required headers
    $if_modified_since = isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) ?
        // UNIX タイムスタンプに変換
        str2time( stripslashes( $_SERVER['HTTP_IF_MODIFIED_SINCE'])) : false;

    $if_none_match = isset($_SERVER['HTTP_IF_NONE_MATCH']) ?
        stripslashes($_SERVER['HTTP_IF_NONE_MATCH']) : false;

    if (!$if_modified_since && !$if_none_match)
        return;

    // At least one of the headers is there - check them
    if ($if_none_match && $if_none_match != $etag)
        return; // etag is there but doesn't match

    if ($if_modified_since && $if_modified_since < $timestamp)
        return; // Unix タイムスタンプ(int)で比較する

    // Nothing has changed since their last request - serve a 304 and exit
    header('HTTP/1.1 304 Not Modified');
    exit;
}

?>
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>無料素材倶楽部</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/" />
    <link rel="self" type="application/atom+xml" href="http://sozai.7gates.net/atom.xml" />
    <id>tag:sozai.7gates.net,2008-01-15://3</id>
    <updated>2009-07-13T19:55:18Z</updated>
    <subtitle>商用利用OK、加工可の無料ホームページ素材画像サイト
</subtitle>


<entry>
    <title>きれいなおねえさんは好きですか１</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/gallery/docs/%E3%81%8D%E3%82%8C%E3%81%84%E3%81%AA%E3%81%8A%E3%81%AD%E3%81%88%E3%81%95%E3%82%93%E3%81%AF%E5%A5%BD%E3%81%8D%E3%81%A7%E3%81%99%E3%81%8B%EF%BC%91/" />
    <id>tag:sozai.7gates.net,2008:/gallery//6.203</id>

    <published>2008-03-23T04:17:58Z</published>
    <updated>2008-03-23T05:44:34Z</updated>

    <summary>                                   7～8年前...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0100)イラスト" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flash" label="flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="イラスト" label="イラスト" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/gallery/">
        <![CDATA[<div id="topfla"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="340" height="380">
    <param name=movie value="http://sozai.7gates.net/gallery/img/gallery/feb.swf">
    <param name=menu value=false>
    <param name=loop value=true>
    <param name=quality value=high>
    <embed src="http://sozai.7gates.net/gallery/img/gallery/feb.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="340" height="380" menu=false loop=true>
    </embed> 
  </object></div>
<p>7～8年前に作ったもの、だと思う。当時持っていた個人サイトで、PC絵の練習に月替わりでTOPページのカバーガールflashを作っていて、これは２月のアニーちゃん。</p>
<p>カバーガールのおねーさんたち"だけ"を見にきてくれる人がいたらしく、月初めには、ちょこっとアクセスが多くなりました。当時、お越しいただいていた方、改めてありがとうございます</p>
<p>表情の変化はまだまだぎこちないけれど、今見ても、このおねーさんの優しい笑顔は個人的に好き。</p>
<p>原始的手作業の世界で、たったこれだけをいったい何回プレビューしながら、描き直したことやら。。。　（大汗）　懐かしいなあ</p>]]>
        
    </content>
</entry>



<entry>
    <title>アクセス感謝著作権フリー素材配布</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/blog/docs/%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E6%84%9F%E8%AC%9D%E8%91%97%E4%BD%9C%E6%A8%A9%E3%83%95%E3%83%AA%E3%83%BC%E7%B4%A0%E6%9D%90%E9%85%8D%E5%B8%83/" />
    <id>tag:sozai.7gates.net,2009:/blog//5.2081</id>

    <published>2009-06-13T09:48:10Z</published>
    <updated>2009-06-13T10:09:46Z</updated>

    <summary>無料素材倶楽部へお越しいただきましてありがとうございます。 ふと気づけば、100...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0998)サイトからのお知らせ" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="パブリックドメイン" label="パブリックドメイン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="素材" label="素材" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="著作権フリー" label="著作権フリー" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/blog/">
        <![CDATA[<p>無料素材倶楽部へお越しいただきましてありがとうございます。<br />
ふと気づけば、100万アクセスをこえていました。<br />
地味な個人サイトではありますが、うちの子と楽しく更新させていただいてます。更新する気持ちを保てるのもアクセスしてくださる皆さんのおかげです。</p>

<p>ささやかではありますが、感謝の気持ちを込めて著作権フリーのホームページ用素材を配布させていただきます。アイコン・サイドメニューバー素材、ヘッダー画像素材です。</p>

<p><a href="http://sozai.7gates.net/special/">100万アクセスありがとう！著作権フリー（パブリックドメイン）素材ダウンロード</a></p>

<p>また折々にこうした素材を増やしていけたらいいなと思っています。ほんの１つの素材でもお役に立てましたなら光栄です。今後とも宜しくお願いします。</p>]]>
        
    </content>
</entry>

<entry>
    <title>無料CSSテンプレートの配布を開始しました</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/blog/docs/%E7%84%A1%E6%96%99CSS%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%81%AE%E9%85%8D%E5%B8%83%E3%82%92%E9%96%8B%E5%A7%8B%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F/" />
    <id>tag:sozai.7gates.net,2009:/blog//5.2025</id>

    <published>2009-03-16T05:27:44Z</published>
    <updated>2009-03-16T06:20:02Z</updated>

    <summary>ホームページ用のテンプレート配布サイトを別途オープンしました。 無料ホーム-ペー...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0600)ホームページ用テンプレート" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="css" label="CSS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="テンプレート" label="テンプレート" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/blog/">
        <![CDATA[<p>ホームページ用のテンプレート配布サイトを別途オープンしました。</p>

<p><a href="http://template.7gates.net/">無料ホーム-ページテンプレートのTEMPLATE GATE</a></p>

<p>商用、個人問わずすべて無料でお使いいただけます。すべて実際の表示をプレビューで確認できますので、見て気に入ったものがあればダウンロードしてお使いください。</p>

<p>これまでサンプル作成したものから、使い勝手がよさそうなものを置いておくことにしました。テンプレートとして、あるいは、アイコンやヘッダ画像のストックとして少しでもお役にたてば嬉しいです。このサイトの見た目よりは、普通に「まし」かも（爆）</p>

<p></p>

<p><br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>Googleサイトリンク表示</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/blog/docs/Google%E3%82%B5%E3%82%A4%E3%83%88%E3%83%AA%E3%83%B3%E3%82%AF%E8%A1%A8%E7%A4%BA/" />
    <id>tag:sozai.7gates.net,2009:/blog//5.1985</id>

    <published>2009-02-21T11:49:04Z</published>
    <updated>2009-02-21T12:06:10Z</updated>

    <summary>当、無料素材倶楽部がGoogleの検索結果でサイトリンクが SERPSに出るよう...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0400)Webマーケティング.SEO.SEM.Adsense" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="google" label="google" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="サイトリンク" label="サイトリンク" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/blog/">
        <![CDATA[<p>当、無料素材倶楽部がGoogleの検索結果でサイトリンクが<br />
SERPSに出るようになってました。</p>

<p>Google Webmaster Toolsを見てみますと、2009/02/18から<br />
表示されるようになったようです。</p>

<p>サイトリンク表示は、目標の１つであったので、<br />
一足遅れのバレンタインプレゼントのようで嬉しかったです。</p>

<p>■<strong>無料素材倶楽部(サイト名での検索結果表示googleサイトリンク)</strong></p>

<p><img src="http://sozai.7gates.net/blog/img/googlesitelink.gif" alt=" 無料素材倶楽部での検索結果　画像="" /></p>

<p>■<strong>無料素材クラブ（倶楽部をカナにしての検索結果表示googleサイトリンク）</strong></p>

<p><img src="http://sozai.7gates.net/blog/img/sitelink2.gif" alt=" 無料素材クラブでの検索結果　画像="" /></p>

<p><br />
現在のGoogleは、倶楽部(漢字)＝クラブ（カナ)　は同義だと<br />
判定しているんですね。<br />
同じ倶楽部でも、ひらがなの「くらぶ」ではだめなんですが、やりようによっては何とかなりそうにも思えます。<br />
ただ、うちの場合、<br />
「無料素材倶楽部」「無料素材クラブ」「無料素材くらぶ」<br />
漢字にしろカナにしろ、サイト名で検索してきてくださる方は極々わずかなので、サイトリンクからのダイレクトアクセスの恩恵は、ほとんど受けられないだろうというのが切ないところで・・・（笑）<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>アブナイシスターズがホントにアブナイ</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/blog/docs/%E3%82%A2%E3%83%96%E3%83%8A%E3%82%A4%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA%E3%81%8C%E3%83%9B%E3%83%B3%E3%83%88%E3%81%AB%E3%82%A2%E3%83%96%E3%83%8A%E3%82%A4/" />
    <id>tag:sozai.7gates.net,2009:/blog//5.1983</id>

    <published>2009-02-09T06:10:35Z</published>
    <updated>2009-02-20T13:39:26Z</updated>

    <summary>叶姉妹アニメーション-アブナイシスターズ（2008/8/14 記載)で 予約開始...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0999)WEBデザイナー日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="アブナイシスターズ" label="アブナイシスターズ" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/blog/">
        <![CDATA[<p><a href="http://sozai.7gates.net/blog/docs/%E5%8F%B6%E5%A7%89%E5%A6%B9%E3%82%A2%E3%83%8B%E3%83%A1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3-%E3%82%A2%E3%83%96%E3%83%8A%E3%82%A4%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA/" target="_blank">叶姉妹アニメーション-アブナイシスターズ</a>（2008/8/14 記載)で<br />
予約開始前から勝手に定点観測していた、アブナイシスターズDVD、がほんとに危なくなってきたようだ。</p>

<p>・・・・売上的に。</p>

<p>予約開始も当初の2008/10/1から大幅に遅れた。で、<br />
予約締め切りが今年1/29だったのだが、2/20まで引きのばされた。<br />
当初エンドロールに購入者の名前を入れる特典が最上級だったのが、<br />
「叶姉妹ABUNAIプライベートパーティにご招待」が追加された。</p>

<p>2009/2/9現在、230枚。<br />
共同購入の場合、「勢いづけ身内入札」というケースがあるんだけれども、<br />
まさか、それを加味して、この枚数なんでしょうか？　全世界で。</p>

<p><a href="http://kanosisters.net/contents01.html" target="_blank"　rel="no-follow">第一話ノーカット</a>で見られるようになってます。<br />
後半、シャンパンを振るMikaさんのプルンプルン胸アニメという殿がた向け視聴者サービスがあります。<br />
※でも、個人的には２話以降を見たい気になれず。(ごめんなさい）</p>

<p>DVDが「過去の遺物」になった頃に、プレミアつきそうな予感。<br />
現在１枚３万だから充分プレミア価格な気はしますが。</p>

<p>叶姉妹のお二人には、多分、世界中にセレブでゴージャスで湯水な利息生活のボーイフレンドの皆さまがいらっしゃるはず。<br />
いらん世話ですが、ぜひボーイフレンズに甘えに甘えて、一気大量購入協力をおすすめください。<br />
「３万はちょっと、、、」という潜在購入希望層と、<br />
特典パーティーまで追加して、いっしょけんめ頑張ってらっしゃる、販売担当者のために。</p>

<p>「さすが叶姉妹！　○○国　王子も記念予約済み！?」<br />
とか、”ええっ、マジ？”なキャッチコピーが見てみたい、この頃。</p>

<p><b>追記：</b><br />
2009/2/20 265個で予約販売終了<br />
<a href="http://www.netprice.co.jp/netprice/special15/goods/295371/" rel="no-follow">叶姉妹アニメーションDVD　販売ページ</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>クリック・反響率を上げるボタンデザインの秘訣</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/blog/docs/click-button-design-tips/" />
    <id>tag:sozai.7gates.net,2009:/blog//5.1977</id>

    <published>2009-01-08T04:29:48Z</published>
    <updated>2009-01-08T05:24:15Z</updated>

    <summary>ビジネスサイトのWEB担当者なら、申込み・購入・資料請求・問合せなどなど、 アク...</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0400)Webマーケティング.SEO.SEM.Adsense" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/blog/">
        <![CDATA[<p>ビジネスサイトのWEB担当者なら、申込み・購入・資料請求・問合せなどなど、<br />
アクセスしてくれたユーザーの１人でも多くに何らかのアクションを起こして欲しいです。<br />
「一生懸命キレイに作っているのに、反響率がイマイチ！　ちっくしょー」<br />
以下は、そんな時にデザイン面で見直してみるポイントの１つ。<br />
クリックボタンデザインに関するTipsです。</p>

<p>まずは、Gigazineの、2009年1月6日の記事、<br />
<a href="http://gigazine.net/index.php?/news/comments/20090106_action_buttons/">秀逸なユーザビリティのボタンをデザインするための5つの秘伝</a><br />
から引用させていただきます。<a href="http://www.leemunroe.com/web-design-trends-call-to-action-signup-download-buttons/"> Web Design Trends: Call To Action Buttons</a>（英語）の<br />
紹介記事ですが、判りやすい日本語に訳出してくださってます。</p>
<hr />
<p><b>■秘伝その1：色</b></p>

<p>ボタンの色はページの他のものよりも目立たせ、より明るく、そしてコントラストを効かせてページのカラーとは対照の色を使いましょう。</p>

<p><b>■秘伝その2：場所</b></p>

<p>ユーザーがすぐに見つけることができる場所にボタンを配置しましょう。商品の真横、ヘッダー、ナビゲーションメニュー右上など。</p>

<p><b>■秘伝その3：説明</b></p>

<p>ユーザーと適切なコミュニケーションを実現するためにも、そのボタンの機能を説明する言葉を付けることが重要です。長すぎず、短すぎず、機能を端的に表す単語があれば理解してもらいやすくなります。また、ユーザーにそのボタンをクリックする理由を示すのも効果的です。例えば「無料！」と表示する、などなど。</p>

<p><b>■秘伝その4：大きさ</b></p>

<p>ユーザーにとってそのボタンが重要であることを示すため、ほかのどのボタンよりも大きくし、できるだけ広い面積を取るようにしましょう。</p>

<p><b>■秘伝その5：余白</b></p>

<p>ボタンの周囲には十分な余白を取り、マージンを持たせましょう。また、ボタンらしく見えるように、平面ではなく立体的に見せることも必要です。</p>

<hr />

<p>アクセスユーザーで、ページの隅から隅まで読んでくれる人はごくわずか。<br />
だから、一番大事なキモは、ボタンを「いかに目立たせるか＝いかに注意を喚起するか」ということになります。</p>

<p>そんなことわかっとるわい? <br />
けれど、世のWEBページのボタンについて上記の点から、注意深く眺めてみると、この辺が「まだまだ甘い」ページは意外に多いのです。
ボタンというのは、反響につながる大事なパーツ。いわば「詰め」なんだということを認識してみると、ここが甘いのはよくない、ですよね。</p>
<hr />
<p>これまでの自身の経験・検証結果から上記に、補足しますと、<br />
ボタンに乗せる言葉というのは色、大きさ、配置などの見た目部分と合わせ、おろそかにしてはいけません。<br />
■秘伝その3：説明（原文記事では"Language"ずばり言葉)の部分の補足として、<br /><b>
個人的に「Buy Now」効果と呼んでいますが、</b></p>

<p>○<b style="color:#f90">補足その１：すべてのボタンに可能な限り、まずは、「Now」つまり「今すぐ」「いますぐ」をつけてみる。</b></p>

<p>「Add Cart（カートに入れる」ではなくて、<br />
「いますぐ購入」<br />
「いますぐ注文」<br />
「いますぐ購読」<br />
「いますぐクリック」<br />
ユーザーの深層心理に影響をもたらすのだそうです。<br />
「まあ、いつでもいいや」→「すぐ！すぐ！すぐ！」とユーザーの深層心理にゆさぶりをかけて行動を促すわけです。</p>

<p>○<b style="color:#f90">補足その２：「無料！」「限定！」「お得！」などの言葉が使えるようなら一緒に入れてみる。</b></p>

<p>ほとんどの人間は「無料」「ただ」「フリー」「限定XX名さま」など、自分のメリットになると確実に教えてくれる言葉に反応しやすいものです。<br />
資料とか、メルマガとか、無料のものは多いでしょう。それをはっきり文字にする。<br />
「無料で詳しい資料を」とか。<br />
資料請求ボタンの側にもう一つ、「完全無料！」「送料無料」「手数料無料でお得！」<br />
などテキストや画像を追加しておく合わせ技も有効です。</p>

<p>○<b style="color:#f90">補足その３　資料や商品なら「即日発送可！」とか「3日以内でお手元に！」など時間短縮を強調する言葉を使ってみる。</b></p>

<p>ネット通販、資料請求などは「けっこう時間がかかる」という概念があります。<br />
時間がかからないで届くいうのは、費用がかからない（無料、激安、格安）というのと合わせて訴求ポイントとなります。</p>

<p>WEBサイトでは、検索キーワードに限らず、どんな単語、どんな言葉を使うかはとても大事なことだと思います。<br />
そんなの自分たちにとっては当たり前でも、初めて訪れるユーザーには当たり前ではないのですから、「ささいなこと」をきちんと伝えるようにしてみてはいかがでしょう？</p>

<p><b>次に秘伝その4：ボタン配置の補足</b></p>

<p><b style="color:#f90">○補足：スクロールしないと収まらないページで、商品が１つならボタンは複数配置する。</b><br /><br />
まずスクロールしないで済む位置に１つ。（記事の概要を書いた後くらい）<br />
スクロールして記事の最後に１つ（セールストークでいうクロージングが終わったところ）</p>

<p>「記事が終わってもないところで、ボタンをつけてもクリックしないのでは？」</p>

<p>なんて疑問に思った方、自分のネットでの行動を思い返してみませんか？<br />
訪問者は１回見て「決めてくれる」とは限りません。というより、むしろその方が少ないです。<br />
他と比較して→考えて、決める、方が多数ではないでしょうか？<br />
何度かの再訪で決めようか、となった場合、あるいはリピート購入の場合、<br />
わざわざスクロールしないと申込みができない、というのは、使い勝手よくないでしょ？</p>

<hr />
<p>上記の秘伝では触れられていませんが、個人的に秘伝のその６を追加。</p>

<p><b>秘伝その６：アニメーションなど使用して視覚的に動いているボタンにする。</b></p>

<p>ページにボタンが大量にある場合は、単なるうざいページになってしまいますので、禁物ですけど、アニメーションを使用していないページで１つだけ動いているものは、目立つんです。<br />
ユーザーの目は高確率で吸い寄せられるようにそこに行きます。<br />
で、そのボタンに魅力的な言葉があれば、ついついクリック・・・・。</p>
<hr />
<p>これまでサイトの担当者として数字を抱えて七転八倒しながら、<br />
サイト上で、テストを繰り返してきましたが、上記6つをきちんと考慮してボタンを作ると、確実に効果があります。</p>

<p>あなたが、ごく普通のヒトであれば、一番身近な自分を考えてみてください。<br />
上記のようなボタン”<b>ついつい</b>(→ココ重要)”クリックしたくなりませんか？</p>

<p>たかがボタン１個のデザイン、配置で、本当に数値に変化が起こるのですよ。<br />
もちろん、急激に反響率が上昇するか否か、というのはサイト全体の出来、アクセス、商品自体の需要、によっても違いますが、<br />
たとえ微々たる数値の変化だったとしても、年間スパンで計測してみると、<br />
着実に上をいく、と経験から断言できます。（ボタン画像だけでなくリンクのテキストも同様ですね）</p>

<p>ということで、<br />
自分のサイトの反響・売上につながるページのボタンのすべてを今すぐチェックしてみたらいかがでしょうか？<br />
あるいは、Overture/Adwords等のPPC広告を出稿している場合などはテストページを作成して、スプリットテストを行ってみるのもいいと思います。<br />
（スプリットテスト：最適化されたWEBページ（コンテンツ）にするために、アプローチやデザインの違う複数ページで、アクセス・反響等のテストを行うこと）</p>]]>
        
    </content>
</entry>



<entry>
    <title>メニューバー素材-3</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/docs/%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%83%90%E3%83%BC%E7%B4%A0%E6%9D%90-3/" />
    <id>tag:sozai.7gates.net,2009://3.3366</id>

    <published>2009-07-26T23:42:30Z</published>
    <updated>2009-07-13T19:55:18Z</updated>

    <summary>
サイドメニューのタイトルバー用メニュー台素材です。180×30pixel。20個。jpg形式。背景色は、気にしないで使えます。</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0200)無料ボタン・バナー" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0204)メニューバー" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="サイドバー" label="サイドバー" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="メニューバー" label="メニューバー" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/">
        <![CDATA[<table border="0" cellpadding="0" cellspacing="8" width="360">
  <tr>
   <td><img name="menubtn03001" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-001.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03011" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-011.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03002" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-002.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03012" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-012.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03003" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-003.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03013" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-013.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03004" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-004.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03014" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-014.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03005" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-005.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03015" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-015.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03006" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-006.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03016" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-016.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03007" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-007.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03017" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-017.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03008" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-008.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03018" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-018.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03009" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-009.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03019" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-019.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
  <tr>
   <td><img name="menubtn03010" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-010.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
   <td><img name="menubtn03020" src="http://sozai.7gates.net/img/btn/btnmenu03/menubtn03-020.jpg" width="180" height="30" border="0" alt="サイドバー画像" /></td>
  </tr>
</table>
<p>サイドメニューバーの素材は、<a href="http://sozai.7gates.net/special/">パブリックドメイン（著作権フリー)素材コーナー</a>にもたくさんあります。</p>]]>
        
    </content>
</entry>

<entry>
    <title>QandAアイコン</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/docs/QandA%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3/" />
    <id>tag:sozai.7gates.net,2009://3.3375</id>

    <published>2009-07-26T10:09:20Z</published>
    <updated>2009-07-26T10:20:36Z</updated>

    <summary>
FAQ(よくある質問集)、お客様からの質問、サイトの利用法などQ and A　形式で作るページ用のアイコンです。透過gif。背景色を問いません。10色。サイズは24pixel　と32pixelの２種。40個。カラフルでつやつやです。シンプルなのでデザインに関らず汎用に使えます。ビジネスサイトの質問・回答集ページなどに役立ててください。</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0100)無料アイコン" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0112)PC・ネット・ブログ" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="1kb以下" label="1KB以下" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="faq" label="FAQ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="qanda" label="Q and A" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="透過" label="透過" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/">
        <![CDATA[<table border="0" cellpadding="0" cellspacing="5" width="320" summary="32pixel Q and A icon data">
  <tr>
   <td><img name="qanda01021" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-021.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01022" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-022.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01023" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-023.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01024" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-024.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01025" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-025.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01026" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-026.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01027" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-027.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01028" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-028.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01029" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-029.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01030" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-030.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
  </tr>
  <tr>
   <td><img name="qanda01031" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-031.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01032" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-032.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01033" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-033.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01034" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-034.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01035" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-035.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01036" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-036.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01037" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-037.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01038" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-038.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01039" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-039.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01040" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-040.gif" width="32" height="32" border="0" alt="Q and Aアイコン画像" /></td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="5" width="240" summary="24pixel Q and A icon data">
  <tr>
   <td><img name="qanda01001" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-001.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01002" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-002.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01003" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-003.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01004" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-004.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01005" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-005.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01006" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-006.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01007" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-007.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01008" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-008.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01009" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-009.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01010" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-010.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
  </tr>
  <tr>
   <td><img name="qanda01011" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-011.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01012" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-012.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01013" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-013.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01014" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-014.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01015" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-015.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01016" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-016.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01017" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-017.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01018" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-018.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01019" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-019.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
   <td><img name="qanda01020" src="http://sozai.7gates.net/img/icon/qanda01/qanda01-020.gif" width="24" height="24" border="0" alt="Q and Aアイコン画像" /></td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>花火イラスト</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/docs/%E8%8A%B1%E7%81%AB%E3%82%A4%E3%83%A9%E3%82%B9%E3%83%88/" />
    <id>tag:sozai.7gates.net,2009://3.3357</id>

    <published>2009-07-25T00:23:34Z</published>
    <updated>2009-07-20T19:24:39Z</updated>

    <summary>花火のイラストです。描画、ブレンドモードのある画像ソフトなら「スクリーン」を使って重ね、背景を適当に加工すると楽かも。</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0300)イラスト・カット・クリップアート" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0402)夏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="花火" label="花火" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/">
        <![CDATA[<p>花火イラスト<br /><img src="http://sozai.7gates.net/img/illustration/fireworks01/fireworks01-001.gif" alt="花火画像" /></p>]]>
        
    </content>
</entry>

<entry>
    <title>homeアイコン-01</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/docs/home%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3-01/" />
    <id>tag:sozai.7gates.net,2009://3.3373</id>

    <published>2009-07-24T00:56:58Z</published>
    <updated>2009-07-21T12:07:35Z</updated>

    <summary>home-家のミニアイコンです。16×16pixel.ドット絵、完全透過なので、背景色は気にしないで使えます。gif形式。</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0100)無料アイコン" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0112)PC・ネット・ブログ" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="1kb以下" label="1KB以下" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="home" label="home" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="家" label="家" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="透過" label="透過" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/">
        <![CDATA[<table border="0" cellpadding="0" cellspacing="8" width="160">
  <tr>
   <td><img name="home01001" src="http://sozai.7gates.net/img/icon/home01/home01-001.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01002" src="http://sozai.7gates.net/img/icon/home01/home01-002.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01003" src="http://sozai.7gates.net/img/icon/home01/home01-003.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01004" src="http://sozai.7gates.net/img/icon/home01/home01-004.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01005" src="http://sozai.7gates.net/img/icon/home01/home01-005.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01006" src="http://sozai.7gates.net/img/icon/home01/home01-006.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01007" src="http://sozai.7gates.net/img/icon/home01/home01-007.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01008" src="http://sozai.7gates.net/img/icon/home01/home01-008.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01009" src="http://sozai.7gates.net/img/icon/home01/home01-009.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01010" src="http://sozai.7gates.net/img/icon/home01/home01-010.gif" width="16" height="16" border="0" alt="home画像" /></td>
  </tr>
  <tr>
   <td><img name="home01011" src="http://sozai.7gates.net/img/icon/home01/home01-011.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01012" src="http://sozai.7gates.net/img/icon/home01/home01-012.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01013" src="http://sozai.7gates.net/img/icon/home01/home01-013.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01014" src="http://sozai.7gates.net/img/icon/home01/home01-014.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01015" src="http://sozai.7gates.net/img/icon/home01/home01-015.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01016" src="http://sozai.7gates.net/img/icon/home01/home01-016.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01017" src="http://sozai.7gates.net/img/icon/home01/home01-017.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01018" src="http://sozai.7gates.net/img/icon/home01/home01-018.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01019" src="http://sozai.7gates.net/img/icon/home01/home01-019.gif" width="16" height="16" border="0" alt="home画像" /></td>
   <td><img name="home01020" src="http://sozai.7gates.net/img/icon/home01/home01-020.gif" width="16" height="16" border="0" alt="home画像" /></td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>ほたるイラスト</title>
    <link rel="alternate" type="text/html" href="http://sozai.7gates.net/docs/%E3%81%BB%E3%81%9F%E3%82%8B%E3%82%A4%E3%83%A9%E3%82%B9%E3%83%88/" />
    <id>tag:sozai.7gates.net,2009://3.3371</id>

    <published>2009-07-23T00:52:49Z</published>
    <updated>2009-07-20T19:00:46Z</updated>

    <summary>蛍（ほたる）のイラスト、クリップアートです。清流を飛ぶ夏の蛍。時代が変っても残っていてほしい風景ですね。JPEG。3個</summary>
    <author>
        <name>Aki</name>
        <uri>http://sozai.7gates.net/blog/</uri>
    </author>
    
        <category term="0300)イラスト・カット・クリップアート" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0400)季節素材" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="0402)夏" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ほたる" label="ほたる" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="蛍" label="蛍" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://sozai.7gates.net/">
        <![CDATA[<p>蛍イラスト大きめ<br /><img src="http://sozai.7gates.net/img/illustration/firefly01/firefly01-001.jpg" alt="ほたるイラスト画像" /></p>
<p>蛍イラスト小さめ<br /><img src="http://sozai.7gates.net/img/illustration/firefly01/firefly01-002.jpg" alt="ほたるイラスト画像" /></p>
<p>蛍イラスト加工用<br /><img src="http://sozai.7gates.net/img/illustration/firefly01/firefly01-003.jpg" alt="ほたるイラスト画像" /></p>]]>
        
    </content>
</entry>


</feed>

