/*----------------------------------------------------------------*/
/*　BODY部の定義   　　　　　　　　　　　　　　　　　　　　　　　 */
/*　ログイン画面：　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　フレームＡ　：　　　　　　　　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/
BODY{
  background-color : #DFDFDF;
/*background-image : url(/images/0000/0074/top_bg.jpg); */
  font-size : 10pt;
  color : #333333;
}

/*----------------------------------------------------------------*/
/*　TABLEの文字色　　　　　　　　　　　　　　　　　　　　　　　　 */
/*　ログイン画面：「利用者ログイン文字列」　　　　　　　　　　　　*/
/*　フレームＡ　：　ｘｘｘ様いつもご利用ありがとうございます。　　*/
/*----------------------------------------------------------------*/
TABLE{
  font-size : 11pt;
  color : #333333;
}

/*----------------------------------------------------------------*/
/*　CopyRight文字色　　　 　 　　　　　　　　　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.copy{
  font-size : 8pt;
  color : #333333;
  face="Arial, Helvetica, sans-serif";
}
.copy_content:after{
  content : "Copyright 2003 Toei Corp. All rights reserved.";
}

/*----------------------------------------------------------------*/
/*　入力文字色定義　　　　　　　　　　　　   　　　　　　　　　　 */
/*　利用者申請画面：テキストボックス定義　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/
.form{
  font-size : 10pt;
  color : #000000;
}

/*----------------------------------------------------------------*/
/*　項目名称　　　　　　　　　　　　　　　   　　　　　　　　　　 */
/*　利用者申請画面：項目名文字色　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/
.form_title{
  font-size : 10pt;
  color : #333333;
  font-weight: bold;
  text-align: right;
  width : 50%;
}

/*----------------------------------------------------------------*/
/*　項目名称　　　　　　　　　　　　　　　   　　　　　　　　　　 */
/*　利用者申請画面：項目名文字色　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/
.title_cell{
  font-size : 10pt;
  color : #333333;
  font-weight: bold;
  text-align: right;
  width : 50%;
  white-space : nowrap;
}

/*----------------------------------------------------------------*/
/*　必須マーク色　　　　　　　　　　　　　   　　　　　　　　　　 */
/*　利用者申請画面：必須マーク色　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/
.in{
  font-size : 10pt;
  color : #FF0000;
}

/*----------------------------------------------------------------*/
/*　利用者名称　　　　　　　　　　　　　　   　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.user{
  font-size : 12pt;
  color : #333333;
}

/*----------------------------------------------------------------*/
/*  利用者向けメニュー画面　ヘッダーのお知らせ見出し              */
/*----------------------------------------------------------------*/
.news {
	background-color : #dfdfdf;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	color : #333333;
}


/*----------------------------------------------------------------*/
/*  利用者向けメニュー画面　ヘッダーのお知らせ文字（日付）        */
/*----------------------------------------------------------------*/
.news_font {
	font-size:9pt;
	vertical-align:middle;
	white-space:nowrap;
	color : #333333;
}

/*----------------------------------------------------------------*/
/*  利用者向けメニュー画面　ヘッダーのお知らせ文字（内容）        */
/*----------------------------------------------------------------*/
.news_contents {
	vertical-align:middle;
	white-space:nowrap;
	font-size:1pt;
	color : #333333;
}
/*----------------------------------------------------------------*/
/*　エラー文字列　　　　　　　　　　　　　   　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.error {
  font-size : 10pt;
  color : #FF0000;
}

/*----------------------------------------------------------------*/
/*　エラーテーブル　タイトルの文字の定義　   　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.error_title {
  font-size : 10pt;
  color : #808080;
}

/*----------------------------------------------------------------*/
/*　エラーテーブル　テーブルの定義　　　　   　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.error_table {
  background-color : #C0C0C0;
}

/*----------------------------------------------------------------*/
/*　エラーテーブル　エラー文字列の背景色　   　　　　　　　　　　 */
/*----------------------------------------------------------------*/
.error_back {
  background-color : #FFFFFF;
}

/*--------------------パスワード変更関連--------------------------*/
/*----------------------------------------------------------------*/
/*　パスワード変更　　タイトルの文字の定義　   　　　　　　　　　 */
/*----------------------------------------------------------------*/
.pass-title {
  font-size : 10pt;
  color : #333333;
}


/*----------------------------------------------------------------*/
/*　利用者申請画面　括弧の文字色　   　　　　　　　　　 　　　　*/
/*----------------------------------------------------------------*/
.regist-assist {
  font-size : 8pt;
  color :#333333;
}


/*----------------------------------------------------------------*/
/*　利用者申請画面　注意の文字色　   　　　　　　　　　 　　　　*/
/*----------------------------------------------------------------*/
.regist-care {
  font-size : 9pt;
  color : #333333;
}
/*----------------------------------------------------------------*/
/*  利用者向けメニュー画面　ヘッダーのユーザー情報表示文字サイズ  */
/*----------------------------------------------------------------*/
.loginUser {
	font-size :12pt;
	text-align:right;
	align : right;
	height:51;
	color:#333333;
}

/*----------------------------------------------------------------*/
/*  利用者向けメニュー画面　ヘッダーのお知らせ情報テーブル        */
/*----------------------------------------------------------------*/
.newsTable {
	height:80px;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

/*----------------------------------------------------------------*/
/*  利用者申請画面 : 更新のあったフィールド                                        */
/*----------------------------------------------------------------*/
.updateField {
	font-size : 10pt;
	font-weight: bold;
	color : #FF0000;
}


