﻿@charset "utf-8";

.table1 textarea {
	height: 6em;
	width:	400px;
}

/*普通のテキストボックス*/
	.table1 input[type=text] {
		width:					400px;
		padding:				5px;
		border:					1px solid #ccc;
		color:					#555555;
	}
	
	