@charset "UTF-8";
/* 2012/02/13 A.toui 文字コード指定 */

/*
* システム名：遠隔監視システム
* ファイル名：C01D040J.css
* 開発担当 ：東芝ソリューション株式会社 府中ソリューションセンター
*
* (C) TOSHIBA SOLUTIONS Corporation 2010-2011 All Rights Reserved.
*
* 注意：本内容の一部または全部を無断で使用、転載することは禁止されている。
*
* VERSION  DATE         BY         COMMENT
*
----------------------------------------------------------------------------
* 1.00     2011/01/28   SuX         Create
*/
/* body部分表示 */
#loginbody{
	margin:0px;
	padding:0px;
    background-repeat: no-repeat;
}
/* login画面ヘッダの表示 */
.loginheadarea{
    width: 995px;
	height: 150px;
    white-space:nowrap;
	position:relative; top:0px; left:0px;
}

/* login画面メッセージ表示 */
.logininfoarea{
    width: 700px;
        height: 140px;
    white-space:nowrap;
    position:absolute; top:650px; left:500px;
}

/* "TM STATION"ピクチ表示 */
.headpicture{
    display:inline;
    width:156px;
    height:60px;
}
/* アラート書体 */
.loginalertfont{
	font-size: 25px;
	color: Yellow;
	text-align:center;
	font-style : normal;
	font-family:"Times New Roman";
	}
/* login画面中央部分の表示 */
.logincentertable{
    width:995px;
}
/* 文字のシャドウ*/
.dropshadow{
	text-align:center;
	width:100%;
	color:#FFFFFF;
    /*filter: DropShadow(Color=#7B7B7B, OffX=3, OffY=3, Positive=1); */
    text-shadow: 5px 5px 1px #222;

}
/* login画面のタイトル部分 */
.logintitlefont{
	 font-size: 33px;
	 color: WHITE;
     text-decoration: underline;
     margin:0px;
	 padding:0px;
	 font-style : normal;
	 font-family:"Times New Roman";
	}
/* login画面タイトル以外部分の文字 */
.loginfont{
	 font-size: 20px;
     font-weight: bold;
     margin:0px;
	 padding:0px;
	 color:#ffffff;
	 font-style : normal;
	 font-family:"Times New Roman";
   }
/* login画面入力部分 */
.usernameinput{
	width:140px;
	ime-mode:disabled;
	background-color : #FFFFFF;
	maxlength:8px;
	}
.passwordinput{
	width:140px;
	ime-mode:disabled;
	background-color : #FFFFFF;
	}
/* login画面表示の部分 */
.loginarealeft{
	text-align:right;
    }
.loginarearight{
	text-align:left;
    }

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative;
}