
	body {
		margin-top:10px;
		background: #eeeeee;
		text-align: center;
	}
	#bbase {
		width:700px; height: 550px;
		border:1 solid gray;
		background: #cccccc;
	}

	#now_loading {
		height:50px;
		margin-top:50px;
		font-size:16px;
		color: #ffffff;
	}

	#img_area {
		width:600px;
		text-align:center;
		font-size:12px;
	}

	img { border:1px solid gray; width:4px;}
