@charset "UTF-8";
/* CSS Document */
div.divSample {
  width:300px;
  height:200px;
  border:1px solid #999;
  background-color:#eee;
  float:left;
  margin:20px 10px;
}
h2 {
  clear:left;
}
div#frame {
	width:640px;
	height:300px;
	overflow:auto;
}
iframe {
	width:638px;
	height:298px;
	overflow: hidden;
	border:1px solid #f00;
	background-color:#aaa;
}