
/*-- セルの色（要素）--*/
.type{
	background-color: #6666ff;
	width : 10%;
	text-align:center;
}
.college{
	background-color: #6666dd;
	font-weight: bold;
	width:85%;
}
.go{
	background-color: #9999ff;
	text-align:center;
}
.comment{
	text-indent: 1em;
	background-color: #9999dd;
	height:100px
}
