	jQuery(document).ready(function(){
		jQuery('.post-content a[target^="_blank"]').after('<img src="/img/icon/outer.gif" class="linkicon" alt="新しいウインドウで開きます" />')
		jQuery('.post-content a[target^="_blank"]:has(img) +img').css('display','none');
	})

