/*スクロールページ用CSS*/

body {background: url(null) fixed;
}

#header, #header2 {width:960px;
height:95px ! important;
background-color:white ! important;

}
html>body #header, #header2 {position:fixed;
	z-index:10 ! important; /* Prevent certain problems with form controls */
}

#subhdr {width:960px;
top:95px;
height:89px ! important;
background-color:white ! important;
}
html>body #subhdr {position:fixed;
	z-index:10 ! important; /* Prevent certain problems with form controls */
}

.sub-header {width:960px;
top:184px;
height:40px ! important;
background-color:white ! important;
}
html>body .sub-header {position:fixed;
	z-index:10 ! important; /* Prevent certain problems with form controls */
}


#main{padding-top:240px ! important;margin-bottom:20px ! important;}


#main2{padding-top:240px ! important;margin-bottom:20px ! important;}

@media print {
#logo ,#headblck ,#headmenu ,#sub-header ,#pan ,.sub-header ,#subhdr ,#header_detail ,#header {
	display:none! important;
}

#main{padding-top:0px! important;
	margin-bottom:20px! important;}

/*#header {width:960px! important;
	height:60px! important;
	background-color:white! important;
}*/

} 