@import		url(lang/js/jquery/plugin.css);
@import		url(lang/js/my.css);

a:link		{ color: Blue;	text-decoration: none; }
a:visited	{ color: Blue;	text-decoration: none; }
a:hover		{ color: red;	text-decoration: none;  background: MistyRose; }
a:active	{ color: red;}

/*************************************/
/*   ト ッ プ ペ ー ジ 用 の 設 定   */
/*************************************/
body#BodyTop {
	margin:			0px;
	padding:		0px;
	color:			black;
	font-size:		11pt;
	font-family:	arial, sans-serif;
	background:		LavenderBlush;
	overflow:		auto;
}

html { overflow: auto; }

/*************************************/
/*   ロ グ イ ン 領 域 の 設 定		 */
/*************************************/
#LoginBox	{
	margin-top:			60px;
	padding:			0px;
	width:				400px;
	cursor:				default;
	background-color:	#ffffcc; 
	border-collapse:	collapse;
	border:				3px double orange;
}

#JoinBox	{ margin-top: 20px; }

#SubTitle	{
	color:				Red;
	height:				32px;
	font-size:			16pt;
	font-family:		Tahoma;
	text-align:			center;
	letter-spacing:		1px;
	border-bottom:		1px solid orange;
	background-color:	#ffff88;
}

#Login, #Join	{
	height:			26px;
	font-size:		11pt;
	font-family:	arial;
	cursor:			pointer;
}

#Login	{ width:  70px;  padding: 0px 0px 4px 0px; }
#Join	{ width: 100px;  padding: 0px 0px 2px 0px; }
.msie	#Login	{ padding: 1px 0px 2px 0px; }
.msie	#Join	{ padding: 2px 0px 0px 0px; }
.safari	#Login	{ padding: 1px 0px 2px 0px; }
.safari	#Join	{ padding: 2px 0px 0px 0px; }

#AccessPoint, #RealTime {
	height:			24px;
	font-size:		10pt;
	font-family:	Tahoma;
}
#AccessPoint { text-align:  left;  padding-left:  5px; }
#RealTime	 { text-align: right;  padding-right: 5px; }

#TokuID, #UserID, #PassWD  {
	width:		120px;
	border:		1px solid orange;
}
#TokuID, #UserID	{ height: 20px;  padding: 2px 3px 0px 3px;  color: gray; }
#PassWD				{ height: 18px;  padding: 2px 3px 2px 3px;  font-size: 	9pt; }
.msie	#PassWD		{ padding: 4px 3px 0px 3px; }

.nameField {
	width:			45%;
	height:			30px;
	font-size:		10pt;
	font-family:	monospace;
	text-align:		center;
	padding-left:	30px;
}

/*************************************/
/*	動 作 環 境 領 域 の 設 定		 */
/*************************************/
#ExplainBox {
	margin-top:			20px;
	width:				500px;
	cursor:				default;
	font-size:			10pt;
	border-collapse:	collapse;
}

#ExplanTitle {
	color:				Red;
	height:				18px;
	font-size:			10pt;
	text-align:			center;
	letter-spacing:		1px;
}

.expItem, .expNote	{
	padding:			2px;
	line-height:		120%;
	letter-spacing:		1px;
}

.expItem	{
	width:				20%;
	text-align:			center;
}
