@charset "utf-8";
/* CSS Document */


h1{
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
}

h2{
	background:none;
	color:#483A2E;
	border-left:5px solid #483A2E;
	padding:0 0 0 15px;;
	margin:0 0 0 50px;
}


.need {
	font-size: 10px;
	color: #CC0000;
}
.formHead , .formFoot {
	text-align:center;
}



div#form table{
	margin:10px 50px;
	width:550px;
}

div#form th{
	font-size:14px;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-color:#F3ED97;
	padding:4px;
	border-bottom:1px dashed #666;
}

div#form td{
	font-size:14px;
	line-height:130%;
	background-color:#fff;
	padding:4px;
	border-bottom:1px dashed #666;
}
.sysCaution{
	color: #FF0000;
	font-weight: bold;
}

.thWidth{
	width:150px;
}
