@charset "utf-8";

.text_red {
	color: #CC0000;
}

#form {
	margin: 0 10px 30px 10px;
	width: 480px;
}
#form table {
	width: 480px;
	margin-bottom: 30px;
}
#form th {
	font-weight: normal;
	width: 100px;
	border-bottom: dashed 1px #cccccc;
	background: url(../common/images/bg_list01.gif) no-repeat left center;
	padding-left: 12px;
}
#form td {
	padding: 8px 0;
	border-bottom: dashed 1px #cccccc;
}


