(function($) {
$(function() {

  $('.roll_alpha').opOver();//適用させる要素,id,class名

});
})(jQuery);
