/**
 * チームホームページ前ページ共通
 *
 * @author tanitnaikei
 */

$(document).ready( function(e){
	$("#header div").marquee('pointer');
});
