*html body {  /*IE6だけに適用*/
   overflow-y:auto;
}

*+html body { /*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

