@charset "euc-jp";
/* CSS Document */

#contents #form-table table {
	clear: both;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 670px;
}

#contents #form-table table tr.form-even {
	background-color: #fff;
}

#contents #form-table table tr.form-odd {
	background-color: #eee;
}

#contents #form-table table tr td {
	border: 1px solid #707070;
	color: #707070;
	font-size: 11px;
}

#contents #form-table table tr td {
	padding: 4px 12px;
}

#contents #form-table table tr td a:link,
#contents #form-table table tr td a:visited {
	color: #1c1c1c;
}

#contents #form-table table tr td input,
#contents #form-table table tr td select,
#contents #form-table table tr td textarea {
	margin: 0px 3px;
}

#contents #form-table table tr td a:hover {
	color: #8f8f8f;
}

#contents #form-table table tr td.form-name {
	width: 180px;
}

#contents #form-table table tr td.form-input input {
	width: 200px;
}

#contents #form-table table tr td.form-input-long input {
	width: 428px;
}

#contents #form-table table tr td.form-input textarea {
	width: 428px;
	height: 5em;
}

#addboard #contents #form-table table tr td.form-input textarea {
	width: 428px;
	height: 10em;
}

#contents #form-table table tr td.form-input-short input {
	width: 100px;
}

#contents #form-table table tr td.form-submit {
	text-align: center;
	padding: 10px;
}

#contents #form-table table tr td.form-submit input {
	margin-top: 5px;
}

#contents #form-table table tr td.form-submit p {
	margin-top: 10px;
}

#contents #form-table table tr td.form-input select {
	width: 150px;
}

#contents #form-table table tr td.ssl-explain {
	border: none;
	text-align: center;
}

#contents #form-table table tr td .form-explain {
	font-size: 11px;
}

#contents #form-table table tr td.ssl-explain img {
	margin-top: 5px;
}

.eq {
	margin: 0px 3px;
}

.require {
	color: #c00;
	margin-right: 2px;
}

#addmemberconfirm #container #contents #form-table .form-even .form-submit form {
	display: inline;
}

#addboard #contents #form-table table {
	margin-top: 5px;
}

#addboard #contents #form-table table tr td span.caution {
	display: block;
	clear: both;
	width: 400px;
	margin: auto;
	text-align: left;
	font-size: 11px;
}