@charset "UTF-8";

.formtable {
	border-top: 1px dotted #b3aa7d ;
}
.formtable th {
	background: #f2eac2 ;
	padding: 10px ;
	border-bottom: 1px dotted #b3aa7d ;
	line-height: 1.8 ;
	color: #332200 ;
}
.formtable td {
	background: #f2eeda ;
	padding: 10px ;
	border-bottom: 1px dotted #b3aa7d ;
	line-height: 1.8 ;
}
.formtable input {
	margin: 0 3px ;
	padding: 1px ;
	vertical-align: middle ;
}
.formtable select {
	margin: 0 3px ;
	vertical-align: middle ;
}
.inactive { ime-mode: inactive ; }
.txtbox { width: 450px ; font-size: 12px ; }

.formtable .formtable-sub {
	border-top: 1px dotted #ccc28f ;
}
.formtable .formtable-sub th {
	background: none ;
	padding: 5px 10px 5px 0 ;
	border-top: 1px dotted #ccc28f ;
	border-bottom: none ;
}
.formtable .formtable-sub td {
	background: none ;
	padding: 5px 0 ;
	border-top: 1px dotted #ccc28f ;
	border-bottom: none ;
}

#event {
	background: #e5daa1 ;
	padding: 5px 10px ;
	line-height: 1.5 ;
	color: #666666 ;
}
#event strong {
	font-size: 18px ;
	color: #663300 ;
}

#privacy {
	overflow: auto ;
	width: ;
	height: 200px ;
	padding: 15px ;
	border: 1px solid #cccccc ;
}