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


.error{
	color: red;
}