﻿body 
{
/*	background-color: Black;
background-image: url("Images/Separator.gif");
background-repeat: repeat-y;*/
}

td
{
	line-height: 1.7em;
	letter-spacing: 0.0px;
	empty-cells: show;
	/*	text-indent: 3px;*/
	/*	word-spacing: 0.0em;	*/
}

/* アンカータグ直書き部分に適用するクラス（mCommomに記述）*/
A.LinkColor
{
	text-decoration:	underline;
	color:	blue;
}

A.LinkColor:link	{	
	text-decoration:	underline;
	color:	blue;
		}	
		
A.LinkColor:visited	{	
	text-decoration:	underline;
	color:	blue;
	}	
		
A.LinkColor:active	{	
	text-decoration:	underline;
	color:	blue;
	}	
		
A.LinkColor:hover	
{
	text-decoration:	underline;
	color:	blue;
	}

/* 入札公告の申請期間、入札日に適用 */
DIV.TextIndent
{
	text-indent: 1.0em;
	}
	