@charset "UTF-8";


/* lowを枠で囲まない設定 */
.low	{border: none;
	background: none;
	line-height: normal;
	text-align: left}


/* ボックスごとに色を変える設定 */
.head	{
	border-color: #faa;
	color: #faa;
	}

.side1	{
	float: left;
	width: 20%;
	margin: 10px;
	}

.main	{
	float: left;
	width: 70%;
	}



.side2	{
	float: left;
	width: 10%;
	}


/* ボックスの高さ */

.head	{line-height: 12px}



  #nowLoading {
	display: table;
	width: 20%;
	height: 20%;
	position: fixed;
	top: 40%;
	left: 40%;
	background-color: #fff;
	opacity: 0.8;
  }
   
  #innerMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	z-index:10000;
	background: url("animegif.gif") center center no-repeat;
  }