/* コメントインプットエリアの幅指定 */
.comments-1 input{
	width:100px;
}
.comments-1l input{
	width:100px;
	float: left;
}
.comments-2 input{
	width:200px;
}
.comments-2l input{
	width:200px;
	float: left;
}
.comments-2r input{
	width:200px;
	float: right;
}
.comments-3 input{
width:300px;
}
.comments-3l input{
width:300px;
}
.comments-5 input{
width:500px;
}

.clear {
	clear:both;
	overflow:hidden;
}
/* コメントテキストエリアの幅指定 */
.textarea-1 textarea {
width:300px;
}
.textarea-2 textarea {
width:500px;
}
.tableform{
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;

}
.fontform1 {
	color: #0099FF;
}
.tyuui {
	color: #FF3333;
}