body {
  background-color: #fff;
  zoom: 90%; 
}
#header{
display :none;
}
#globalNavi{
display :none;
}
#menu{
display :none;
}
#footer p.totop{
display :none;
}
#footer #footerNavi{
display :none;
}
#contentBody {
   padding-left: 0;
}
#page-index #header{
display :block;
}
#page-index #globalNavi{
display :block;
}
#page-index #menu{
display :block;
}
#page-index #footer #footerNavi{
display :block;
}
#page-index #footer p.totop{
display :block;
}
#page-index #contentBody {
   padding-left: 270px;
}
#flow #step {
    background-image: none;
    height: 308px;
    margin: 0 0 10px;
    padding-top: 70px;
}
#flow #step h3{
display: block;
}
#flow #step #step1, #flow #step #step3 {
    float: left;
    width: 47% ;
}
#flow #step #step2, #flow #step #step4 {
    float: right;
    width: 47%;
}