@charset "utf-8";

/*** 画面中央にボックスをセンタリング ***/

div.screen01 {
	width:400px;;
	height:200px;
	position:relative;
	top:0px;
	left:0px;
	border:thin solid #666666;
	font-size:12px;
	margin-left:12px;
	}
div.centerbox01 {
	width:120px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-60px;
	background-color: #F2EEE4;
	text-align:center;
	font-size:13px;
	border:thin solid #999999;
	}

/*** 画面中央にボックスをセンタリング ***/

