
@media screen
  {
  div#fixedbox
    {
    position: fixed;
	bottom: 0;
  	right: 1em;
 	width: 250px;
  	height: 270px;
	
    }
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    padding: 0 0 0 0;
    font-size: 100%;
    }
  * html div#fixedbox
    {
    position: absolute;  
    }
}@charset "utf-8";
/* CSS Document */




