/* ++++++++++++++++++++++++++++++++++++ Mission Statement +++
+
+ Update:2009-08-13
+
+ http://www.ms-inc.co.jp
+ EditiorID:REN
+ EditiorID:
+
+ + use library:jquery-1.2.6.js,common.js,jquery.cycle.all.min.js
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


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


/* index.html */
$(function(){
	
	// banner fade
	$('#ctHead').cycle({
		fx: 'fade',
		timeout: 4000,
		speed: 4000
	});
	
	//topics
$("#topicsArea table tr:odd td,#topicsArea table tr:odd th").css("background-color", "#f9f7f2");

});
