<script type="text/javascript">
<!--
function showhide(id){
	if(document.getElementById){
		if(document.getElementById(id).style.display == "block"){
			document.getElementById(id).style.display = "none";
		}else{
		document.getElementById("toolbox_sub1").style.display = "none";
		document.getElementById("toolbox_sub2").style.display = "none";
		document.getElementById("toolbox_sub3").style.display = "none";
		document.getElementById("toolbox_sub4").style.display = "none";
		document.getElementById("toolbox_sub5").style.display = "none";
		document.getElementById("toolbox_sub6").style.display = "none";
		document.getElementById(id).style.display = "block";
		}
	}
}
//-->
</script>

<style type="text/css">

#blue #toolbox           {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_main_blue.gif) no-repeat right top;}
#blue #toolbox a,
#blue #toolbox a:link,
#blue #toolbox a:visited {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_blue.gif) no-repeat;background-position: 100% 0px;}
#blue #toolbox a:hover   {background:url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_blue.gif) no-repeat;background-position: 100% -20px;}

#green #toolbox           {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_main_green.gif) no-repeat right top;}
#green #toolbox a,
#green #toolbox a:link,
#green #toolbox a:visited {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_green.gif) no-repeat;background-position: 100% 0px;}
#green #toolbox a:hover   {background:url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_green.gif) no-repeat;background-position: 100% -20px;}

#orange #toolbox           {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_main_orange.gif) no-repeat right top;}
#orange #toolbox a,
#orange #toolbox a:link,
#orange #toolbox a:visited {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_orange.gif) no-repeat;background-position: 100% 0px;}
#orange #toolbox a:hover   {background:url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_orange.gif) no-repeat;background-position: 100% -20px;}

#gray #toolbox           {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_main_gray.gif) no-repeat right top;}
#gray #toolbox a,
#gray #toolbox a:link,
#gray #toolbox a:visited {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_gray.gif) no-repeat;background-position: 100% 0px;}
#gray #toolbox a:hover   {background:url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_gray.gif) no-repeat;background-position: 100% -20px;}
#gray #toolbox a:hover   {background-color: none;}

#red #toolbox           {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_main_gray.gif) no-repeat right top;}
#red #toolbox a,
#red #toolbox a:link,
#red #toolbox a:visited {background: url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_red.gif) no-repeat;background-position: 100% 0px;}
#red #toolbox a:hover   {background:url(http://blog41.fc2.com/y/yukinobu/file/tool_bar_chip_red.gif) no-repeat;background-position: 100% -20px;}
#red #toolbox a:hover   {background-color: none;}


#toolbox {
	position : absolute;
	left     : 20px;
	top      : 5px;
	width    : 720px;
	height   : 20px;
	z-index  : 5;
	}

#toolbox ul {margin:0; padding:0;list-style-type:none;}
#toolbox li {margin:0 1px; padding:0;display:inline;float:left;}

#toolbox a,
#toolbox a:link,
#toolbox a:visited {
	margin      : 0;
	padding     : 3px 0 0 0;
	display     : block;
	text-align  : center;
	line-height : 140%;
	font-size   : 11px;
	font-weight : bold;
	color       : #000000;
	width       : 90px;
	height      : 1.3em;
	}

#toolbox a:hover {
	display        : block;
	text-decoration: none;
	}

#toolbox_sub1,
#toolbox_sub2,
#toolbox_sub3,
#toolbox_sub4,
#toolbox_sub5,
#toolbox_sub6 {
	position   : absolute;
	top        : 25px;
	width      : auto;
	height     : auto;
	z-index    : 6;
	background : #FFFFFF;
	border     : 1px solid #DDDDDD;
	white-space: nowrap;
	}

#toolbox_sub1 {left: 110px;}
#toolbox_sub2 {left: 204px;}
#toolbox_sub3 {left: 296px;}
#toolbox_sub4 {left: 387px;}
#toolbox_sub5 {left: 480px;}
#toolbox_sub6 {
	margin     : 0px;
	padding    : 10px;
	line-height: 150%;
	font-size  : 90%;
	left       : 320px;
	}

