/**
 * startup function
 */

$(function(){
	/**
	 * multi-layer background
	 */
	
	$('.contents-box').add_layer("url('common/images/main/box_t.gif') repeat-x top");
	$('.contents-box').add_layer("url('common/images/main/box_r.gif') repeat-y right");
	$('.contents-box').add_layer("url('common/images/main/box_b.gif') repeat-x bottom");
	$('.contents-box').add_layer("url('common/images/main/box_l.gif') repeat-y left");
	$('.contents-box').add_layer("url('common/images/main/box_lt.gif') no-repeat left top");
	$('.contents-box').add_layer("url('common/images/main/box_rt.gif') no-repeat right top");
	$('.contents-box').add_layer("url('common/images/main/box_rb.gif') no-repeat right bottom");
	$('.contents-box').add_layer("url('common/images/main/box_lb.gif') no-repeat left bottom");
})


