/**
 * jQuery Lightboxの実行ファイル
 */
$(function() {
	$('#lightbox a').lightBox();
});
