@charset "shift_jis"; 
/*システムで使用します。map-を使用したクラス名は使用しないで下さい。*/
.map-edit {
	width:100%;
	height:400px;
}

.map-L {
	width:250px;
	height:250px;
	/*background:black;*/
	float:left;
	margin-right:10px;
}

.map-R {
	width:250px;
	height:250px;
	/*background:black;*/
	float:right;
	margin-left:10px;
}

.map-T {
	width:400px;
	height:400px;
	/*background:black;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}

.map-B {
	width:400px;
	height:400px;
	/*background:black;*/
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}