
.borderClass1{
	border-color	: #eaeaea;
	text-decoration	: none;
}

.linkClass{
/*
	border-color	: #eaeaea;
*/
	border			: 0;
	cellspacing		: 0;
	cellpadding		: 1;
	display			: block;	/*リンクの対象をセル全体にする*/
/*
	color			: blue;		リンクの文字の色
	width			: 100%;
	height			: 100%;
*/
	text-decoration	: none;
}

.linkClass a {
		text-decoration: none;
		}
.linkClass a:hover {
	text-decoration: underline;
	}


.linkClass	th{
	  border			: 	0px solid #eaeaea;
	  background-color	:	#CACACA;
	  padding			:	2px;
	}
.linkClass	td{
	  border			:	0px solid #eaeaea;
	  padding			:	2px;
	}
.linkClass	tr{
	  background-color	:	#f7f3f7;/* 通常時のセルの背景色 */
	}

.linkClass	tr:hover {
	  background-color	:	#ceffce;    /* マウスオーバー時の行の背景色 */
	}
.linkClass	td:hover {
	  background-color	:	#ceffce;    /* マウスオーバー時のセルの背景色 */
	}


