/* ++++++++++++++++++++++++++++++++++++ Mission Statement +++
+
+ Update:2009-07-30
+
+ http://www.ms-inc.co.jp
+ EditiorID:REN
+ EditiorID:
+
+ + use library:jquery-1.2.6.js,common.js
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*@cc_on var doc = document; eval('var document = doc');@*/


/* topics/index.html */
$(function(){
$(".topicsList table tr:odd td,.topicsList table tr:odd th").css("background-color", "#f7f7f0");
});

