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