<?php
	session_cache_limiter('private, must-revalidate');
	include_once($_SERVER['DOCUMENT_ROOT']."/require.php");
	$main = "賃貸";
	$_REQUEST["main_cd"] = "rent";
	
	$sitetop = "/";
	
	//お気に入り・閲覧履歴
	include_once($_SERVER['DOCUMENT_ROOT']."/favorite.php");
	include_once($_SERVER['DOCUMENT_ROOT']."/history.php");
	
	$list = "kariru";
	$bcode[0] = "kariru";
	include_once("list.php");
?>