/*
  SYSTEM PATOLIS-4
  COPYRIGHT (C) 2004 PATOLIS CORPORATION. ALL RIGHTS RESERVED.
*/
/*
  $Id: pato_solu.css,v 1.3 2004/05/06 07:36:38 knweb Exp $
*/

/* <A>???(??) */
A {
	color: #3366FF;
	font-weight: normal;
}
A:hover {
	color: #FF9933;
	font-weight: normal;
	position:relative; top:1px; left:1px;
}

/* <A>???(????) */
.menu A {
	color: #FFFF00;
	font-weight: bold;
	font-size: x-small;
}
.menu A:hover {
	color: #FF9933;
	font-weight: bold;
	font-size: x-small;
	position:relative; top:1px; left:1px;
}

#idHelp A {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
}
#idHelp A:hover {
	color: #FF9933;
	font-weight: bold;
	font-size: x-small;
	position:relative; top:1px; left:1px;
}

#idLogout {
        width: 90px;
        height: 32px;
}

.classALink {
	color: #3366FF;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.classALink2 {
	color: #FF9933;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	position:relative; top:1px; left:1px;
}

/*--------------------*/
/* <TH>???????*/
/*--------------------*/
TH { 
	font-weight: normal;
	color: #000000;
	background-color: #CCCCFF;
	font-size: x-small;
}
.rank TH {
	font-weight: bold;
	font-size: small;
}

.s000 TD {
	font-weight: normal;
	font-size: x-small;
}

/*-----*/
/**/
/*-----*/
BODY.history { background-color: #CCCCCC; font-size: x-small; }
BODY.history TD { font-size: x-small; }

/*---------*/
/* SDI?? */
/*---------*/
.menu .SDI_MENU { color : #96fa70; }

/*-------------------------------------------*/
/* 簡易WEB版・ログアウト画面用システムカラー */
/*-------------------------------------------*/
.logout {
/*  background: #e6ffb3 */
  background: #FFFFFF
}

/*-----------------------------------------------*/
/* 簡易WEB版・ログアウト用・ヘッダータイトル文字 */
/*-----------------------------------------------*/
.logout_title {
	color: #000099;
	font-size: 22px;
	font-weight: bold;
}

/*-------------------------------------------*/
/* 簡易WEB版・ログアウト用・文字サイズ（大） */
/*-------------------------------------------*/
.logout_moji15 {
	font-size: 15px;
	font-weight: normal;
}

/*-------------------------------------------------*/
/* 簡易WEB版・ログアウト用、文字サイズ（大＋太字） */
/*-------------------------------------------------*/
.logout_moji15b {
	color: #330099;
	font-size: 15px;
	font-weight: bold;
}

/*--------------------------------------------------------*/
/* 簡易WEB版・ログアウト用・テーブル＆文字（背景#FFFFFF） */
/*--------------------------------------------------------*/
.logout_table1 {
	background-color: #FFFFFF;
}

/*--------------------------------------------------------*/
/* 簡易WEB版・ログアウト用・テーブル＆文字（背景#FFFFFF） */
/*--------------------------------------------------------*/
.logout_table2 {
	background-color: #000000;
}

/*-----------------------------------------------------------------------------*/
/* 簡易WEB版・ログアウト用・テーブル＆文字（背景#333399＋大＋太字＋白#FFFFFF） */
/*-----------------------------------------------------------------------------*/
.logout_table6 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #333399
}

/*-----------------------------------------*/
/* 簡易WEB版・ログイン画面用システムカラー */
/*-----------------------------------------*/
.login {
/*  background: #e6ffb3 */
  background: #FFFFFF
}
