@charset "UTF-8";
#loading-view {
  /* 領域の位置やサイズに関する設定 */
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  /* 背景関連の設定 */
/*  background-color: #000000; */
  background-color: #999999;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background-image: url("../image/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
