@charset "utf-8";
/* CSS Document */
/*TbList*/
.TbList{
	width: 100%;
	font-size:12px;
	border-collapse:collapse;
}
.TbList CAPTION{
	display:none;
}
.TbList thead th{
	border-bottom:2px solid #000000;
	color:#999999;
	font-weight:bold;
	text-align:left;
	height:21px;
}
.TbList tbody td{
	border-bottom:1px dotted #BFBFBF;
	height:22px;
	padding:3px;
}
/*Home*/
.RedIcon {
	background-image: url(../../images/SquareRed.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}
.YellowIcon {
	background-image: url(../../images/SquareYellow.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}
#Home.TbList{
	color:#747474;
}
#Home.TbList .Title{
	width:230px;
}
#Home.TbList .Title a{
	color:#3173BD;
}
#Home.TbList .Prize{
	width:130px;
}
#Home.TbList .Deadline{
	width:70px;
}

