
/*-- セルの色（要素）--*/
.job{
	background-color: #9999ff;
	text-align: center;
	font-size: 14px;
}
.name{
	background-color: #9999dd;
	text-align: center;
	font-size: 14px;
}
.part{
	background-color: #9999bb; 
	text-align: center;
	font-size: 14px;
}
.major{
	background-color: #999999; 
	text-align: center;
	font-size: 14px;
}
.comment{
	background-color: #999977; 
	font-size: 14px;
}
/*-- セルの色（見出し）--*/
.tjob{
	background-color: #6666ff;
 	text-align: center;
	font-size: 16px;
	width:10%;
	font-weight: bold;
}

.tname{
	background-color: #6666dd;
	text-align: center;
	width:10%;
	font-size: 16px;
	font-weight: bold;
}
.tpart{
	background-color: #6666bb; 
	text-align: center;
	width:10%;
	font-size: 16px;
	font-weight: bold;
}
.tmajor{
	background-color: #666699; 
	text-align: center;
	width:20%;
	font-size: 16px;
	font-weight: bold;
}
.tcomment{
	background-color: #333377; 
	text-align: center;
	width:45%
	font-size: 16px;
	font-weight: bold;
}