$(function(){

	// ロールオーバー
	$('ul.gnavi li a img,.header_bnr_inq').rollover();

	//ロールオーバー（透過）
	$('ul.rentalList li a,.equipBox,.propertyBox,.sideBox_bnr,.header_navi01,.header_navi02').opOver(1.0,0.6,200,250);

	//ボックスクリッカブル
	$(".equipBox").click(function(){
		window.location=$(this).find("a").attr("href");
		return false;
	});
	$(".propertyBox:even").addClass("even");

	//スムーズスクロール
	$('a.backToTop').click(function(){
		$.scrollTo($(document.body),'slow');
		return false;
	});

	//flash読み込み
	swfobject.embedSWF("./swf/index.swf", "FlashContent", "899", "260", "8");

	//ブログRSS読み込み
	$('#blogList').rssfeed('http://daisukikaigo.blog63.fc2.com/?xml', {
		limit: 4,
		header:false,
		content:false,
		linktarget:'_blank'
	});

			});

