@charset "UTF-8";

@import 'graph_bar_660x200.css';

#page #stage {
  height: 230px;
}

#graph_last,
#graph_current {
  height: 190px;
}

#row_num1 {
  top: 38px;
}
#row_num2 {
  top: 76px;
}
#row_num3 {
  top: 114px;
}
#row_num4 {
  top: 152px;
}
#row_num5 {
  top: 190px;
}

#stage #graph_base {
  height: 231px;
  background: url(../img/g_base_660x190_day.png) no-repeat;
}
#stage #graph_dot {
  top: 191px;
}
#stage.day #graph_base {
  background: url(../img/g_base_660x190_day.png) no-repeat;
}
#stage.week #graph_base {
  background: url(../img/g_base_660x190_week.png) no-repeat;
}
#stage.month #graph_base {
  background: url(../img/g_base_660x190_month.png) no-repeat;
}
#stage.year #graph_base {
  background: url(../img/g_base_660x190_year.png) no-repeat;
}
