@charset "EUC-JP";
/* CSS Document */

@import "common.css";

table{
	width:770px;
	margin:20px 0px;
}

table th{
	background:#DCF5B8;
	margin:20px 3px 8px 3px;
	padding:15px 15px 15px 25px;
	text-align:left;
	width:22%;
}

table td{
	padding:15px 13px;
}

#Btn{
	text-align:center;
}

input,textarea{
	border:#999999 1px solid;
	font-size:14px;
	padding:5px 3px;
}

input,textarea{
	border:#999999 1px solid;
}

.InputBtn{
	padding:0px!important;
	border:none!important;
}