﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta http-equiv="Content-Style-Type" content="text/css">
	<meta http-equiv="Content-Script-Type" content="text/javascript">
	<meta name="keywords" content="<!--$g_keyword1--> <!--$g_keyword2--> <!--$g_keyword3-->">
	<meta name="description" content="<!--$g_explanation-->">
	<link rel="stylesheet" href="http://<!--$g_user_id-->/css/" type="text/css">
	<link rel="alternate" type="application/rss+xml" title="RSS" href="http://<!--$g_user_id-->/RSS/">
	<link rel="alternate" type="application/atom+xml" title="ATOM" href="http://<!--$g_user_id-->/ATOM/">
	<title><!--$g_title--> <!--$g_page_title--></title>
</head>
<body>
	<div id="mainBlock">
		<!--if_not_edit-->
		<div id="TopBlock">
			<div id="TopTitle">
				<a href="<!--$g_url-->"><span class="TopTitleFont"><!--$g_title--></span></a>
			</div>
			<div id="TopExplanation">
				<!--$g_explanation-->
			</div>
		</div>

		<div id="EntryBlock">
			<!--entry-->
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
  rdf:about="http://<!--$g_user_id-->/Entry/<!--$entry_no-->/"
  trackback:ping="http://<!--$g_user_id-->/Trackback/<!--$entry_no-->/"
  dc:title="<!--$entry_title|strip_rdfstr|strip_tags|wordwrap:200-->"
  dc:subject="<!--$entry_category|strip_rdfstr|strip_tags|wordwrap:200-->"
  dc:date="<!--$entry_year-->-<!--$entry_mon-->-<!--$entry_day-->T<!--$entry_hour-->:<!--$entry_min-->:<!--$entry_sec-->+09:00"
  dc:description="<!--$entry_text|strip_rdfstr|strip_tags|wordwrap:200-->"
  dc:identifier="http://<!--$g_user_id-->/Entry/<!--$entry_no-->/" />
