
/*-- セルの色（要素）--*/
.name{
	background-color: #9999ff;
	text-align: left;
}
.mail{
	background-color: #9999dd;
	text-align: left;
}
.title{
	background-color: #9999bb; 
	text-align: left;
}
/*-- セルの色（見出し）--*/
.tname{
	background-color: #6666ff;
 	text-align: center;
	font-size: 10pt;
	width:20%;
	font-weight: bold;
}

.tmail{
	background-color: #6666dd; 
	text-align: center;
	width:20%;
	font-size: 10pt;
	font-weight: bold;
}
.ttitle{
	background-color: #6666bb; 
	text-align: center;
	width:20%;
	font-size: 10pt;
	font-weight: bold;
}
.comment{
	background-color: #999977; 
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.submit{

	text-align: right;
}
