@charset "UTF-8";

div#contents div#main {
	padding:0 20px;
}

div#contents table {
	width:100%;
	margin:0 0 20px 0;
}

div#contents table tr th,
div#contents table tr td {
	border:1px solid #000;
	padding:10px 20px;
}

div#contents table tr th {
	background:#360303;
	width:20%;
}

div#contents table tr td {
	background:#2c2c2c;
}


div#contents table td input {
	border:1px solid #AAA;
	font-size:14px;
	height:18px;
	padding:2px;
}

div#contents table td textarea {
	border:1px solid #AAA;
}

* html body div#contents table td input {
	border:1px solid #AAA;
	font-size:14px;
	height:22px;
	padding:2px;
}

div#contents table td input.wide01 {
	width:250px;
}

div#contents table td input.wide02 {
	width:350px;
}

div#contents table td input.num {
	width:50px;
}

div#form_btn {
	text-align:center;
}


div#contents table td textarea {
	width:600px;
	height:150px;
}

div#contents table td input:focus,
div#contents table td textarea:focus {
	background:#FFFFCC;
}




div#error {
	color:#FF0000;
	font-weight:bold;
}

div#error ul {
	font-weight:bold;
	padding:0 0 20px 0;
	list-style-type:disc;
}

