jQuery(function(){
	jQuery('#user_login').val('hotpress');
	jQuery('#user_pass').val('hotpress');
	jQuery('.forgetmenot').css('display', 'none');
	jQuery('#nav').css('width', '100%');
	jQuery('#nav').html('そのままログインボタンを押してログインしてください');
});
