/*===========================================================================*/
/*                      iPhene　iPad用 　スタイル                            */
/*---------------------------------------------------------------------------*/
/*                      position: fixedをstaticに変更                        */
/*===========================================================================*/
#footer {
    position: static;
    float:center;
	width: 900px;
    height: 80px;
    margin: 0px 0px 0px 20px;
    *margin: 0px 0px 0px 0px;
    border-top: 1px solid #E0E0E0;
}
