/*jQuery.prettyphoto モーダルウィンドウ初期化*/
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();;
});