@charset "UTF-8";
/* CSS Document */

/*==================form=================*/
#main table.formT {
	width: 800px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	}
#main table.formT th {
	width: 180px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	}
#main table.formT th.th_s {
	width:100px;
}
#main table.formT td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
#main table.formT td.td_s {
	width:230px;
}
#main div.formbut {
	width: 800px;
	margin-bottom: 15px;
	text-align: center;
	}
#main div.formbut form {
	display: inline;
	}
#main div.formbut input {
	margin-right: 5px;
	}
form {
	display: inline;
	}
.submit {
	width: 120px;
	}
div#errorExplanation{
	border: 2px solid red;
	padding: 15px 7px 12px;
	width: 400px;
	margin-bottom: 20px;
	background-color: rgb(240, 240, 240);
}
div#errorExplanation h2{
	margin: -15px -7px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(204, 0, 0);
	color: rgb(255, 255, 255);
}
div#errorExplanation p{
	padding: 20px 5px 5px;
}
div#errorExplanation li{
	font-size: 12px;
	margin: 5px 10px ;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}
