/*----------------------------------------------------------
プログラム名            ：CMN.CSS
機能名                  ：<title>Light WebT/Cスタイルシート</title>
概要                    ：画面カラー確認用
作成者                  ：
作成日                  ：

----------------------------------------------------------
※変更ポイント
全体的な色              #669933
ヘッダー項目名の背景    #CCFF66
表タイトル部            #0099FF

2004/07/07  andou  勤怠データ削除対応 clsClearBtn追加
2004/07/20  andou  ログイン画面変更対応
2005/07/25  ueyama ログイン画面変更対応
2011/02/24  kozima IE8印刷レイアウト対応(フォント色追加)
----------------------------------------------------------*/

BODY{
    font-size:10pt;
}
/* ヘッダーフッタイメージ部 */
.line{
    color:#009933;
    background-color:#009933;
}
/* ヘッダー部 ID NAME */
.head_title{
    color:#009933;
    background-color:#CCFFCC;
    font-weight:bold;
    font-size: 12px;
}
/* ヘッダー部 情報欄 */
.head_value{
    color:#009933;
    background-color:#FFFFFF;
    font-weight:bold;
    font-size: 12px;
}
/* 表タイトル */
.label1{
    color:#FFFFFF;
    background-color:#33CC33;
    font-weight:bold;
    font-size: 12px;
}
.label2{
    color:#009933;
    font-weight:bold;
}
/*↓2003/10/28 murakami 追加↓*/
.label3{
    color:#FF0000;
    font-weight:bold;
}
/*↑2003/10/28 murakami 追加↑*/

/* メニュー文字*/
.menutext {
    font-size: 12px;
    color: #33CC33;
    text-decoration: none;
    font-weight: normal;
}

td{
    font-size:12px;

}
/*↓2003/05/21 上山 追加↓*/
.title1{
    font-size: 16px;
    font-weight: bold;
}
/*↑2003/05/21 上山 追加↑*/

/*↓2003/05/23 徳江 追加↓*/
Input.clsAdvance{
    width: 10px;
    height: 10px;
}
/*
tr.clsTrCol1{
    background-color: #FFFFCC;
}
td.clsTdCol1{
    background-color: #FFFFB5;
}
*/
tr.clsTrCol1{
    background-color: #FFFFB5;
}
td.clsTdCol1{
    background-color: #FFFF8C;
}

tr.clsTrCol2{
    background-color: #FFDDEE;
}
td.clsTdCol2{
    background-color: #FFC8E3;
}
input.clsDayActBtn{
    width:70px;
}
input.clsCloseActBtn{
    width:110px;
}
/*↑2003/05/23 徳江 追加↑*/

/*↓2003/06/07 徳江 追加↓*/
input.clsDayActBtnS{
    width:50px;
}
input.clsCloseActBtnS{
    width:67px;
}
/*↑2003/06/07 徳江 追加↑*/


/*↓2003/05/29 上山 追加↓*/
.middleEvtBtn{
    width:70px;
    height:28px;
}

.largeEvtBtn{
    width:140px;
    height:28px;
}
.tableDataCel{
    height:25px;
}
th{
    font-size: 12px;
}
/* 2011/02/24 kozima start */
FONT.colorBlack{
    color:#000000;
}
/* 2011/02/24 kozima end */
FONT.colorRed{
    color:#ff0000;
}
FONT.colorBlue{
    color:#0000ff;
}
/*↑2003/05/29 上山 追加↑*/

/* ↓ 2003/10/21 ueyama add */
.middleEvtBtn2{
    width:90px;
    height:28px;
}
/*↓2004/07/07 安藤 追加(消ボタン)↓*/
input.clsClearBtn{
	width:25px;
}

input.clsDayActBtn2{
    width:57px;
}

/*↓2004/07/20 安藤 追加(ログイン画面変更)↓*/

A.lh12:link {color:#0000CC}
A.lh12:active {color:#0000CC}
A.lh12:visited {color:#9933CC}
A.lh12:hover {color:#0099FF}

A.lh16:link {color:#0000CC}
A.lh16:active {color:#0000CC}
A.lh16:visited {color:#9933CC}
A.lh16:hover {color:#0099FF}

.lh12 {
	font-size:12px;
	line-height:18px;
}

.lh16 {
	font-size:16px;
	line-height:22px;
}

TABLE {
		teble-layout:fixed;
}

TABLE, FORM, INPUT, SELECT, TEXTAREA, INPUT.formText, INPUT.formSubmit {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
		
TEXTAREA, INPUT.formText, INPUT.formSubmit {
	font-size:12px;
}

.lh10 {
	font-size:10px;
	line-height:14px;
}




