/***************************************************************************
モジュール名:【NetFamily】スタイルシート
作成者:S.Sasaki
作成日:2000/04/01
***************************************************************************/
/* デバッグメッセージ */
.debug	{
	color:				blue;
	font-weight:		normal;
	font-size:			medium;
	font-family:		sans-serif;
}
/* 通常メッセージ */
.normal	{
	color:				black;
	font-weight:		normal;
	font-size:			medium;
	font-family:		sans-serif;
}
/* エラーメッセージ */
.error	{
	color:				red;
	font-weight:		bold;
	font-size:			medium;
	font-family:		sans-serif;
}


/* 表示領域全般 */
/*
.content	{
	color:				black;
	background-color:	white;
	margin:				1em 3em;
}
*/
/* 画面タイトル */
/*
.title	{
	color:				green;
	text-align:			center;
	font-weight:		bold;
	font-size:			18pt;
	font-family:		sans-serif;
}
*/
/*  */
/*
A	{
	font-size:			9pt;
}
*/
/*  */
/*
P	{
	color:				#000080;
	font-weight:		bold;
	font-size:			9pt;
	font-family:		sans-serif;
}
*/

/*  */
/*
.tabledata	{
	color:				black;
	background-color:	white;
}
*/
/*  */
/*
TH	{
	color:				white;
	background-color:	gray;
}
*/
/*  */
/*
TD	{
	color:				#000080;
	font-weight:		medium;
}
*/
/*  */
/*
HR	{
	color:				#FF9900;
}
*/
/*  */
/*
DIV.button	{
	text-align:			center;
}
*/
.innertable	{
	font-size:	9pt;
}
