@import		url("../default.css");

div		{ border: 0px dotted gray; }

span	{
	font-size:		10pt;
	letter-spacing:	0px;
}

body, div, input	{
	font-family:	tahoma;
}

button, input[type='button']	{
	cursor:		pointer;
	height:		24px;
	font-size:	10pt;
}

#BodyTop	{
	background:		#e6ffcc;
}

#Browser, #Resolution	{
	right:		5px;
	border:		0px;
	font-size:	10pt;
}
#Resolution	{ bottom: 20px;  color: blue; }
#Browser	{ bottom:  5px;  color: red;  }


/****************************/
/***  テキスト領域の挙動  ***/
/****************************/
input[type='text'], input[type='password']	{
	height:			20px;
	cursor:			default;
	font-size:		11pt;
	font-family:	Tahoma, sans-serif;
	letter-spacing:	1px;
	padding:		1px 2px 1px 2px;
	border:			1px solid #1e90ff;	
}

input[type='text']:focus		{ background: #d0ffff; }
input[mode='change']			{ background: #ffebeb; }


/******************************/
/***  ロ グ イ ン 画 面 用  ***/
/******************************/
#LoginBox	{
	width:		350px;
	height:		220px;
	background:	#ffffcc;
	border:		3px double orange;
}

#MsgBox		{
	width:		350px;
	height:		30px;
	color:		red;
	text-align:	center;
	font-size:	14pt;
	border:		0px;
}

#UserID, #PassWD	{
	left:		150px;
	width:		150px;
	height:		20px;
	padding:	2px;
	font-size:	12pt;
	border:		1px solid gray;
}
#UserID:focus	{ background: #e0ffff; }
#PassWD:focus	{ background: #e0ffff; }

#UserIDV, #PassWDV	{
	left:			40px;
	padding-top:	4px;
	font-family:	monospace;
	letter-spacing:	2px;
}

#UserID, #UserIDV	{ top:  40px; }
#PassWD, #PassWDV	{ top:  90px; }

#Login	{
	left:		140px;;
	top:		160px;
	width:		90px;
	letter-spacing:	2px;
}


