﻿/* test026 */
/*=== Hack for IE6 ===*/
* html,
* html body{
	overflow-y:hidden;
}
* html div#throughout{ 
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
* html div#maintable{  z-index: 1;/**************/
	right:0; left:-16px;                                                /*←右にかぶらないようにするために１６必要*/
}
* html #maincolumn { 
	width:80%; /*←右にかぶらないようにするために１６必要*/
/*この方法は、はみ出す。
    width : expression(
                (document.documentElement.clientWidth > 560)? "560px" :
		(document.documentElement.clientWidth < 560)? "auto" :
                "auto"
            );
下の方法でも同様だが。。。*/
   behavior: url(iefixed.htc);
   /*min-width:400px;*/
   max-width:568px;


}




* html div#bottom{
	position:absolute;right:17px;
	bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
}
* html div#header{ 
	position:absolute;right:17px; left:-17px;
}


/*レイヤ調整*/
* html div#header{
	overflow-x:hidden;

}
* html div#bottom{ z-index:98; }
* html div#header{ z-index:97; }





* html #navigation ul {
padding-bottom: 4px;
}

* html table.fukidashi {
	font-size:9pt;

}











