/*----------------------------------------------------------
 ログオン系・スタイルシート
----------------------------------------------------------*/


Td
{
	font-size: 14px;
}
/*--- セッションエラー画面 ---*/
*.typErrSession
{
	font-size: 40px;
	color: red;
}

/*--- ログイン・イメージ ---*/
*.typeLoginImage
{
	width:130px;
	height:100px;
}

/*--- ログイン・上エリア ---*/
*.typeLoginHedar
{
	background:#BFC9FF;
	font-size: 16px;
}


/*--- テーブル・明細 ---*/
*.typeTableDetail
{
	position:relative;
	top:20;
	border: 0px;
	border-collapse:collapse;
}

/*--- テーブル・行 ---*/
*.typeTr
{
	height: 34;
}


/*--- ボタン・ページ遷移 ---*/
*.typeBpage
{
	border-style: outset;
	width: 130px;
	height: 1.8em;
}

/*--- ログイン・必修入力項目 ---*/
*.typeHedSel20
{
	border: solid 1px #000000;
	width: 130px;
	background: #ffffcc;
}
/*--- ログイン・コンボボックス ---*/
*.typeComb20
{
	font-size: 14px;
	width: 130px;
	height: 1.5em;
	background: #ffffcc
}
