JS:
$ (document).ready(function(){
$("#pageflip").hover(function(){
$("#pageflip img , .msg_block").stop().animate ({幅: '307px', 高さ: '319px'}, 500);
},function(){
$("#pageflip img").stop().animate({幅: '50px ', 高さ: '52px'}, 220);
$(".msg_block").stop().animate({幅: '50px', 高さ: '50px'},
} );
});