$(document).ready(function(){

//リンク点線非表示に
$("a").bind("focus",function(){if(this.blur)this.blur();});
//
						   });