.toolbox_sub_name {font-size: 10pt;border-bottom: 1px solid #000000;}

.toolbox_body {
	font-size  : 9pt;
	line-height: 150%;
	padding    : 2px 5px;
	margin     : 3px 0px;
	z-index    : 7;
	}

</style>


<!--index_area-->
<div id="toolbox" class="tool_gray">
<!--/index_area-->

<!--not_permanent_area-->
<!--not_index_area-->
<div id="toolbox" class="tool_orange">
<!--/not_index_area-->
<!--/not_permanent_area-->

<!--permanent_area-->
<div id="toolbox" class="tool_blue">
<!--/permanent_area-->

<ul>
<li><a href="<%url>" id="toppage" onkeypress="0" title="トップページに戻ります。">TOP PAGE</a></li>
<li><a href="JavaScript:showhide('toolbox_sub1')" onkeypress="1" title="管理者のプロフィール">PROFILE</a></li>
<li><a href="JavaScript:showhide('toolbox_sub2')" onkeypress="2" title="最新のコメント一覧">COMMENT</a></li>
<li><a href="JavaScript:showhide('toolbox_sub3')" onkeypress="3" title="最新のトラックバック一覧">TRACKBACK</a></li>
<li><a href="JavaScript:showhide('toolbox_sub4')" onkeypress="4" title="お気に入りリンク集">LINKS</a></li>
<li><a href="JavaScript:showhide('toolbox_sub5')" onkeypress="5" title="月別アーカイブリンク">ARCHIVE</a></li>
<li><a href="JavaScript:showhide('toolbox_sub6')" onkeypress="6" title="ブログ内検索&Google検索">SEARCH</a></li>
</ul>
</div>

<div id="toolbox_sub1" class="toolbox_body" style="display: none" onclick="outbox('toolbox_sub1')">
<!--myimage--><img src="<%image>" alt="<%author_name>" /><!--/myimage--><br />
<%author_name><br />
<%introduction2>
</div>

<div id="toolbox_sub2" style="display: none" onclick="outbox('toolbox_sub2')">
<!--rcomment--> 
<p class="toolbox_body">(<%rcomment_month>/<%rcomment_day>) 「<a href="<%rcomment_link>#comment"><%rcomment_etitle></a>」<br />
 └[<%rcomment_title>] - <%rcomment_name><span class="comment_<%rcomment_name>">さん</span> 
<script type="text/javascript"> nw(<%rcomment_year>,<%rcomment_month>,<%rcomment_day>,<%rcomment_hour>) </script></p>
<!--/rcomment--> 
</div> 

<div id="toolbox_sub3" style="display: none"onclick="outbox('toolbox_sub3')">
<!--rtrackback--> 
<p class="toolbox_body">「<a href="<%rtrackback_link>#trackback" title="<%tb_excerpt>"><%rtrackback_etitle></a>」<br />
 └[<a href="<%rtrackback_url>" title="<%rtrackback_excerpt>"><%rtrackback_title></a>]<br />
  <%rtrackback_blog_name>(<%rtrackback_month>/<%rtrackback_day>)</p>
<!--/rtrackback-->
</div>

<div id="toolbox_sub4" style="display: none" onclick="outbox('toolbox_sub4')">
<p class="toolbox_body">
<!--link-->
<a href="<%link_url>" title="<%link_name>">・<%link_name></a><br />
<!--/link-->
</p>
</div>

<div id="toolbox_sub5" style="display: none" onclick="outbox('toolbox_sub5')">
<p class="toolbox_body">
<!--archive--> 
<a href="<%archive_link>" title="<%archive_year>年<%archive_month>月の記事一覧"><%archive_year>年<%archive_month>月</a> [<%archive_count>]<br />
<!--/archive-->
</p>
</div>

<div id="toolbox_sub6" style="display: none" class="toolbox_body" onclick="outbox('toolbox_sub6')">
<div class="toolbox_sub_name">FC2ブログ用検索</div>
キーワードを入力する事でFC2ブログから記事を検索出来ます。<br />
(セレクタからサーバーを選んで記事を検索して下さい。)
<p>
<!-- SiteSearch Google -->
<form method=get action="http://www.google.co.jp/search">
<a href="http://www.google.co.jp/">
<img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a><br />
<input type=text name=q size=30 maxlength=255 value="">
<input type=hidden name=ie value=EUC-JP>
<input type=hidden name=oe value=EUC-JP>
<input type=hidden name=hl value="ja">
<input type=submit name=btnG value="Google 検索">
<font size=-1><br />
<select name=sitesearch>
<option value="fc2.com" />FC2全サーバから</option>
<option value="" />WWWから</option>
</select>
</form>
</p>
<div class="toolbox_sub_name">BLOG SEARCH (ブログ内検索)</div>
キーワードを入力する事でブログ内の記事を検索出来ます。<br />
<form action="./" method="get">
<input type="text" size="30" name="q" value="" maxlength="200" /><input type="submit" value=" SEARCH " style="margin-left:20px;"/>
</form></p></div>