/* ================================================================ 
　線消し
=================================================================== */
$(function(){
	$(".newEntry li:last").css("border","none");
	$(".monthArchive li:last").css("border","none");
});


/* ================================================================ 
　角丸
=================================================================== 
$(function(){
	$(".cornerMenu li a").corners("10px");
	$(".email a").corners("10px");
	$(".newEntry").corners("10px");
	$("#calendar").corners("10px");
	$(".monthArchive").corners("10px");
	$(".twitter").corners("10px");
	$("#left h2").corners("10px");
	$(".entry").corners("10px");
	$(".tokipedia").corners("15px");
	$(".tokipedia h3").corners("5px");
});*/


/* ================================================================ 
　ページスクロール
=================================================================== */

$(function(){
	$("a[href^=#]").click(function(){
		var Hash = $(this.hash);
		var HashOffset = $(Hash).offset().top;
		$("html,body").animate({
			scrollTop: HashOffset
		}, 300);
		return false;
	});
});


/* ================================================================ 
　Twitter
=================================================================== */
getTwitters('Tweets', {
	id: 'fujipu', 
	clearContents: false,
	count: 3, 
	withFriends: false,
	ignoreReplies: false,
	newwindow: true,
});
