






























c0008220090918_komaImg = "http://image.blog.4koma.livedoor.com/image/work/c00082/20090918/w00045_0";
c0008220090918_Url = "http://4koma.livedoor.com/?utf_source=4koma&utm_medium=plugin&utm_campaign=daily";
c0008220090918_Img = "http://image.blog.4koma.livedoor.com/image/work/ad/ad00087s.jpg";

var c0008220090918_animeImage=new Array();
for (var i=0;i<5;i++){
        c0008220090918_animeImage[i]=new Image();
        c0008220090918_animeImage[i].src= c0008220090918_komaImg +(i)+"s.jpg";
}
        c0008220090918_animeImage[5] = new Image(); c0008220090918_animeImage[5].src = c0008220090918_Img;

var c0008220090918_numImage = new Array();
for (var i=1;i<5;i++){
        c0008220090918_numImage[i]=new Image();
        c0008220090918_numImage[i].src="http://image.blog.4koma.livedoor.com/image/work/cmn/num_0"+(i)+".gif";
}
        c0008220090918_numImage[0] = new Image(); c0008220090918_numImage[0].src="http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif";
        c0008220090918_numImage[5] = new Image(); c0008220090918_numImage[5].src="http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif";

var imgID = 0;
var imgName ;
var naviImg = new Array();
var dw_naviImg = new Array();
naviImg[1] = new Image(); naviImg[1].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_off_s.gif";
naviImg[2] = new Image(); naviImg[2].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_off_s.gif";
dw_naviImg[1] = new Image(); dw_naviImg[1].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_on_s.gif";
dw_naviImg[2] = new Image(); dw_naviImg[2].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_on_s.gif";

c0008220090918_currentImage=0;
function c0008220090918_forward(){
        if(c0008220090918_currentImage ==5){
                location.href= c0008220090918_Url;
                return;
        }
        c0008220090918_currentImage++;
        document.c0008220090918_koma.src=c0008220090918_animeImage[c0008220090918_currentImage].src;
        document.c0008220090918_komanum.src=c0008220090918_numImage[c0008220090918_currentImage].src;
        if(c0008220090918_currentImage >0){
                document.c0008220090918_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_off_s.gif';
        }
        return;
}

function c0008220090918_backward(){
        if(c0008220090918_currentImage==0){
                return;
        }
        if(c0008220090918_currentImage==1){
                document.c0008220090918_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                document.c0008220090918_komanum.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
        }
        c0008220090918_currentImage--;
        document.c0008220090918_koma.src=c0008220090918_animeImage[c0008220090918_currentImage].src;
        document.c0008220090918_komanum.src=c0008220090918_numImage[c0008220090918_currentImage].src;
        return;
}

function c0008220090918_ImgCh_Back_down(imgName,imgID){
        if(c0008220090918_currentImage==0){
                document.c0008220090918_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                return;
        }
        document.images[imgName].src=dw_naviImg[imgID].src;
};

function c0008220090918_ImgCh_Back_up(imgName,imgID){
        if(c0008220090918_currentImage==0){
                document.c0008220090918_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                return;
        }
        document.images[imgName].src=naviImg[imgID].src;
};

function c0008220090918_ImgCh_Next_down(imgName,imgID){
        document.images[imgName].src=dw_naviImg[imgID].src;
};

function c0008220090918_ImgCh_Next_up(imgName,imgID){
        document.images[imgName].src=naviImg[imgID].src;
};

