﻿SPAN.TreeviewSpanArea A 
{
	font-size: 12pt; 
	font-family: ＭＳ Ｐゴシック; 
	text-decoration: none;
	color: black;
}
SPAN.TreeviewSpanArea A:hover 
{
	color: #820082;
}
TD 
{
	font-size: 12pt; 
	font-family: ＭＳ Ｐゴシック;
}
BODY
{
    font-family: "ＭＳ ゴシック";
    font-size: 16px;
    clip: rect(auto auto auto auto);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
/*画面（メニュー）背景色*/
TD.backGround0
{
    background-color: #f3f3ef;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    cursor: hand;
}
/*帳票出力背景色*/
TD.backGround1
{
    background-color: #33ff99;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    cursor: hand;
}
/*CSVファイル出力背景色*/
TD.backGround2
{
    background-color: #b7b7db;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    cursor: hand;
}
TD.backGroundMenu
{
    background-color: #99ccff;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    cursor: hand;
}
