<?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>スタイルシートデザインHTMLテンプレート[2nd-css] &#187; よくある質問と回等</title>
	<atom:link href="http://www.2nd-css.com/category/faq/feed" rel="self" type="application/rss+xml" />
	<link>http://www.2nd-css.com</link>
	<description>スタイルシートデザインHTMLテンプレート</description>
	<lastBuildDate>Wed, 07 Dec 2011 06:18:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>テンプレート各シリーズの違いは？</title>
		<link>http://www.2nd-css.com/faq/post-212.html</link>
		<comments>http://www.2nd-css.com/faq/post-212.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=212</guid>
		<description><![CDATA[こちらで販売するHTMLテンプレートは「monoシリーズ」のように分類されています。例えば「monoシリーズ」の中のテンプレートのHTMLは全て同じです。]]></description>
			<content:encoded><![CDATA[<p>こちらで販売するHTMLテンプレートは「monoシリーズ」のように分類されています。例えば「monoシリーズ」の中のテンプレートのHTMLは全て同じです。</p>
<p>mono-A-1とmono-C-4はHTMLは同じです。mono-B-5も同じです。ですからもしあなたがmono-A-1を購入しホームページを作成したとします。</p>
<p>半年後、デザインを変えたいと思ったとき、おなじmonoシリーズの中からテンプレートを選べばスタイルシートの含まれるフォルダ「style」を入れ替えるだけでデザインを変えることが出来ます。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-212.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アップロードしたら表示が変</title>
		<link>http://www.2nd-css.com/faq/post-207.html</link>
		<comments>http://www.2nd-css.com/faq/post-207.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=207</guid>
		<description><![CDATA[ダウンロードしたテンプレートを使ってとりあえず1,2ページ作ってみたので、そのページをサーバーにアップロードしてみた…ぜんぜんレイアウトされていない…]]></description>
			<content:encoded><![CDATA[<p>購入したテンプレートを使ってとりあえず1,2ページ作ってみたので、そのページをサーバーにアップロードしてみた…ぜんぜんレイアウトされていない…</p>
<p>2つの原因のいずれかです。</p>
<p>ひとつはスタイルシートのファイルそれに付随するイメージファイルをアップロードしていないというもの。ほとんどのテンプレートでは「style」というフォルダにそれらが入っています。「style」フォルダごとアップロードしましょう。</p>
<p>もうひとつはスタイルシートのファイルとのリンクがうまくいっていないというもの。ダウンロードしたテンプレートそのままの階層に「style」フォルダを置くのであれば以下のように記述されていなくてはなりません。スタイルシートのファイル名は「main.css」とします。</p>
<p><strong>&lt;link href=”<span class="red">style/main.css</span>” rel=”stylesheet” type=”text/css”   /&gt;</strong><br />
って書いたり（一番上の階層）</p>
<p><strong>&lt;link href=”<span class="red">../style/main.css</span>” rel=”stylesheet” type=”text/css”   /&gt;</strong><br />
って書いたり（2番目の階層）</p>
<p><strong>&lt;link href=”<span class="red">../../style/main.css</span>” rel=”stylesheet” type=”text/css”   /&gt;</strong><br />
って書いたり…（3番目の階層）</p>
<p>赤い文字の部分に注意してください。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-207.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTMLなんて覚えたく無いんだけど</title>
		<link>http://www.2nd-css.com/faq/post-205.html</link>
		<comments>http://www.2nd-css.com/faq/post-205.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:44:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=205</guid>
		<description><![CDATA[HTMLを絶対に、覚えたくない。HTMLのタグ打ちなんかやってられるか!!という方もいらっしゃるでしょう…]]></description>
			<content:encoded><![CDATA[<p class="f2">HTMLを絶対に、覚えたくない。<br />
HTMLのタグ打ちなんかやってられるか!!</p>
<p>という方もいらっしゃるでしょう。仕方ありません。このテンプレートはやめたほうがよいでしょう。いや、Dreamweaverを使っているならまだよいかもしれませんが、ホームページビルダーではHTMLのタグ打ちのほうがはるかに作業効率がよいと思います。</p>
<p>それでも覚えたくないという方はこのテンプレートはやめたほうがよいでしょう。</p>
<p>このサイトで販売するHTMLテンプレートはデザインはCSSでHTMLはシンプルにということを第一に考えて設計しています。ですからHTMLはとても簡潔です。</p>
<p><a href="http://www.2nd-css.com/sample/html_1.html" target="_blank">たいていこんな感じのHTMLです。</a></p>
<p>これぐらいのHTMLは理解しておいたほうが、将来のサイト運営に必ず役に立つと思います。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-205.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>わからないことは教えてくれるの？</title>
		<link>http://www.2nd-css.com/faq/post-202.html</link>
		<comments>http://www.2nd-css.com/faq/post-202.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:41:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=202</guid>
		<description><![CDATA[作成に自信のない方、わからないことが出てきたときに周りに教えてくれる人がいない方、本やインターネットで調べることが億劫な方は...]]></description>
			<content:encoded><![CDATA[<p>作成に自信のない方、わからないことが出てきたときに周りに教えてくれる人がいない方、本やインターネットで調べることが億劫な方は「1ヵ月サポート付」をお申し込みください。</p>
<p>ダウンロードから1ヵ月間メールにてご質問にお答えいたします。</p>
<p>もしも「1ヵ月サポート付」を申し込まないでどうしてもわからないことが出てきた場合、その時点からの1ヵ月のメールサポート（14,800円）をお申し込みいただけます。</p>
<p>ただし質問する場合には必ず作成途中のものをどこかのサーバーにアップロードしそのアドレスをご連絡いただくか作成途中のファイルを添付ファイルなどで送っていただくかしてください。そして疑問点を明確にしてください。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-202.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>本当に簡単なHTMLなの？</title>
		<link>http://www.2nd-css.com/faq/post-200.html</link>
		<comments>http://www.2nd-css.com/faq/post-200.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=200</guid>
		<description><![CDATA[はい。これ以上簡単にすることは不可能ではないでしょうか...]]></description>
			<content:encoded><![CDATA[<p>はい。これ以上簡単にすることは不可能ではないでしょうか？</p>
<p>テンプレートのHTMLはすべて<a href="http://www.2nd-css.com/sample/html_1.html" target="_blank">こんな感じ</a>です。ホームページビルダーなどのソフトウェアで作成したホームページのHTMLはもっと複雑です。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-200.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>本当に使いやすいテンプレートなの？</title>
		<link>http://www.2nd-css.com/faq/post-197.html</link>
		<comments>http://www.2nd-css.com/faq/post-197.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:34:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=197</guid>
		<description><![CDATA[これまで数年間にわたり数十種類のHTMLテンプレートを配布してきました。そのテンプレートを利用して立ち上げられているホームページは数万ページに及 びます...]]></description>
			<content:encoded><![CDATA[<p>これまで数年間にわたり数十種類のHTMLテンプレートを配布してきました。そのテンプレートを利用して立ち上げられているホームページは数万ページに及びます。</p>
<p>ありがたいことに多くの方からたくさんの感謝のメールもいただいています。</p>
<p>その実績をふまえて今回さらにテンプレートのマニュアルページを充実さ せて販売するテンプレートです。テーブルを使ったレイアウトは一切排除し、HTMLタグもこれ以上シンプルにしょうがないほど簡潔にしています。</p>
<p>「使いやすい」というのはそれぞれの方の主観ですのでなんともいえないというのが正直なところですが、簡潔なHTML、デザインはスタイルシートでということであれば使えるテンプレート、将来にわたって更新などの運営のしやすいテンプレートであると考えています。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-197.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>写真素材などは含まれているの？</title>
		<link>http://www.2nd-css.com/faq/post-195.html</link>
		<comments>http://www.2nd-css.com/faq/post-195.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=195</guid>
		<description><![CDATA[メニューボタンなどの素材は含まれています。しかし写真素材については自分で撮影した写真を利用するか...]]></description>
			<content:encoded><![CDATA[<p>メニューボタンなどの素材は含まれています。しかし写真素材については自分で撮影した写真を利用するか、素材集ソフトなどをご活用ください。</p>
<p>テンプレートセットにはイメージ写真がいくつか含まれていますが、あくまでもサイトの雰囲気をつかんでもらうためのものです。実際に制作するサイトではよりあなたのサイトにあった写真が必要と思います。</p>
<p>低価格で品質のよい素材集もあります。そのような素材集を活用するとさらに素敵なホームページになります。また、以下のサイトでは数百万点にも及ぶ写真素材やイラスト素材の中から必要な素材のみを選んでを購入することが出来ます。</p>
<p><a href="http://jp.fotolia.com/partner/200726197" target="_blank">写真素材「fotolia」</a></p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-195.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>デザインの変更は簡単なの？</title>
		<link>http://www.2nd-css.com/faq/post-193.html</link>
		<comments>http://www.2nd-css.com/faq/post-193.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=193</guid>
		<description><![CDATA[レイアウト、デザインはすべてCSSで行っています。マニュアルにも書いてありますが、そのCSSの記述の中で文字の色や背景の色...]]></description>
			<content:encoded><![CDATA[<p>レイアウト、デザインはすべてCSSで行っています。</p>
<p>マニュアルにも書いてありますが、そのCSSの記述の中で文字の色や背景の色、罫線の色を変更すれば 簡単に変更できます。</p>
<p>また、メニューボタンなど背景画像をいくつか使用しています。あなたの所有する画像編集ソフトで決められたサイズで画像を作成するこ とでさらにオリジナリティあふれるホームページを作成できます。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-193.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>このテンプレートを販売していいの？</title>
		<link>http://www.2nd-css.com/faq/post-191.html</link>
		<comments>http://www.2nd-css.com/faq/post-191.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:31:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=191</guid>
		<description><![CDATA[そんなのだめです。当たり前です。固くお断りします...]]></description>
			<content:encoded><![CDATA[<p>そんなのだめです。当たり前です。固くお断りします。</p>
<p>このテンプレートをあなた以外の第三者に販売したり無償であげたりすることは固くお断りします。第3者のホームページを制作してあげるという使い方は許可しています。</p>
<p>また、アフィリエイトという形でのテンプレートの販売（紹介）は可能です。というか、ぜひお願いします。登録は以下のサイトで…<br />
<a href="http://www.infocart.jp/t-/c/s/asozaiwdcro/">インフォカート</a><br />
<script type="text/javascript" src="http://www.infotop.jp/two.js"></script><a href="http://www.infotop.jp/" onclick="return two(38323);">インフォトップ</a></p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-191.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>商用サイトでもいいの？</title>
		<link>http://www.2nd-css.com/faq/post-189.html</link>
		<comments>http://www.2nd-css.com/faq/post-189.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 02:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[よくある質問と回等]]></category>

		<guid isPermaLink="false">http://k2s.sakura.ne.jp/2nd-css/?p=189</guid>
		<description><![CDATA[もちろんかまいません。どんなジャンルのホームページ作成に利用いただいてもかまいませんが、違法行為...]]></description>
			<content:encoded><![CDATA[<p>もちろんかまいません。どんなジャンルのホームページ作成に利用いただいてもかまいませんが、違法行為、不法行為を行うホームページではご利用になれません。</p>
<h3>テンプレートについてのご質問はこちらから</h3>
<p>テンプレートご購入前にご質問がございましたら以下のフォームからどうぞ。</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.2nd-css.com/faq/post-189.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

