body {
background-color: #f2f8ef;
background-image : url("../sys_data/icon/bg.gif");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
}

/*スクロールバーの色設定(IE)*/
* {
         scrollbar-track-color     : #FFFFFF;
         scrollbar-face-color      : #FFFFFF;
         scrollbar-darkshadow-color: #FFFFFF;
         scrollbar-highlight-color : #9ACD32;
         scrollbar-3dlight-color   : #FFFFFF;
         scrollbar-arrow-color     : #9ACD32;
}

A{
  text-decoration : none;
}

A:HOVER{
  text-decoration : underline;
}