document.write('<div style="text-align:center;width:140px;">');
document.write('<div style="text-align:center;margin-bottom:2px;border:2px solid #000;"><img name="c0008220090918_koma" style="cursor:pointer;" src="' + c0008220090918_komaImg + '0s.jpg" width="136" height="136" alt="¥Ç¥¤¥ê¡¼4¥³¥Þ" onClick="c0008220090918_forward();"></div>');
document.write('<div style="float:left;width:55px;text-align:left;border:0px;"><img name="c0008220090918_backbt" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/img/cmn/spacer.gif" width="55" height="21" onClick ="c0008220090918_backward();" onMouseDown="c0008220090918_ImgCh_Back_down(\'c0008220090918_backbt\',\'1\');return false;" onMouseUp="c0008220090918_ImgCh_Back_up(\'c0008220090918_backbt\',\'1\');"></div>');
document.write('<div style="float:right;width:55px;text-align:right;border:0px;"><img name="c0008220090918_nextbt" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_off_s.gif" width="55" height="21" onClick ="c0008220090918_forward();" onMouseDown="c0008220090918_ImgCh_Next_down(\'c0008220090918_nextbt\',\'2\');return false;" onMouseUp="c0008220090918_ImgCh_Next_up(\'c0008220090918_nextbt\',\'2\');"></div>');
document.write('<div style="float:left;width:30px;text-align:center;padding:1px 0;"><img name="c0008220090918_komanum" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/img/cmn/spacer.gif" width="16" height="16"></div>');
document.write('</div><div style="clear:left;"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"><head><meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" /><title>週刊デイリー４コマY-1グランプリ - livedoor デイリー４コマ</title><meta name="description" content="情熱を込めてlivedoorがプロデュースする漫画家・イラストレーターが描き下ろしの４コママンガを日替わりで発表しています" /><meta name="keywords" content="４コマ,マンガ,漫画,comic,コミック,デイリー４コマ" /><meta name="verify-v1" content="1bivxaxGrLBSoWSu7qAOa0M36HWHyewW+8YqCFDlBZQ=" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><meta http-equiv="Content-Style-Type" content="text/css" /><link rel="stylesheet" type="text/css" href="http://image.livedoor.com/css/global/search.css" /><link rel="stylesheet" type="text/css" href="/css/common.css?0.0.55" /><link rel="stylesheet" type="text/css" href="/css/4koma.css?0.0.55" /><link rel="stylesheet" type="text/css" href="/css/y1/y1.css?0.0.55" /><link rel="alternate" type="application/rss+xml" title="デイリー４コマ 総合" href="/rss/4koma.xml" /><link rel="alternate" type="application/rss+xml" title="デイリー４コマ" href="/rss/daily" /><link rel="alternate" type="application/rss+xml" title="デイリー４コマ Y1グランプリ" href="/rss/y1/" /><link rel="alternate" type="application/rss+xml" title="まんがライフWIN" href="/rss/mangalife/index.xml" /><link rel="shortcut icon" href="http://4koma.livedoor.com/favicon.ico" type="image/x-icon" /><script type="text/javascript" src="/js/common.js?0.0.55"></script><script type="text/javascript" src="/js/4koma-viewer.js?0.0.55"></script><script type="text/javascript" src="/js/googlead.js?0.0.55"></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><!--[if lte IE 6]><script type="text/javascript" src="/js/DD_belatedPNG.js"></script><script type="text/javascript">DD_belatedPNG.fix('img, #nav .global');</script><link rel="stylesheet" type="text/css" href="/css/ie6.css?0.0.55" /><![endif]--><script type="text/javascript">  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-1661457-1']);  _gaq.push(['_trackPageview']);  (function() {    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  })();</script><script type="text/javascript" src="http://www.livedoor.com/js/lcslog.js"></script></head><body id="y1"><div id="commonHeader"><div id="functionHeader" class="header">    <ul>    <li><a href="http://news.livedoor.com/" title="最新ニュース！ クリックするほどよく分かる - livedoor ニュース">ニュース</a></li>    <li><a href="http://blog.livedoor.com/" title="日本最大の無料ブログ - livedoor Blog">ブログ</a></li>    <li><a href="http://tou.ch/" title="場所やモノに“タッチ”  みんなの「行った」がすぐわかる - ロケタッチ">ロケタッチ</a></li>    <li><a href="http://pr.livedoor.com/apps/" title="スマートフォンでもっとlivedoor - iPhone/Androidアプリ">スマホアプリ</a></li>    <li><a href="http://www.livedoor.com/contents" title="livedoor コンテンツ一覧">一覧</a></li>    </ul><p><span title="あなたのlivedoor ID">ゲスト</span>さん<a href="/login">ログイン</a></p>    <form id="ld_header_sb" method="get" action="http://livedoor-search.naver.jp/search">    <dl>    <dt>統合検索</dt>    <dd class="word"><input type="hidden" name="c" value="ld_header_sb" /><input type="hidden" name="ie" value="euc-jp" /><input type="text" name="q" size="30" value="" class="q" title="検索したい内容を入力してください" /><button type="submit" name="search" value="検索" class="btn">検索</button></dd>    </dl>    </form><!-- /#functionHeader --></div><div id="contentHeader" class="header">    <ul id="logo">        <li><a href="http://www.livedoor.com/" title="livedoor トップページへ移動します"><img src="/img/cmn/livedoor_logo2.gif" width="95" height="31" alt="livedoor" /></a></li>        <li><h1><a href="/" name="top" title="livedoor ４コマ トップページへ移動します"><img src="/img/cmn/4koma.gif" width="86" height="31" alt="４コマ" /></a></h1></li>    </ul>    <p id="tagline">４コマ漫画を毎日お届け！</p>    <ul>        <li><a href="http://helpguide.livedoor.com/help/4koma/index">ヘルプ</a></li>        <li><a href="http://www.livedoor.com/">livedoor</a></li>    </ul>    <p id="megaText">[PR]<a href="http://app.click.livedoor.com:80/A-affiliate2/mobclick?campid=17022&creid=17022&keyword=hs0000001&uaid=0&info=16782926513278690065310097" target="_blank">10&#19975;&#20870;&#12391;&#22987;&#12417;&#12383;FX&#12391;&#24180;&#21454;&#36229;&#12360;&#8658;</a></p><!-- /#contentHeader --></div><div id="headerBanner"><!-- http://app.click.livedoor.com:80/A-affiliate2/mobclick?campid=9508&creid=17102&keyword=hs9000240&uaid=0&info=16782927013278690065350097 --><SCRIPT TYPE='text/javascript'>var ACE_AR = {Site: '735916', Size: '728090', Region: '3'};</SCRIPT><SCRIPT TYPE='text/javascript' SRC='http://uac.advertising.com/wrapper/aceUAC.js'></SCRIPT><NOSCRIPT><IFRAME SRC="http://ace.advertising.com/site=735916/size=728090/bnum=14725535/tags=1/rich=0/optn=1/ns=1" scrolling="no" width="728" height="90" frameborder="0" marginheight="0" marginwidth="0" title="Advertisement"></IFRAME></NOSCRIPT></div><!-- /#commonHeader --></div><div id="container"><div id="nav"><div class="global"><ul><li class="on"><a href="/y1/" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'グローバルナビ', 'Y-1グランプリ']);" title="めざせ賞金100万円!４コマまんが新人賞!!">Y-1グランプリ</a></li><li><a href="/mangalife/" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'グローバルナビ', 'まんがライフWIN']);" title="まんがライフがお送りするオリジナルWEBコミック!!">まんがライフWIN</a></li></ul><!-- /.global --></div><div id="local-nav"><ul class="menu"><li class="on"><a href="/y1/" title="Y-１グランプリ：作品一覧" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'ローカルナビ', 'Y-1グランプリ トップ']);">Y-1グランプリ トップ</a></li><li><a href="/y1/member/" title="Y-１グランプリ：挑戦者一覧" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'ローカルナビ', '挑戦者一覧']);">挑戦者一覧</a></li><li><a href="/y1/interview/001/" title="Y-１グランプリ：先生インタビュー" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'ローカルナビ', '先生インタビュー']);">先生インタビュー</a></li><li><a href="/y1/regulation.html" title="Y-１グランプリ：挑戦する" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'ローカルナビ', 'Y-1グランプリに挑戦する！']);">Y-1グランプリに挑戦する！</a></li><li><a href="/y1/grandprix_4.html" onclick="_gaq.push(['_trackEvent', 'ヘッダー', 'ローカルナビ', '結果発表']);">第4回Y-1GP結果発表!!</a></li></ul><ul class="feeds"><li><a href="http://twitter.com/4koma" title="Follow me on Twitter"><img src="/img/cmn/icon_twitter.png" alt="Twitter" height="16" width="16" /></a></li><li><a href="http://reader.livedoor.com/subscribe/http://4koma.livedoor.com/rss/y1/" title="livedoor Readerで購読"><img src="/img/cmn/icon_ldr.gif" alt="livedoor Reader" height="16" width="16" /></a></li><li><a title="livedoor デイリー４コマ Y1グランプリのRSS" href="/rss/y1/"><img src="http://4koma.livedoor.com/img/cmn/rss_s.gif" alt="rss" height="16" width="16" /></a></li></ul><!-- /#local-nav --></div><!-- /#nav --></div><div id="main" class="y1"><h1><img src="/img/y1/y1_banner2.jpg" width="640" height="192" alt="めざせ!賞金100万円!! 4コマまんが新人賞 Y-1グランプリ" /></h1><div class="section"><a href="#prizeBox"><img src="/img/y1/banner/bn_640x60.jpg" /></a></div><div class="maintitle"><h2>週刊デイリー４コマY-1グランプリ vol.249 挑戦作品結果一覧</h2></div><div class="maintext">投票期間：2012年01月23日(月)12:00 - 2012年01月27日(金)12:00<br>投票にはlivedoor IDが必要です。<br>複数の作品に投票いただけますが、１つの作品への投票は期間中１回のみとさせていただきます。<br>お一人で複数のIDを取得しての投票は無効とさせていただきますので、ご注意ください。</div><div id="primary-board"><div class="inner"><div class="image"><a href="http://4koma.livedoor.com/y1/work/kamicat/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/k/ka/kamicat/249/000.jpg" class="thumnail" width="200" height="200" alt="AIの彼女" title="AIの彼女" /></a><!-- /.image --></div><div class="text"><h1>週刊デイリー４コマY-1グランプリ vol.249</h1><div class="title"><h2><span>優勝作品</span><br /><a href="http://4koma.livedoor.com/y1/work/kamicat/vol249.html">AIの彼女</a></h2></div><p class="author"><a href="http://4koma.livedoor.com/y1/member/kamicat.html">kamicat 挑戦者</a></p><p class="description">僕が生きているうちにＳＦっぽい掛け合いのできるＡＩができたりしないかなーとか思います。</p><!-- /.text --></div><!-- /.inner --></div><!-- /#primary-board --></div><table class="entrytbl"><tr><td><a href="http://4koma.livedoor.com/y1/work/kamicat/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/k/ka/kamicat/249/136/000.jpg" width="136" height="136" class="thumnail" alt="AIの彼女" title="AIの彼女" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/kamicat/vol249.html">AIの彼女</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/kamicat/vol249.html#comments">（19）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/kamicat.html" title="kamicat">kamicat</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/yomenekonekoneko/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/y/yo/yomenekonekoneko/249/136/000.jpg" width="136" height="136" class="thumnail" alt="「黒板消し」" title="「黒板消し」" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/yomenekonekoneko/vol249.html">「黒板消し」</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/yomenekonekoneko/vol249.html#comments">（21）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/yomenekonekoneko.html" title="おりはら　さちこ">おりはら　さちこ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/acne0908/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/a/ac/acne0908/249/136/000.jpg" width="136" height="136" class="thumnail" alt="お着替え" title="お着替え" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/acne0908/vol249.html">お着替え</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/acne0908/vol249.html#comments">（15）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/acne0908.html" title="米戸アクネ">米戸アクネ</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/higawarisakana/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/h/hi/higawarisakana/249/136/000.jpg" width="136" height="136" class="thumnail" alt="ハカセがあとでおいしく" title="ハカセがあとでおいしく" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/higawarisakana/vol249.html">ハカセがあとでおいしく</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/higawarisakana/vol249.html#comments">（9）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/higawarisakana.html" title="ひがわり魚">ひがわり魚</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/takao_0422/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/t/ta/takao_0422/249/136/000.jpg" width="136" height="136" class="thumnail" alt="娘の広美　〜ピンチッ！の巻〜" title="娘の広美　〜ピンチッ！の巻〜" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/takao_0422/vol249.html">娘の広美　〜ピンチッ！の巻〜</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/takao_0422/vol249.html#comments">（15）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/takao_0422.html" title="ひらかたろう">ひらかたろう</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/hisayado/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/h/hi/hisayado/249/136/000.jpg" width="136" height="136" class="thumnail" alt="タローのたび うし編" title="タローのたび うし編" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/hisayado/vol249.html">タローのたび うし編</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/hisayado/vol249.html#comments">（10）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/hisayado.html" title="ひさや堂">ひさや堂</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/hamusuke_wind/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/h/ha/hamusuke_wind/249/136/000.jpg" width="136" height="136" class="thumnail" alt="バス☆ランニン" title="バス☆ランニン" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/hamusuke_wind/vol249.html">バス☆ランニン</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/hamusuke_wind/vol249.html#comments">（12）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/hamusuke_wind.html" title="はむすけ">はむすけ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/mizucan2000/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/m/mi/mizucan2000/249/136/000.jpg" width="136" height="136" class="thumnail" alt="いぬのおまわりさん。" title="いぬのおまわりさん。" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/mizucan2000/vol249.html">いぬのおまわりさん。</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/mizucan2000/vol249.html#comments">（7）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/mizucan2000.html" title="たーぼー">たーぼー</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/ebako3104/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/e/eb/ebako3104/249/136/000.jpg" width="136" height="136" class="thumnail" alt="企業戦士の憂鬱" title="企業戦士の憂鬱" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/ebako3104/vol249.html">企業戦士の憂鬱</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/ebako3104/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/ebako3104.html" title="エバコ">エバコ</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/migiwa77iro/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/m/mi/migiwa77iro/249/136/000.jpg" width="136" height="136" class="thumnail" alt="お宝を求めて・・・" title="お宝を求めて・・・" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/migiwa77iro/vol249.html">お宝を求めて・・・</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/migiwa77iro/vol249.html#comments">（6）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/migiwa77iro.html" title="海野みぎわ">海野みぎわ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/mst4manga77915/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/m/ms/mst4manga77915/249/136/000.jpg" width="136" height="136" class="thumnail" alt="メイくあっぷ" title="メイくあっぷ" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/mst4manga77915/vol249.html">メイくあっぷ</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/mst4manga77915/vol249.html#comments">（2）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/mst4manga77915.html" title="あまつ">あまつ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/yoshida823/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/y/yo/yoshida823/249/136/000.jpg" width="136" height="136" class="thumnail" alt="コップさんのスペイン休暇" title="コップさんのスペイン休暇" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/yoshida823/vol249.html">コップさんのスペイン休暇</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/yoshida823/vol249.html#comments">（3）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/yoshida823.html" title="フックン">フックン</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/asitabatomorou/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/a/as/asitabatomorou/249/136/000.jpg" width="136" height="136" class="thumnail" alt="かめれおんあーみー★-blue drops-" title="かめれおんあーみー★-blue drops-" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/asitabatomorou/vol249.html">かめれおんあーみー★-blue drops-</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/asitabatomorou/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/asitabatomorou.html" title="あしたばともろう">あしたばともろう</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/kimurashinya/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/k/ki/kimurashinya/249/136/000.jpg" width="136" height="136" class="thumnail" alt="離婚率" title="離婚率" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/kimurashinya/vol249.html">離婚率</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/kimurashinya/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/kimurashinya.html" title="きむやん">きむやん</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/karkelo/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/k/ka/karkelo/249/136/000.jpg" width="136" height="136" class="thumnail" alt="自動販売機は年賀状が欲しくなった" title="自動販売機は年賀状が欲しくなった" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/karkelo/vol249.html">自動販売機は年賀状が欲しくなった</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/karkelo/vol249.html#comments">（7）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/karkelo.html" title="塩長さと">塩長さと</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/liveman_vs_door_san/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/l/li/liveman_vs_door_san/249/136/000.jpg" width="136" height="136" class="thumnail" alt="シトラス×ミント 出会い" title="シトラス×ミント 出会い" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/liveman_vs_door_san/vol249.html">シトラス×ミント 出会い</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/liveman_vs_door_san/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/liveman_vs_door_san.html" title="熊ノ郷　">熊ノ郷　</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/erimakimakik/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/e/er/erimakimakik/249/136/000.jpg" width="136" height="136" class="thumnail" alt="とんだ　豚女！" title="とんだ　豚女！" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/erimakimakik/vol249.html">とんだ　豚女！</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/erimakimakik/vol249.html#comments">（4）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/erimakimakik.html" title="襟巻マキコ">襟巻マキコ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/kathm/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/k/ka/kathm/249/136/000.jpg" width="136" height="136" class="thumnail" alt="とりあえず願いは叶ったらしい" title="とりあえず願いは叶ったらしい" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/kathm/vol249.html">とりあえず願いは叶ったらしい</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/kathm/vol249.html#comments">（6）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/kathm.html" title="OIIIX">OIIIX</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/uousaou4/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/u/uo/uousaou4/249/136/000.jpg" width="136" height="136" class="thumnail" alt="うがい" title="うがい" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/uousaou4/vol249.html">うがい</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/uousaou4/vol249.html#comments">（4）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/uousaou4.html" title="鵜尾うさ翁">鵜尾うさ翁</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/owl280/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/o/ow/owl280/249/136/000.jpg" width="136" height="136" class="thumnail" alt="魔法学生　魔法対決！エリザＶＳマルク" title="魔法学生　魔法対決！エリザＶＳマルク" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/owl280/vol249.html">魔法学生　魔法対決！エリザＶＳマルク</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/owl280/vol249.html#comments">（3）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/owl280.html" title="藤白白兎">藤白白兎</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/ponsyuter/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/p/po/ponsyuter/249/136/000.jpg" width="136" height="136" class="thumnail" alt="カメじい　おじいちゃんの復讐" title="カメじい　おじいちゃんの復讐" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/ponsyuter/vol249.html">カメじい　おじいちゃんの復讐</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/ponsyuter/vol249.html#comments">（3）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/ponsyuter.html" title="ケンぷ">ケンぷ</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/mayu128/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/m/ma/mayu128/249/136/000.jpg" width="136" height="136" class="thumnail" alt="存在の証明" title="存在の証明" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/mayu128/vol249.html">存在の証明</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/mayu128/vol249.html#comments">（3）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/mayu128.html" title="詩真佑">詩真佑</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/beat8882/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/b/be/beat8882/249/136/000.jpg" width="136" height="136" class="thumnail" alt="ロマンティック少女☆亜美 (15)" title="ロマンティック少女☆亜美 (15)" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/beat8882/vol249.html">ロマンティック少女☆亜美 (15)</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/beat8882/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/beat8882.html" title="タテ山 ケンイチ">タテ山 ケンイチ</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/tiltir/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/t/ti/tiltir/249/136/000.jpg" width="136" height="136" class="thumnail" alt="４コマ漫画で英単語語呂合わせ locution" title="４コマ漫画で英単語語呂合わせ locution" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/tiltir/vol249.html">４コマ漫画で英単語語呂合わせ locution</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/tiltir/vol249.html#comments">（4）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/tiltir.html" title="いまさら">いまさら</a></p></td></tr><tr><td><a href="http://4koma.livedoor.com/y1/work/omi36/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/o/om/omi36/249/136/000.jpg" width="136" height="136" class="thumnail" alt="どすこい君" title="どすこい君" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/omi36/vol249.html">どすこい君</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/omi36/vol249.html#comments">（3）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/omi36.html" title="ごまお">ごまお</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/hibitoukou55/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/h/hi/hibitoukou55/249/136/000.jpg" width="136" height="136" class="thumnail" alt="ウィンタージャンプ" title="ウィンタージャンプ" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/hibitoukou55/vol249.html">ウィンタージャンプ</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/hibitoukou55/vol249.html#comments">（6）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/hibitoukou55.html" title="らおね">らおね</a></p></td><td><a href="http://4koma.livedoor.com/y1/work/yonesorori/vol249.html"><img src="http://image.4koma.livedoor.com/image/grandprix/y/yo/yonesorori/249/136/000.jpg" width="136" height="136" class="thumnail" alt="なおみとつけまつげ" title="なおみとつけまつげ" /></a><p class="workname"><a href="http://4koma.livedoor.com/y1/work/yonesorori/vol249.html">なおみとつけまつげ</a> <span class="comment-link"><a href="http://4koma.livedoor.com/y1/work/yonesorori/vol249.html#comments">（5）</a></span></p><p class="author" style="margin-bottom:10px;"><a href="http://4koma.livedoor.com/y1/member/yonesorori.html" title="曽呂利">曽呂利</a></p></td></tr></table><div class="google-ads"><script type="text/javascript">document.write(gad_top);if (google_info.feedback_url) {    document.write('<p class="heading"><a href="' + google_info.feedback_url + '">Ads by Google</a></p>');}else {    document.write('<p class="heading">Ads by Google</p>');}</script></div><div class="section" id="prizeBox"><div class="maintitle"><h2>第３回４コマまんが新人賞Y-１グランプリ</h2></div><dl><dt><img src="/img/y1/gp.gif" width="85" height="16" alt="グランプリ" /></dt><dd>賞金100万円＋竹書房４コマ本誌での連載＋α<br />＋副賞 <a href="http://www.amazon.co.jp/gp/product/B001WAL62I?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B001WAL62I" target="_blank">Wacom Intuos4 Medium （PTK-640/K0）</a></dd></dl><dl><dt><img src="/img/y1/gp2.gif" width="85" height="16" alt="準グランプリ" /></dt><dd>賞金50万円＋副賞 <a href="http://www.amazon.co.jp/gp/product/B001WAL62I?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B001WAL62I" target="_blank">Wacom Intuos4 Medium （PTK-640/K0）</a></dd></dl><dl><dt><img src="/img/y1/gp3.gif" width="85" height="16" alt="佳作" /></dt><dd>賞金20万円＋副賞 <a href="http://www.amazon.co.jp/gp/product/B002WYK0OS?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B002WYK0OS" target="_blank">Wacom BAMBOO COMIC</a></dd></dl><p style="text-align:right;padding:5px 0 10px;">※「<a href="http://www.amazon.co.jp/gp/product/B001WAL63M?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B001WAL63M" target="_blank">Intuos4</a>」「<a href="http://www.amazon.co.jp/gp/product/B002WYK0OS?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B002WYK0OS" target="_blank">BAMBOO COMIC</a>」はペンタブレットの商品名です。</p><dl class="border-t"><dt><img src="/img/y1/gp4.gif" width="85" height="16" alt="月間賞" /></dt><dd>竹書房 賞金３万円<br>デイリー４コマ 賞金３万円分</dd></dl><dl><dt><img src="/img/y1/gp5.gif" width="85" height="16" alt="奨励賞" /></dt><dd>オリジナル原稿用紙（竹書房のみ）</dd></dl><!-- /.section #prizeBox --></div><div class="section"><div class="maintitle"><h2>週刊デイリー４コマY-1グランプリに挑戦する！</h2></div>	<div style="text-align:center;font-weight:bold;margin-top:20px;"><a href="/y1/regulation.html">作品の応募方法、入稿規定を確認する</a></div><div style="margin:10px 0;text-align:center;"><div class="apply-button"><a href="/y1/upload/member"><img class="rollover" src="/img/y1/btn_apply.gif" alt="Y-1グランプリに応募する！" /></a></div></div><!-- /.section --></div><div class="section" id="y1-backnumber"><div class="maintitle"><h2>週刊デイリー４コマY-1グランプリ バックナンバー</h2></div><div class="y1-backnumber-year"><h3>第5回（2011年度）</h3><div id="volume-number5"><table>              <tr class="odd">      <th>4月</th>      <td><a href="/y1/201104.html">月間賞</a></td>        <td><a href="/y1/result/210.html">vol.210</a></td>                    <td></td>                <td></td>                <td></td>                <td></td>                        </tr>                  <tr class="even">      <th>5月</th>      <td><a href="/y1/201105.html">月間賞</a></td>        <td><a href="/y1/result/211.html">vol.211</a></td>                <td><a href="/y1/result/212.html">vol.212</a></td>                <td><a href="/y1/result/213.html">vol.213</a></td>                <td><a href="/y1/result/214.html">vol.214</a></td>                <td><a href="/y1/result/215.html">vol.215</a></td>                            </tr>                  <tr class="odd">      <th>6月</th>      <td><a href="/y1/201106.html">月間賞</a></td>        <td><a href="/y1/result/216.html">vol.216</a></td>                <td><a href="/y1/result/217.html">vol.217</a></td>                <td><a href="/y1/result/218.html">vol.218</a></td>                <td><a href="/y1/result/219.html">vol.219</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>7月</th>      <td><a href="/y1/201107.html">月間賞</a></td>        <td><a href="/y1/result/220.html">vol.220</a></td>                <td><a href="/y1/result/221.html">vol.221</a></td>                <td><a href="/y1/result/222.html">vol.222</a></td>                <td><a href="/y1/result/223.html">vol.223</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>8月</th>      <td><a href="/y1/201108.html">月間賞</a></td>        <td><a href="/y1/result/224.html">vol.224</a></td>                <td><a href="/y1/result/225.html">vol.225</a></td>                <td><a href="/y1/result/226.html">vol.226</a></td>                <td><a href="/y1/result/227.html">vol.227</a></td>                <td><a href="/y1/result/228.html">vol.228</a></td>                            </tr>                  <tr class="even">      <th>9月</th>      <td><a href="/y1/201109.html">月間賞</a></td>        <td><a href="/y1/result/229.html">vol.229</a></td>                <td><a href="/y1/result/230.html">vol.230</a></td>                <td><a href="/y1/result/231.html">vol.231</a></td>                <td><a href="/y1/result/232.html">vol.232</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>10月</th>      <td><a href="/y1/201110.html">月間賞</a></td>        <td><a href="/y1/result/233.html">vol.233</a></td>                <td><a href="/y1/result/234.html">vol.234</a></td>                <td><a href="/y1/result/235.html">vol.235</a></td>                <td><a href="/y1/result/236.html">vol.236</a></td>                <td><a href="/y1/result/237.html">vol.237</a></td>                            </tr>                  <tr class="even">      <th>11月</th>      <td><a href="/y1/201111.html">月間賞</a></td>        <td><a href="/y1/result/238.html">vol.238</a></td>                <td><a href="/y1/result/239.html">vol.239</a></td>                <td><a href="/y1/result/240.html">vol.240</a></td>                <td><a href="/y1/result/241.html">vol.241</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>12月</th>      <td><a href="/y1/201112.html">月間賞</a></td>        <td><a href="/y1/result/242.html">vol.242</a></td>                <td><a href="/y1/result/243.html">vol.243</a></td>                <td><a href="/y1/result/244.html">vol.244</a></td>                <td><a href="/y1/result/245.html">vol.245</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>1月</th>      <td></td>        <td><a href="/y1/result/246.html">vol.246</a></td>                <td><a href="/y1/result/247.html">vol.247</a></td>                <td><a href="/y1/result/248.html">vol.248</a></td>                <td><a href="/y1/result/249.html">vol.249</a></td>                    <td></td>                        </tr>    </table><!-- /#volume-number* --></div><!-- /.y1-backnumber-year --></div><div class="y1-backnumber-year"><h3>第4回（2010年度）</h3><ul class="winners"><li>準グランプリ：「<a href="/y1/grandprix_4.html#no1"><strong>単発ネタ</strong></a>」鹿嶋しろう</li><li>佳作：「<a href="/y1/grandprix_4.html#no2"><strong>腐女子彷徨</strong></a>」町田すみ</li><li><a href="/y1/grandprix_4.html">&raquo; 第4回受賞作品詳細</a></li><li class="toggle-button" onclick="slideToggle(4)">&raquo; 全ての作品を見る</li></ul><div id="volume-number4" style="display:none;"><table>              <tr class="odd">      <th>4月</th>      <td><a href="/y1/201004.html">月間賞</a></td>        <td><a href="/y1/result/158.html">vol.158</a></td>                <td><a href="/y1/result/159.html">vol.159</a></td>                <td><a href="/y1/result/160.html">vol.160</a></td>                <td><a href="/y1/result/161.html">vol.161</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>5月</th>      <td><a href="/y1/201005.html">月間賞</a></td>        <td><a href="/y1/result/162.html">vol.162</a></td>                <td><a href="/y1/result/163.html">vol.163</a></td>                <td><a href="/y1/result/164.html">vol.164</a></td>                <td><a href="/y1/result/165.html">vol.165</a></td>                <td><a href="/y1/result/166.html">vol.166</a></td>                            </tr>                  <tr class="odd">      <th>6月</th>      <td><a href="/y1/201006.html">月間賞</a></td>        <td><a href="/y1/result/167.html">vol.167</a></td>                <td><a href="/y1/result/168.html">vol.168</a></td>                <td><a href="/y1/result/169.html">vol.169</a></td>                <td><a href="/y1/result/170.html">vol.170</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>7月</th>      <td><a href="/y1/201007.html">月間賞</a></td>        <td><a href="/y1/result/171.html">vol.171</a></td>                <td><a href="/y1/result/172.html">vol.172</a></td>                <td><a href="/y1/result/173.html">vol.173</a></td>                <td><a href="/y1/result/174.html">vol.174</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>8月</th>      <td><a href="/y1/201008.html">月間賞</a></td>        <td><a href="/y1/result/175.html">vol.175</a></td>                <td><a href="/y1/result/176.html">vol.176</a></td>                <td><a href="/y1/result/177.html">vol.177</a></td>                <td><a href="/y1/result/178.html">vol.178</a></td>                <td><a href="/y1/result/179.html">vol.179</a></td>                            </tr>                  <tr class="even">      <th>9月</th>      <td><a href="/y1/201009.html">月間賞</a></td>        <td><a href="/y1/result/180.html">vol.180</a></td>                <td><a href="/y1/result/181.html">vol.181</a></td>                <td><a href="/y1/result/182.html">vol.182</a></td>                <td><a href="/y1/result/183.html">vol.183</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>10月</th>      <td><a href="/y1/201010.html">月間賞</a></td>        <td><a href="/y1/result/184.html">vol.184</a></td>                <td><a href="/y1/result/185.html">vol.185</a></td>                <td><a href="/y1/result/186.html">vol.186</a></td>                <td><a href="/y1/result/187.html">vol.187</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>11月</th>      <td><a href="/y1/201011.html">月間賞</a></td>        <td><a href="/y1/result/188.html">vol.188</a></td>                <td><a href="/y1/result/189.html">vol.189</a></td>                <td><a href="/y1/result/190.html">vol.190</a></td>                <td><a href="/y1/result/191.html">vol.191</a></td>                <td><a href="/y1/result/192.html">vol.192</a></td>                            </tr>                  <tr class="odd">      <th>12月</th>      <td><a href="/y1/201012.html">月間賞</a></td>        <td><a href="/y1/result/193.html">vol.193</a></td>                <td><a href="/y1/result/194.html">vol.194</a></td>                <td><a href="/y1/result/195.html">vol.195</a></td>                <td><a href="/y1/result/196.html">vol.196</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>1月</th>      <td><a href="/y1/201101.html">月間賞</a></td>        <td><a href="/y1/result/197.html">vol.197</a></td>                <td><a href="/y1/result/198.html">vol.198</a></td>                <td><a href="/y1/result/199.html">vol.199</a></td>                <td><a href="/y1/result/200.html">vol.200</a></td>                <td><a href="/y1/result/201.html">vol.201</a></td>                            </tr>                  <tr class="odd">      <th>2月</th>      <td><a href="/y1/201102.html">月間賞</a></td>        <td><a href="/y1/result/202.html">vol.202</a></td>                <td><a href="/y1/result/203.html">vol.203</a></td>                <td><a href="/y1/result/204.html">vol.204</a></td>                <td><a href="/y1/result/205.html">vol.205</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>3月</th>      <td><a href="/y1/201103.html">月間賞</a></td>        <td><a href="/y1/result/206.html">vol.206</a></td>                <td><a href="/y1/result/207.html">vol.207</a></td>                <td><a href="/y1/result/208.html">vol.208</a></td>                <td><a href="/y1/result/209.html">vol.209</a></td>                    <td></td>                        </tr>    </table><!-- /#volume-number* --></div><!-- /.y1-backnumber-year --></div><div class="y1-backnumber-year"><h3>第3回（2009年度）</h3><ul class="winners"><li>佳作：「<a href="/y1/grandprix_3.html#no1"><strong>ほんとのはなし。</strong></a>」下川侑果</li><li>佳作：「<a href="/y1/grandprix_3.html#no2"><strong>MEDIGIRL</strong></a>」道端千揺（原案・監修 有好従桜）</li><li><a href="/y1/grandprix_3.html">&raquo; 第3回受賞作品詳細</a></li><li class="toggle-button" onclick="slideToggle(3)">&raquo; 全ての作品を見る</li></ul><div id="volume-number3" style="display:none;"><table>              <tr class="odd">      <th>4月</th>      <td><a href="/y1/200904.html">月間賞</a></td>        <td><a href="/y1/result/106.html">vol.106</a></td>                <td><a href="/y1/result/107.html">vol.107</a></td>                <td><a href="/y1/result/108.html">vol.108</a></td>                <td><a href="/y1/result/109.html">vol.109</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>5月</th>      <td><a href="/y1/200905.html">月間賞</a></td>        <td><a href="/y1/result/110.html">vol.110</a></td>                <td><a href="/y1/result/111.html">vol.111</a></td>                <td><a href="/y1/result/112.html">vol.112</a></td>                <td><a href="/y1/result/113.html">vol.113</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>6月</th>      <td><a href="/y1/200906.html">月間賞</a></td>        <td><a href="/y1/result/114.html">vol.114</a></td>                <td><a href="/y1/result/115.html">vol.115</a></td>                <td><a href="/y1/result/116.html">vol.116</a></td>                <td><a href="/y1/result/117.html">vol.117</a></td>                <td><a href="/y1/result/118.html">vol.118</a></td>                            </tr>                  <tr class="even">      <th>7月</th>      <td><a href="/y1/200907.html">月間賞</a></td>        <td><a href="/y1/result/119.html">vol.119</a></td>                <td><a href="/y1/result/120.html">vol.120</a></td>                <td><a href="/y1/result/121.html">vol.121</a></td>                <td><a href="/y1/result/122.html">vol.122</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>8月</th>      <td><a href="/y1/200908.html">月間賞</a></td>        <td><a href="/y1/result/123.html">vol.123</a></td>                <td><a href="/y1/result/124.html">vol.124</a></td>                <td><a href="/y1/result/125.html">vol.125</a></td>                <td><a href="/y1/result/126.html">vol.126</a></td>                <td><a href="/y1/result/127.html">vol.127</a></td>                            </tr>                  <tr class="even">      <th>9月</th>      <td><a href="/y1/200909.html">月間賞</a></td>        <td><a href="/y1/result/128.html">vol.128</a></td>                <td><a href="/y1/result/129.html">vol.129</a></td>                <td><a href="/y1/result/130.html">vol.130</a></td>                <td><a href="/y1/result/131.html">vol.131</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>10月</th>      <td><a href="/y1/200910.html">月間賞</a></td>        <td><a href="/y1/result/132.html">vol.132</a></td>                <td><a href="/y1/result/133.html">vol.133</a></td>                <td><a href="/y1/result/134.html">vol.134</a></td>                <td><a href="/y1/result/135.html">vol.135</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>11月</th>      <td><a href="/y1/200911.html">月間賞</a></td>        <td><a href="/y1/result/136.html">vol.136</a></td>                <td><a href="/y1/result/137.html">vol.137</a></td>                <td><a href="/y1/result/138.html">vol.138</a></td>                <td><a href="/y1/result/139.html">vol.139</a></td>                <td><a href="/y1/result/140.html">vol.140</a></td>                            </tr>                  <tr class="odd">      <th>12月</th>      <td><a href="/y1/200912.html">月間賞</a></td>        <td><a href="/y1/result/141.html">vol.141</a></td>                <td><a href="/y1/result/142.html">vol.142</a></td>                <td><a href="/y1/result/143.html">vol.143</a></td>                <td><a href="/y1/result/144.html">vol.144</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>1月</th>      <td><a href="/y1/201001.html">月間賞</a></td>        <td><a href="/y1/result/145.html">vol.145</a></td>                <td><a href="/y1/result/146.html">vol.146</a></td>                <td><a href="/y1/result/147.html">vol.147</a></td>                <td><a href="/y1/result/148.html">vol.148</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>2月</th>      <td><a href="/y1/201002.html">月間賞</a></td>        <td><a href="/y1/result/149.html">vol.149</a></td>                <td><a href="/y1/result/150.html">vol.150</a></td>                <td><a href="/y1/result/151.html">vol.151</a></td>                <td><a href="/y1/result/152.html">vol.152</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>3月</th>      <td><a href="/y1/201003.html">月間賞</a></td>        <td><a href="/y1/result/153.html">vol.153</a></td>                <td><a href="/y1/result/154.html">vol.154</a></td>                <td><a href="/y1/result/155.html">vol.155</a></td>                <td><a href="/y1/result/156.html">vol.156</a></td>                <td><a href="/y1/result/157.html">vol.157</a></td>                            </tr>    </table><!-- /#volume-number* --></div><!-- /.y1-backnumber-year --></div><div class="y1-backnumber-year"><h3>第2回（2008年度）</h3><ul class="winners"><li>準グランプリ：「<a href="/y1/grandprix_2.html#no1"><strong>尻尻尻</strong></a>」<a href="/creator/profile/c00088.html">池尻エリクソン</a></li><li>佳作：「<a href="/y1/grandprix_2.html#no2"><strong>マユネロ</strong></a>」うえだやまと</li><li><a href="/y1/grandprix_2.html">&raquo; 第2回受賞作品詳細</a></li><li class="toggle-button" onclick="slideToggle(2)">&raquo; 全ての作品を見る</li></ul><div id="volume-number2" style="display:none;"><table>              <tr class="odd">      <th>4月</th>      <td><a href="/y1/200804.html">月間賞</a></td>        <td><a href="/y1/result/54.html">vol.54</a></td>                <td><a href="/y1/result/55.html">vol.55</a></td>                <td><a href="/y1/result/56.html">vol.56</a></td>                <td><a href="/y1/result/57.html">vol.57</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>5月</th>      <td><a href="/y1/200805.html">月間賞</a></td>        <td><a href="/y1/result/58.html">vol.58</a></td>                <td><a href="/y1/result/59.html">vol.59</a></td>                <td><a href="/y1/result/60.html">vol.60</a></td>                <td><a href="/y1/result/61.html">vol.61</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>6月</th>      <td><a href="/y1/200806.html">月間賞</a></td>        <td><a href="/y1/result/62.html">vol.62</a></td>                <td><a href="/y1/result/63.html">vol.63</a></td>                <td><a href="/y1/result/64.html">vol.64</a></td>                <td><a href="/y1/result/65.html">vol.65</a></td>                <td><a href="/y1/result/66.html">vol.66</a></td>                            </tr>                  <tr class="even">      <th>7月</th>      <td><a href="/y1/200807.html">月間賞</a></td>        <td><a href="/y1/result/67.html">vol.67</a></td>                <td><a href="/y1/result/68.html">vol.68</a></td>                <td><a href="/y1/result/69.html">vol.69</a></td>                <td><a href="/y1/result/70.html">vol.70</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>8月</th>      <td><a href="/y1/200808.html">月間賞</a></td>        <td><a href="/y1/result/71.html">vol.71</a></td>                <td><a href="/y1/result/72.html">vol.72</a></td>                <td><a href="/y1/result/73.html">vol.73</a></td>                <td><a href="/y1/result/74.html">vol.74</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>9月</th>      <td><a href="/y1/200809.html">月間賞</a></td>        <td><a href="/y1/result/75.html">vol.75</a></td>                <td><a href="/y1/result/76.html">vol.76</a></td>                <td><a href="/y1/result/77.html">vol.77</a></td>                <td><a href="/y1/result/78.html">vol.78</a></td>                <td><a href="/y1/result/79.html">vol.79</a></td>                            </tr>                  <tr class="odd">      <th>10月</th>      <td><a href="/y1/200810.html">月間賞</a></td>        <td><a href="/y1/result/80.html">vol.80</a></td>                <td><a href="/y1/result/81.html">vol.81</a></td>                <td><a href="/y1/result/82.html">vol.82</a></td>                <td><a href="/y1/result/83.html">vol.83</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>11月</th>      <td><a href="/y1/200811.html">月間賞</a></td>        <td><a href="/y1/result/84.html">vol.84</a></td>                <td><a href="/y1/result/85.html">vol.85</a></td>                <td><a href="/y1/result/86.html">vol.86</a></td>                <td><a href="/y1/result/87.html">vol.87</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>12月</th>      <td><a href="/y1/200812.html">月間賞</a></td>        <td><a href="/y1/result/88.html">vol.88</a></td>                <td><a href="/y1/result/89.html">vol.89</a></td>                <td><a href="/y1/result/90.html">vol.90</a></td>                <td><a href="/y1/result/91.html">vol.91</a></td>                <td><a href="/y1/result/92.html">vol.92</a></td>                            </tr>                  <tr class="even">      <th>1月</th>      <td><a href="/y1/200901.html">月間賞</a></td>        <td><a href="/y1/result/93.html">vol.93</a></td>                <td><a href="/y1/result/94.html">vol.94</a></td>                <td><a href="/y1/result/95.html">vol.95</a></td>                <td><a href="/y1/result/96.html">vol.96</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>2月</th>      <td><a href="/y1/200902.html">月間賞</a></td>        <td><a href="/y1/result/97.html">vol.97</a></td>                <td><a href="/y1/result/98.html">vol.98</a></td>                <td><a href="/y1/result/99.html">vol.99</a></td>                <td><a href="/y1/result/100.html">vol.100</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>3月</th>      <td><a href="/y1/200903.html">月間賞</a></td>        <td><a href="/y1/result/101.html">vol.101</a></td>                <td><a href="/y1/result/102.html">vol.102</a></td>                <td><a href="/y1/result/103.html">vol.103</a></td>                <td><a href="/y1/result/104.html">vol.104</a></td>                <td><a href="/y1/result/105.html">vol.105</a></td>                            </tr>    </table><!-- /#volume-number* --></div><!-- /.y1-backnumber-year --></div><div class="y1-backnumber-year"><h3>第1回（2007年度）</h3><ul class="winners"><li>グランプリ：「<a href="/y1/grandprix_1.html#no1"><strong>ベルとふたりで</strong></a>」<a href="/creator/profile/c00075.html">伊藤黒介</a></li><li>佳作：「<a href="/y1/grandprix_1.html#no2"><strong>つとむくんと太郎くん</strong></a>」<a href="/creator/profile/c00077.html">ころねぱん</a></li><li><a href="/y1/grandprix_1.html">&raquo; 第1回受賞作品詳細</a></li><li class="toggle-button" onclick="slideToggle(1)">&raquo; 全ての作品を見る</li></ul><div id="volume-number1" style="display:none;"><table>              <tr class="odd">      <th>4月</th>      <td><a href="/y1/200704.html">月間賞</a></td>        <td><a href="/y1/result/1.html">vol.1</a></td>                <td><a href="/y1/result/2.html">vol.2</a></td>                <td><a href="/y1/result/3.html">vol.3</a></td>                <td><a href="/y1/result/4.html">vol.4</a></td>                <td><a href="/y1/result/5.html">vol.5</a></td>                            </tr>                  <tr class="even">      <th>5月</th>      <td><a href="/y1/200705.html">月間賞</a></td>        <td><a href="/y1/result/6.html">vol.6</a></td>                <td><a href="/y1/result/7.html">vol.7</a></td>                <td><a href="/y1/result/8.html">vol.8</a></td>                <td><a href="/y1/result/9.html">vol.9</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>6月</th>      <td><a href="/y1/200706.html">月間賞</a></td>        <td><a href="/y1/result/10.html">vol.10</a></td>                <td><a href="/y1/result/11.html">vol.11</a></td>                <td><a href="/y1/result/12.html">vol.12</a></td>                <td><a href="/y1/result/13.html">vol.13</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>7月</th>      <td><a href="/y1/200707.html">月間賞</a></td>        <td><a href="/y1/result/14.html">vol.14</a></td>                <td><a href="/y1/result/15.html">vol.15</a></td>                <td><a href="/y1/result/16.html">vol.16</a></td>                <td><a href="/y1/result/17.html">vol.17</a></td>                <td><a href="/y1/result/18.html">vol.18</a></td>                            </tr>                  <tr class="odd">      <th>8月</th>      <td><a href="/y1/200708.html">月間賞</a></td>        <td><a href="/y1/result/19.html">vol.19</a></td>                <td><a href="/y1/result/20.html">vol.20</a></td>                <td><a href="/y1/result/21.html">vol.21</a></td>                <td><a href="/y1/result/22.html">vol.22</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>9月</th>      <td><a href="/y1/200709.html">月間賞</a></td>        <td><a href="/y1/result/23.html">vol.23</a></td>                <td><a href="/y1/result/24.html">vol.24</a></td>                <td><a href="/y1/result/25.html">vol.25</a></td>                <td><a href="/y1/result/26.html">vol.26</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>10月</th>      <td><a href="/y1/200710.html">月間賞</a></td>        <td><a href="/y1/result/27.html">vol.27</a></td>                <td><a href="/y1/result/28.html">vol.28</a></td>                <td><a href="/y1/result/29.html">vol.29</a></td>                <td><a href="/y1/result/30.html">vol.30</a></td>                <td><a href="/y1/result/31.html">vol.31</a></td>                            </tr>                  <tr class="even">      <th>11月</th>      <td><a href="/y1/200711.html">月間賞</a></td>        <td><a href="/y1/result/32.html">vol.32</a></td>                <td><a href="/y1/result/33.html">vol.33</a></td>                <td><a href="/y1/result/34.html">vol.34</a></td>                <td><a href="/y1/result/35.html">vol.35</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>12月</th>      <td><a href="/y1/200712.html">月間賞</a></td>        <td><a href="/y1/result/36.html">vol.36</a></td>                <td><a href="/y1/result/37.html">vol.37</a></td>                <td><a href="/y1/result/38.html">vol.38</a></td>                <td><a href="/y1/result/39.html">vol.39</a></td>                <td><a href="/y1/result/40.html">vol.40</a></td>                            </tr>                  <tr class="even">      <th>1月</th>      <td><a href="/y1/200801.html">月間賞</a></td>        <td><a href="/y1/result/41.html">vol.41</a></td>                <td><a href="/y1/result/42.html">vol.42</a></td>                <td><a href="/y1/result/43.html">vol.43</a></td>                <td><a href="/y1/result/44.html">vol.44</a></td>                    <td></td>                        </tr>                  <tr class="odd">      <th>2月</th>      <td><a href="/y1/200802.html">月間賞</a></td>        <td><a href="/y1/result/45.html">vol.45</a></td>                <td><a href="/y1/result/46.html">vol.46</a></td>                <td><a href="/y1/result/47.html">vol.47</a></td>                <td><a href="/y1/result/48.html">vol.48</a></td>                    <td></td>                        </tr>                  <tr class="even">      <th>3月</th>      <td><a href="/y1/200803.html">月間賞</a></td>        <td><a href="/y1/result/49.html">vol.49</a></td>                <td><a href="/y1/result/50.html">vol.50</a></td>                <td><a href="/y1/result/51.html">vol.51</a></td>                <td><a href="/y1/result/52.html">vol.52</a></td>                <td><a href="/y1/result/53.html">vol.53</a></td>                            </tr>    </table><!-- /#volume-number* --></div><!-- /.y1-backnumber-year --></div><!-- /.section #y1-backnumber --></div><!-- /#main --></div><div id="sub"><div class="sidepr"><a href="http://app.click.livedoor.com:80/A-affiliate2/mobclick?campid=17020&creid=17020&keyword=hs9001255&uaid=0&info=16782926313278690066020094" target="_blank"><img src="http://image.click.livedoor.com/images/Livedoor/17020/170200123miona_displaybannernw_livedoor_new.jpg" alt="" width="300" height="250" style="border:0;" /></a></div><div class="sidebox" id="aside-ranking"><div class="body"><!-- /.body --></div><!-- /.sidebox --></div><div class="anigema_box"><h4>トピックス</h4><div class="body"><ul class="rss"><li><a href="http://news.livedoor.com/topics/detail/6231565/">&quot;逆転裁判5&quot;制作決定が判明</a></li><li><a href="http://news.livedoor.com/topics/detail/6231531/">BASARA総選挙、1位に人気者が</a></li><li><a href="http://news.livedoor.com/topics/detail/6228471/">金髪美女がトップレスでコスプレ</a></li><li><a href="http://news.livedoor.com/topics/detail/6230574/">癒されるけいおんクッション発売</a></li><li><a href="http://news.livedoor.com/topics/detail/6229793/">海外サイト選出&quot;OPステージ&quot;10選</a></li></ul><div class="link"><a href="http://news.livedoor.com/topics/archive/69/">&raquo; 一覧</a></div></div><!-- /body --></div><!-- /sidebox --><div class="sidepr"><script type="text/javascript" language="JavaScript"><!--google_ad_client = 'ca-livedoor-banner_html';google_ad_width = 300;google_ad_height = 250;google_ad_format = '300x250_as';google_ad_type = 'text,image,flash';google_language = 'ja';google_encoding = 'euc-jp';google_safe = 'high';google_ad_channel = 'banner_4koma';google_color_bg = 'FFFFFF';google_color_border = 'FFFFFF';google_color_line = 'FFFFFF';google_color_link = '0000FF';// --></script><script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><!-- /.sidepr --></div><div class="sidebox"><h4>まんがライフWIN</h4><div class="body"><dl class="detail"><dt><a href="/mangalife/"><img src="/img/mangalife/icn_nenga.jpg" width="60" height="60" border="0" alt="まんがライフWIN" /></a></dt><dd><a href="/mangalife/">まんがライフが送る、4コマ漫画コンテンツ！<br />新連載も加わり読み応えアップ！</a></dd></dl></div><!-- /body --></div><!-- /sidebox --><div class="sidebox"><h4>デイリー４コマ編集部blog</h4><div class="body"><ul class="rss"><li><a href="http://blog.livedoor.jp/ldnamatobi/archives/51774860.html">Y-1グランプリへの投票に関するお願い</a></li><li><a href="http://blog.livedoor.jp/ldnamatobi/archives/51767587.html">「サーチフィールド」「デイリー4コマ」公開終了...</a></li><li><a href="http://blog.livedoor.jp/ldnamatobi/archives/51759772.html">「日刊漫画サーチフィールド」更新終了のお知ら...</a></li></ul><div class="link"><a href="http://blog.livedoor.jp/ldnamatobi/" onclick="_gaq.push(['_trackEvent', '右カラム', '編集部blog', 'ldnamatobi']);">&raquo; こちらデイリー４コマ編集部</a></div></div><!-- /body --></div><!-- /sidebox -->    <div class="sidebox" id="aside-inquiry"><h4>お問い合わせ</h4><div class="body"><p>先生へのファンレターや編集部へのお問い合わせ、また、商品化、雑誌掲載などのお問い合わせはこちらからお願いします。</p><p class="inquiry">[ <a href="https://helpguide.livedoor.com/help_form/inquiry/?sv=4koma">お問い合わせフォーム</a>] </p></div><!-- /.sidebox --></div><div class="sidepr"></div><div class="sidepr"><a href="http://www.amazon.co.jp/gp/product/B001WAL63M?ie=UTF8&tag=4-koma-22&linkCode=as2&camp=247&creative=1211&creativeASIN=B001WAL63M" target="_blank"><img src="/img/y1/banner/bn_300x100.jpg" width="300" height="100" /></a></div><div class="sidepr"><a href="http://blog.livedoor.jp/ldnamatobi/archives/51472957.html" target="_blank"><img src="/img/banner/banner_profile_s.gif" width="300" height="100" alt="デイリー4コマのキャラクターでお気に入りの漫画にコメントしよう!!" /></a></div><div class="sidepr"><a href="http://www.clip-studio.com/clip_site/?digicomi_201011" target="_blank"><img src="/img/banner/banner_clip_s.jpg" width="280" height="60" alt="創作活動応援サイト" /></a></div><!-- /#sub --></div><!-- /#container --></div><div id="commonFooter"><dl class="livedoorService"><dt>livedoor サービス：</dt><dd><ul><li><a href="http://blog.livedoor.com/">ブログ</a></li><li><a href="http://ja.curecos.com/">コスプレ</a></li><li><a href="http://www.datahotel.ne.jp/">データセンター</a></li><li><a href="http://flexserver.jp/">レンタルサーバー</a></li><li><a href="http://news.livedoor.com/">ニュース</a></li><li><a href="http://sports.livedoor.com/">スポーツ</a></li><li><a href="http://jentry.jlisting.jp/">カテゴリ登録</a></li><li><a href="http://www.yyc.co.jp/">出会い</a></li><li><a href="http://youbride.jp/">婚活</a></li><li><a href="http://rentalbbs.livedoor.com/">レンタル掲示板</a></li><li><a href="http://clip.livedoor.com/">ブックマーク</a></li><li><a href="http://map.livedoor.com/">地図</a></li><li><a href="http://wiki.livedoor.com/">wiki</a></li><li><a href="http://gourmet.livedoor.com/">グルメ</a></li><li><a href="http://domain.livedoor.com/">ドメイン</a></li><li><a href="http://pics.livedoor.com/">写真共有</a></li></ul></dd></dl><ul><li><a href="http://www.livedoor.com/">livedoorトップ</a></li><li><a href="javascript:setStartPage()" onClick="_gaq.push(['_trackEvent', 'フッター', '共通フッター', 'livedoorをホームに設定']);">livedoorをホームに設定</a></li><li><a href="http://recruit.livedoor.com/">採用情報</a></li><li><a href="http://docs.livedoor.com/ad/">広告掲載</a></li><li><a href="http://docs.livedoor.com/info/kiyaku.html">利用規約</a></li><li><a href="http://docs.livedoor.com/info/privacy.html">プライバシーポリシー</a></li></ul><p id="copyright">&copy; NHN Japan Corp. All rights reserved.</p><!-- /#commonFooter --></div><img src="http://www.assoc-amazon.jp/e/ir?t=livedoor4koma-22&amp;l=ur2&amp;o=9" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><script type="text/javascript" src="/js/profile.js?0.0.55"></script><script type="text/javascript" src="http://i.yimg.jp/images/analytics/js/ywa.js"></script><script type="text/javascript">var YWATracker = YWA.getTracker("1000183087647");YWATracker.addExcludeProtocol("file:");YWATracker.submit();</script><noscript><div><img src="http://by.analytics.yahoo.co.jp/p.pl?a=1000183087647&js=no" width="1" height="1" alt="" /></div></noscript><script type="text/javascript">lcs_do(); </script></body></html><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script><script type="text/javascript">jQuery(function(){    /* ウィンク効果 */    jQuery.noConflict();    jQuery(".banner640 img").hover(function(){        jQuery(this).css("opacity", "0.4");        jQuery(this).css("filter", "alpha(opacity=40)");        jQuery(this).fadeTo("slow", 1.0);    });});</script><script type="text/javascript">function slideToggle(n){    jQuery("#volume-number" + n).slideToggle();}</script></div>');
document.close();

