/*--------------------------------------------------------------------------*
*
*	home detail js
*
*	(C) Remixpoint, Inc. All Rights Reserved.
*	
*	2009 Remixpoint, Inc.
*	http://www.remixpoint.co.jp
*
*	Last Modified: 2011-03-09
*	Last Editor: Toshiyuki Hara
*
*	jQuery 1.5.1
/*--------------------------------------------------------------------------*/
(function($){

	$(function(){

		// background画像を全画面にする
		var bgImg = '<img src="http://sv108.wadax.ne.jp/~f1scene-com/img/bg.jpg" class="bg" />';
		$(bgImg).appendTo('body');

	});

})(jQuery);
