@charset "utf-8";
/* CSS Document */


#waku{
	width: 630px;
}
.form {
	width: 640px;
	text-align: left;
	margin-bottom: 20px;
}

.form table {
	border: 1px solid #ccc;
	width: 630px;
	margin-bottom: 20px;
}

.abs {
margin-left: 5px;
color: #f00;
}

.form table th {
background: #eee;
width: 25%;
}

.form table td {
border-bottom: 1px dashed #ccc;
width: 75%;
}

.form table th,
.form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.form table td.submit {
border: 0;
text-align: center;
}
