/*プリント用*/

#logo{
	z-index:0;
	width:100%;
	height:70px;


	}
#bar{

z-index:0;
	width:0%;
	height:0px;
	background-image:url(/layouttest/img/bar.jpg);
}
*html #bar{
	width:0%;
	height:0px;
	background-color:#CCCCCC;


}
#outframe{
	z-index:0;
	position: absolute;
	background-color: #778899;
	width:0%;
	height:0%;
	overflow: auto;

	}
#bar{
display:none;
}	
