
/*基本フォント設定*/

	body,table,td,tr
	{
		font-size: 12px;
		line-height: 17px;
		font-family: osaka,"ＭＳ Ｐゴシック", sans-serif;
	}

/*個別フォント設定*/

	.designNumTxt
	{
		font-size: 12px;
		line-height: 17px;
		font-family: Arial;
		color: #FFFFFF;
	}

	a.designNum
	{
		font-family: Arial;
		font-size: 12px;
		color: #FF7D19;
		text-decoration: none;
	}

	a.designNum:visited
	{
		font-family: Arial;
		font-size: 12px;
		color: #FF7D19;
	}

	a.designNum:hover
	{
		font-family: Arial;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #FF7700;
	}

	.update
	{
		font-size: 12px;
		color: #FFFFFF;
		line-height="18px";
		text-decoration: none;
	}

	a.updatelink
	{
		color: #FFFF00;
		text-decoration: none;
	}

	a.updatelink:visited
	{
		color: #FFFF00;
		text-decoration: none;
	}

	a.updatelink:hover
	{
		color: #FFFF00;
		background-color: #995500;
		text-decoration: none;
	}

	.toolName
	{
		color: #EE7000;
		font-size: 15px;
		font-weight: bold;
		line-height="23px"
	}
