/*--------------------------------------------------------------*/
/*	OHR営業支援システム　StyleSheet                             */
/*	作成日	2001/11/14                                          */
/*	作成者	satoh                                               */
/*--------------------------------------------------------------*/


	/*-----------------------------------*/
	/*	基本項目形式指定                 */
	/*-----------------------------------*/
	body{
		color		:black;
		background	:white;
	}

	/*-----------------------------------*/
	/*	フォントサイズ                   */
	/*-----------------------------------*/
	A:link{
		text-decoration	:underline;
	}
	A:visited{
		text-decoration	:underline;
	}
	A:hover{
		text-decoration	:none;
	}

	/*-----------------------------------*/
	/*	フォントサイズ                   */
	/*-----------------------------------*/
	.small{
		font		:12px MS Gothic;
	}
	.normal{
		font		:12px MS UI Gothic;
	}
	.tt_normal{
		font		:12px MS Gothic;
	}
	.large{
		font		:17px MS UI Gothic;
	}
	.big{
		font		:21px MS UI Gothic;
	}

	/*-----------------------------------*/
	/*	Table枠形式指定                  */
	/*-----------------------------------*/
	.errortable{
		font		:12px MS UI Gothic;
		background	:yellow;
		color		:#000000;
	}
	.msgtable{
		font		:12px MS UI Gothic;
		background	:darkblue;
		color		:#ffffff;
	}
	.graytable{
		font		:12px MS UI Gothic;
		background	:white;
		color		:dimgray;
	}

	/*-----------------------------------*/
	/*	Form関連形式指定                 */
	/*-----------------------------------*/
	.button_normal{
		font		:12px;
		color		:black;
		background	:#dddddd;
	}
	.button_small{
		font		:11px;
		color		:black;
		background	:#dddddd;
	}
	.text_normal{
		font		:12px;
		color		:black;
		background	:white;
	}
	.text_small{
		font		:11px;
		color		:black;
		background	:white;
	}




