@charset "utf-8";

/*------------------------------------------------------------------------------
 * 回収管理使用クラス
 *----------------------------------------------------------------------------*/

/* メニュー */
div.menu {
    width : 940px;
}

div.menu div {
    width: 116px;
}

/* セクション */
div.section span.title {
    color:#6633ff;
    font-weight: bold;
    float: left;
}

/* ヘルプヘッダ */
div.helpheader span.title {
    color:#6633ff;
    font-weight: bold;
    float: left;
    font-size:16px;
}

/* 使わないかもしれない（回収管理では使用したので一応置いておく） */
table.menu { border: 1px solid #6633ff; }
table.menu td { border-width: 0; }

/* 紫ボタン */
a.btnStyleFlat {
    background-color: #6633ff;
}

/* 黒ボタン */
a.btnBlackFlat {
    background-color: #000000;  /* 定義自身はface.cssと変わりませんが、各ボタンにはbtnStyleFlatと一緒にclass属性に指定しているため、btnStyleFlatの色になってしまうのをここでさらに上書きしています。 */
}

/*------------------------------------------------------------------------------
 * 共通ヘッダ
 *----------------------------------------------------------------------------*/
    /* 共通ヘッダ */
.applhead {
    color: #6633ff;
}

/* 共通ヘッダテーブル */
table.appltitle table { /* height: 100%; */
    color: #6633ff;
}

table.appltitle a {
    color: #6633ff;
}

table.appltitle a:link {
    color: #6633ff;
}

table.appltitle a:active {
    color: #6633ff;
}

table.appltitle a:visited {
    color: #6633ff;
}

table.appltitle a:hover {
    color: #6633ff;
}
/*------------------------------------------------------------------------------
 * テーブル（リスト、検索条件用）
 *----------------------------------------------------------------------------*/

table.list thead th {
    background-color: #ccccff;
}

table.list tbody th {
    background-color: #ccccff;
}

table .title {
	background-color: #ccccff;
}

table.item th {
    background-color: #ccccff;
}

table.list tr.tyakkazumi {
    color: red;
}

table.list tr.tyakkazumi a {
    color: red;
}

table.list tr.mityakka {
    color: blue;
}

table.list tr.mityakka a {
    color: blue;
}

/*------------------------------------------------------------------------------
 * タブ表示共通
 *----------------------------------------------------------------------------*/
ul.tabStyle {
    border-bottom: 1px solid #ccccff;
}

ul.tabStyle li a:hover {
    background-color: #6633ff;
}

ul.tabStyle li.present a {
    background-color: #ccccff;
}

