@charset "utf-8";


/*IE6印刷*/
* html{
margin:0;
padding:0;
background-color:none;
zoom:0.64 !important;
}
* html body{
	zoom:70%;
}
body {
	/*white-space: nowrap;*/
	position:absolute;
	background-color:#ffffff !important;
	min-width:1px !important;/* 印刷時に右端が切れてしまう問題への対応 */
}

#header{ font-size: 70% }
#container{
	background-color:#ffffff
	height: 100% !important;
}
#mymainback{
	height: 100% !important;
}

/*IE7*/
*:first-child+html div{
	zoom:1;
	/*float:none!important;*/
}