@charset 'UTF-8';
.body {
      background-color: white;
      margin-right: 0px; /* 上下左右のマージンを20ピクセルに設定 */
}

.small { font-size: small; }

.mybox1 {
	/* width:500px; height:100px; */
	margin:2px; padding:2px; border:1px solid black;
	background-color:white;
	overflow: auto;
}

.mybox2 {
	vertical-align: top;
}

