body{
	font-family: meiryo,"CI";
}
table{
	width: 100%;
	border-collapse: collapse;
}
form table tr td,form table tr th{
	padding: 10px 20px;
	font-size:90%;
	border:1px solid #ccc;
	line-height: 160%;
}
div.formmain{
	width: 960px;
	margin: 0 auto;
}
form table tr th{
	white-space: nowrap;
	background-color: #edf4fc;
	font-weight: normal;
}

input.submitbutton{
	width: 200px;
	height: 50px;
	margin: 20px auto;
}
div form table tr.read td{
	border-top:1px #fff solid;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
input[type="text"],
textarea {
	padding: 5px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #95bfea;
	border: 1px solid #95bfea;
}


