@charset "utf-8";
/* CSS Document -------------- 3rd Page --------------------  */

@import "headfoot.css";

#container{
	background-color: #CC9966;		
	}

/* ================= レイアウト ================= */
#third-center {
	float: right;
	width: 730px;
	background-color: #FFEECC;
	height: 100%;
	}

#left-side {
	float: left;
	}

