@charset "utf-8";
/* CSS Document */

<!--
/*
=========================================================
 必須CSS
=========================================================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

#floatbox {
  position: absolute;
  margin: 0px;
  padding: 0px;

  width: 210px;
  height: 300px;
  
  top:100px;
  left:500px;
  display: none;
  z-index:999;
}
object {
	outline: 0;
}

/*
=========================================================
 試験用（※状況に応じて変更してください）
=========================================================
*/


