/*---[ ライフパネル ]---*/
div.panel1_pro
{
  position : absolute;
  left     :   0px;
  top      :  25px;
  width    : 293px;
  height   :  59px;
/*
  background:url(/game/orecabattle/1/p/images/other/bdlife/bd_gauge.png) no-repeat;
  transform:rotate(45deg);
*/
}


table td.enemyname
{
  position : absolute;
  left     : 0px;
  top      : 0px;
}
table td.enemylife
{
  position : absolute;
  left     :   0px;
  top      :   0px;
  width    : 221px;
  height   :  17px;
}

img.img_enemyname
{
  position : absolute;
  left     :   2px;
  top      :   6px;
  width    : 134px;
  height   :  20px;
}
img.img_lifebar1
{
  position : absolute;
  left     :   4px;
  top      :  35px;
}

img.img_lifebar2
{
  position : absolute;
  left     :   4px;
  top      :  35px;
}

img.img_lifebar3
{
  position : absolute;
  left     :   2px;
  top      :  33px;
}

img.img_lifebar3G
{
  position : absolute;
  left     :   2px;
  top      :   4px;
}



/*---[ ボスライフパネル ]---*/
div.panelboss
{
  position : relative;
  left     : 295px;
  top      :   0px;
  width    : 384px;
  height   :  42px;
}
table td.bosslife
{
  position : absolute;
  left     :   0px;
  top      :-180px;
  width    : 384px;
  height   :  42px;
}
img.img_bosslifebarbase
{
  position : absolute;
  left     :   0px;
  top      :   0px;
}
img.img_bosslifebar1
{
  position : absolute;
  left     : 125px;
  top      :  90px;
}

img.img_bosslifebar2
{
  position : absolute;
  right    : -187px;
  top      :  138px;
/*  width    : 369px; */
}

img.img_bosslifebar3
{
  position : absolute;
  left     : 180px;
  top      : 135px;
}

img.img_uroboroclock
{
  position : absolute;
  left     :  25px;
  top      :  80px;
}
