@charset "utf-8";
@import "base.css";

#main .errortext{
	color: #ff0000;
	margin: 10px 0;
	padding-left: 5px;
	border-left: 3px solid #ff0000;
}
#main table{
	width: 100%;
	margin: 15px 0 0;
}
#main table th{
	width: 160px;
	font-size: 110%;
	font-weight: bold;
	color: #B07B7B;
}
#main table td{
	padding-bottom: 5px;
}
#main table td textarea{
	width: 640px;
}
#main p{
	color: #B07B7B;
	text-align: center;
}
div.privacy dl{
	margin-top: 10px;
}
div.privacy dt{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 3px;
}
div.privacy dd{
	margin-bottom: 15px;
}

#main table.check th,
#main table.check td{
	border-bottom: 1px dashed #aaa;
	vertical-align: top;
	padding: 5px 0;
}

input.short { width : 100px; }
input.normal { width : 250px; }
input.long { width : 95%; }
