/* PC 用の記述 */
	#base {
		width: 600px;
		border: 0px solid #ff0000;
	}
	.left,.right {
		height: 50px;
	}	
	
	.left {
		display:inline-block;
		width: <?= $GLOBALS["left_width"] == "" ? 150 : $GLOBALS["left_width"] ?>px;
	}
	.right {
		display:inline-block;
	}
