body {
	font-family			: "ＭＳ ゴシック",Osaka;
	font-size			: 100%;
	color				: #333333;
	background-color	: #FFFFFF;
	margin-top    : 0;
	margin-right  : 0;
	margin-bottom : 0;
	margin-left   : 0;
/*	
	scrollbar-base-color: #FFD980;
    scrollbar-track-color: #FDE8B7; 
*/
}

/*****テーブル内テキスト標準*****/

td {
	font-family			: "ＭＳ ゴシック",Osaka;
	color				: #333333;
	font-size			: 100%;
	line-height: 1.2em;
}

/*****テキストsmall*****/
.small {
	font-family			: "ＭＳ ゴシック",Osaka;
	color				: #333333;
	font-size			: 100%;
	line-height: 1.2em;
}

/*****テキストlarge*****/
.large {
	font-family			: "ＭＳ ゴシック",Osaka;
	color				: #333333;
	font-size			: 100%;
	line-height: 1.5em;
}

/*****リンク*****/
a:link {
        color:#0033CC;
        text-decoration:none
		line-height: 1.2em;
		}
		
a:visited {
        color: #336699;
        text-decoration:none
		line-height: 1.2em;
		}

a:hover {
        color: #FF6600;
        text-decoration:underline
		line-height: 1.2em;
		}
		
a:active {
        color:#FF6600;
        text-decoration:underline
		line-height: 1.2em;
		}

/*****テーブル*****/
.bbk {
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	text-align:center;
}

.libk {
	background-color: #FFF3CA;
	border: 1px solid #CCCCCC;
	text-align:center;
}


/*
 * td:white
 * 文字色：黒
 * 背景色：白
*/
div.white, tr.white, td.white                      
{ background-color:#FFFFFF; color:#333333; text-align:left; }
div.white-center, tr.white-center, td.white-center 
{ background-color:#FFFFFF; color:#333333; text-align:center; }
div.white-right, tr.white-right, td.white-right    
{ background-color:#FFFFFF; color:#333333; text-align:right; }

/*
 * td:d-gray
 * 文字色：白
 * 背景色：こいグレー
*/
div.d-gray, tr.d-gray, td.d-gray                      
{ background-color:#666666; color:#FFFFFF; text-align:left; }
div.d-gray-center, tr.d-gray-center, td.d-gray-center 
{ background-color:#666666; color:#FFFFFF; text-align:center; }
div.d-gray-right, tr.d-gray-right, td.d-gray-right    
{ background-color:#666666; color:#FFFFFF; text-align:right; }

/*
 * td:r-gray
 * 文字色：黒
 * 背景色：うすいグレー
*/
div.r-gray, tr.r-gray, td.r-gray                      
{ background-color:#CCCCCC; color:#333333; text-align:left; }
div.r-gray-center, tr.r-gray-center, td.r-gray-center 
{ background-color:#CCCCCC; color:#333333; text-align:center; }
div.r-gray-right, tr.r-gray-right, td.r-gray-right    
{ background-color:#CCCCCC; color:#333333; text-align:right; }

/*
 * td:yellow
 * 文字色：黒
 * 背景色：黄色
*/
div.yellow, tr.yellow, td.yellow                      
{ background-color:#FFCC00; color:#333333; text-align:left; }
div.yellow-center, tr.yellow-center, td.yellow-center 
{ background-color:#FFCC00; color:#333333; text-align:center; }
div.yellow-right, tr.yellow-right, td.yellow-right    
{ background-color:#FFCC00; color:#333333; text-align:right; }

/*
 * td:r-yellow
 * 文字色：黒
 * 背景色：黄色
*/
div.r-yellow, tr.r-yellow, td.r-yellow                      
{ background-color:#FFE68E; color:#333333; text-align:left; }
div.r-yellow-center, tr.r-yellow-center, td.r-yellow-center 
{ background-color:#FFE68E; color:#333333; text-align:center; }
div.r-yellow-right, tr.r-yellow-right, td.r-yellow-right    
{ background-color:#FFE68E; color:#333333; text-align:right; }


/*
 * td:orange
 * 文字色：黒
 * 背景色：オレンジ
*/
div.orange, tr.orange, td.orange                      
{ background-color:#FF9900; color:#333333; text-align:left; }
div.orange-center, tr.orange-center, td.orange-center 
{ background-color:#FF9900; color:#333333; text-align:center; }
div.orange-right, tr.orange-right, td.orange-right    
{ background-color:#FF9900; color:#333333; text-align:right; }




