/* ------------------------------------------------------
Copyright (C) 2008 dreamseeker.
All Rights Reserved.

このスクリプトの無断転載を禁止します。
------------------------------------------------------ */
/*$(function(){
  $("#list-monthly > li > span").click(function(){
    $("+ ul",this).slideToggle();
  })
})*/