/*
* システム名：遠隔監視システム
* ファイル名：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;
}
/* "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);
}
/* 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:#000000;
	 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;
    }