</rdf:RDF>
-->
			<div class="EntryInnerBlock">
				<div class="EntryTitle">
					<a href="<!--$entry_link-->"><span class="EntryTitleFont"><!--$entry_title--></span></a><br>
					<span class="EntryWriteDate">
						<a href="/Date/<!--$entry_year--><!--$entry_mon--><!--$entry_day-->/"><!--$entry_year-->.<!--$entry_mon-->.<!--$entry_day--> <!--$entry_wday--> <!--$entry_hour-->:<!--$entry_min--></a>
					</span>
					|
					<span class="EntryCategory">
						<a href="<!--$entry_category_link-->"><!--$entry_category--></a>
					</span>
				</div>
				<div class="EntryTextBox">
					<div class="EntryText">
						<!--$entry_text-->
					</div>
					<!--if_entry-->
					<!--if_ps_text-->
					<br>
					<div class="EntryText">
						<!--$entry_ps_text-->
					</div>
					<!--/if_ps_text-->
					<!--/if_entry-->

					<!--if_not_entry-->
					<!--if_ps_text-->
					<div class="EntryPsText">
						<a href="<!--$entry_link-->">[<!--$entry_ps_title-->]</a>
					</div>
					<!--/if_ps_text-->
					<!--/if_not_entry-->
				</div>
				<div class="EntryFooter">
					Posted by <span class="EntryUserName"><!--$entry_name--></span>
					<!--if_tb_receipt-->
					&nbsp;|
                    <span class="EntryTrackback">
					<a href="<!--$entry_link-->#trackback">Trackback(<!--$entry_trackback_num-->)</a>
					</span>
					<!--/if_tb_receipt-->

					<!--if_cm_receipt-->
					&nbsp;|
                    <span class="EntryComment">
					<a href="<!--$entry_link-->#comment">Comment(<!--$entry_comment_num-->)</a>
					</span>
					<!--/if_cm_receipt-->
				</div>
			</div>

			<!--/entry-->

			<!--if_entry-->
			<!--if_cm_receipt-->
			<div class="CommentBlock">
				<div class="CommentMenuTitle">この記事にコメントする</div>

				<div class="CommentFormBlock">
					<form action="<!--$comment_form_link-->" method="POST">
					<a name="comment"></a>
					<table class="CommentFormTable" cellpadding="0" cellspacing="0">
						<tr>
							<td class="CommentFormTh">Name</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="name" value="<!--$g_cookie_name-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Title</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="title" value=""></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Color</td>
							<td class="CommentFormTd">
								<select id="color" name="color">
									<option value="DimGray" style="color:DimGray">DimGray
									<option value="LightSlateGray" style="color:LightSlateGray">LightSlateGray
									<option value="SlateGray" style="color:SlateGray">SlateGray
									<option value="DarkSlateGray" style="color:DarkSlateGray">DarkSlateGray
									<option value="Black" style="color:Black">Black
									<option value="midnightblue" style="color:midnightblue">MidnightBlue
									<option value="darkslateblue" style="color:darkslateblue">DarkSlateBlue
									<option value="indigo" style="color:indigo">Indigo
									<option value="teal" style="color:teal">Teal
									<option value="darkgreen" style="color:darkgreen">DarkGreen
									<option value="darkolivegreen" style="color:darkolivegreen">DarkOliveGreen
									<option value="darkgoldenrod" style="color:darkgoldenrod">DarkGoldenRod
									<option value="darkred" style="color:darkred">DarkRed
								</select>
							</td>
						</tr>
						<tr>
							<td class="CommentFormTh">E-Mail</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="mail" value="<!--$g_cookie_mail-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">URL</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="url" value="<!--$g_cookie_url-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Comment</td>
							<td class="CommentFormTd"><textarea class="CommentForms" name="comment" cols="40" rows="4"></textarea></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Password</td>
							<td class="CommentFormTd"><input class="CommentForms" type="password" name="pass">&nbsp;&nbsp;<!--$g_emoji_window--></td>
						</tr>
						<tr>
							<td colspan="2" class="CommentFormSubmit">
								<input type="submit" value="　送信　">
							</td>
						</tr>
					</table>
					</form>
				</div>

				<!--comment-->
				<div class="CommentTextBox">
					<a name="comment<!--$comment_no-->"></a>
					<div class="CommentTitle">
						<!--$comment_title-->
					</div>
					<div class="CommentText">
						<!--$comment_text-->
					</div>
					<div class="CommentFooter">
						Posted by <span class="CommentUserName"><!--$comment_mail_link--></span>
						<span class="CommentURL"><!--$comment_homepage_link--></span>
						<span class="CommentWriteDate"><!--$comment_year-->.<!--$comment_mon-->.<!--$comment_day--> <!--$comment_wday--> <!--$comment_hour-->:<!--$comment_min--></span>
						<span class="CommentEdit">
							<a href="<!--$comment_edit_link-->">編集</a>
						</span>
					</div>
				</div>
				<!--if_comment_res-->
				<div class="CommentResBlock">
					<div class="CommentResBox">
						<div class="CommentResTitle"><!--$comment_res_title--></div>
						<div class="CommentResText"><!--$comment_res_text--></div>
						<div class="CommentResFooter">
							<!--$comment_res_year-->.<!--$comment_res_mon-->.<!--$comment_res_day--> <!--$comment_res_wday--> <!--$comment_res_hour-->:<!--$comment_res_min-->
						</div>
					</div>
				</div>
				<!--/if_comment_res-->
				<!--/comment-->
			</div>
			<!--/if_cm_receipt-->

			<!--if_tb_receipt-->
			<div class="TrackbackBlock">
				<div class="TrackbackMenuTitle">この記事へのトラックバック</div>
				<div class="TrackbackURLTitle">
					<a name="trackback"></a>
					TrackbackURL：<input id="TrackbackURL" type="text" name="tbURL" value="<!--$g_trackback_url-->" onclick="this.select(0,this.value.length)">
				</div>
				<!--trackback-->
				<div class="TrackbackTextBox">
					<a name="trackback<!--$trackback_no-->"></a>
					<div class="TrackbackTitle">
						<!--$trackback_title-->
					</div>
					<div class="TrackbackText">
						<!--$trackback_excerpt-->
					</div>
					<div class="TrackbackFooter">
						From <span class="TrackbackBlogTitle">&quot;<!--$trackback_blog_title-->&quot;</span>
						<span class="TrackbackHomepageLink"><!--$trackback_homepage_link--></span>
						<span class="TrackbackWriteDate"><!--$trackback_year-->.<!--$trackback_mon-->.<!--$trackback_day--> <!--$trackback_wday--> <!--$trackback_hour-->:<!--$trackback_min--></span>
					</div>
				</div>
				<!--/trackback-->
			</div>
			<!--/if_tb_receipt-->
			<!--/if_entry-->

			<div class="PageLinkBlock">
				<!--if_prev_page-->
				<a href="<!--$pagelink_prev_link-->">&lt;&lt;&nbsp;<!--$pagelink_prev_title--></a>&nbsp;
				<!--/if_prev_page-->
				<!--if_not_page-->|&nbsp;<a href="<!--$g_url-->">HOME</a>&nbsp;|<!--/if_not_page-->
				<!--if_next_page-->
				&nbsp;<a href="<!--$pagelink_next_link-->"><!--$pagelink_next_title-->&nbsp;&gt;&gt;</a>
				<!--/if_next_page-->
			</div>
		</div>

		<div class="PluginBlock">
			<!--plugin1-->
			<div class="PluginInnerBlock" id="<!--$plugin_type-->">
				<div class="PluginTitle <!--$plugin_title_align-->">
					<!--$plugin_title-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_header_explanation-->
				</div>
				<div class="PluginContents <!--$plugin_contents_align-->">
				<!--$plugin_data-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_footer_explanation-->
				</div>
			</div>
			<!--/plugin1-->

			<!--plugin2-->
			<div class="PluginInnerBlock" id="<!--$plugin_type-->">
				<div class="PluginTitle <!--$plugin_title_align-->">
					<!--$plugin_title-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_header_explanation-->
				</div>
				<div class="PluginContents <!--$plugin_contents_align-->">
				<!--$plugin_data-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_footer_explanation-->
				</div>
			</div>
			<!--/plugin2-->

			<!--plugin3-->
			<div class="PluginInnerBlock" id="<!--$plugin_type-->">
				<div class="PluginTitle <!--$plugin_title_align-->">
					<!--$plugin_title-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_header_explanation-->
				</div>
				<div class="PluginContents <!--$plugin_contents_align-->">
				<!--$plugin_data-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_footer_explanation-->
				</div>
			</div>
			<!--/plugin3-->

			<!--plugin4-->
			<div class="PluginInnerBlock" id="<!--$plugin_type-->">
				<div class="PluginTitle <!--$plugin_title_align-->">
					<!--$plugin_title-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_header_explanation-->
				</div>
				<div class="PluginContents <!--$plugin_contents_align-->">
				<!--$plugin_data-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_footer_explanation-->
				</div>
			</div>
			<!--/plugin4-->

			<!--plugin5-->
			<div class="PluginInnerBlock" id="<!--$plugin_type-->">
				<div class="PluginTitle <!--$plugin_title_align-->">
					<!--$plugin_title-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_header_explanation-->
				</div>
				<div class="PluginContents <!--$plugin_contents_align-->">
				<!--$plugin_data-->
				</div>
				<div class="PluginExplanation <!--$plugin_explanation_align-->">
					<!--$plugin_footer_explanation-->
				</div>
			</div>
			<!--/plugin5-->
		</div>
		<!--/if_not_edit-->

		<!--if_edit-->
			<div class="CommentBlock">
				<div class="CommentTitle">コメントを編集する</div>

				<div class="CommentFormBlock">
					<form action="<!--$edit_form_link-->" method="POST">
					<table class="CommentFormTable" cellpadding="0" cellspacing="0">
						<tr>
							<td class="CommentFormTh">Name</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="name" value="<!--$edit_name-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Title</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="title" value="<!--$edit_title-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Color</td>
							<td class="CommentFormTd">
								<select id="color" name="color">
									<option value="DimGray" style="color:DimGray">DimGray
									<option value="LightSlateGray" style="color:LightSlateGray">LightSlateGray
									<option value="SlateGray" style="color:SlateGray">SlateGray
									<option value="DarkSlateGray" style="color:DarkSlateGray">DarkSlateGray
									<option value="Black" style="color:Black">Black
									<option value="midnightblue" style="color:midnightblue">MidnightBlue
									<option value="darkslateblue" style="color:darkslateblue">DarkSlateBlue
									<option value="indigo" style="color:indigo">Indigo
									<option value="teal" style="color:teal">Teal
									<option value="darkgreen" style="color:darkgreen">DarkGreen
									<option value="darkolivegreen" style="color:darkolivegreen">DarkOliveGreen
									<option value="darkgoldenrod" style="color:darkgoldenrod">DarkGoldenRod
									<option value="darkred" style="color:darkred">DarkRed
								</select>
							</td>
						</tr>
						<tr>
							<td class="CommentFormTh">E-Mail</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="mail" value="<!--$edit_mail-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">URL</td>
							<td class="CommentFormTd"><input class="CommentForms" type="text" name="url" value="<!--$edit_url-->"></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Comment</td>
							<td class="CommentFormTd"><textarea class="CommentForms" name="comment" cols="40" rows="4"><!--$edit_text--></textarea></td>
						</tr>
						<tr>
							<td class="CommentFormTh">Password</td>
							<td class="CommentFormTd"><input class="CommentForms" type="password" name="pass">&nbsp;&nbsp;<!--$g_emoji_window--></td>
						</tr>
						<tr>
							<td colspan="2" class="CommentFormSubmit">
								<input type="submit" value="　送信　">
							</td>
						</tr>
					</table>
					</form>
				</div>
			</div>
		<!--/if_edit-->
		<br class="clr">

		<div id="FooterBlock">
			<a href="http://emile.blog.shinobi.jp/" target="_blank">Template &quot;simple02&quot; by Emile*Emilie</a><br>
			<!--CM1--> <!--CM2-->
		</div>
	</div>
</body>
</html>