@charset "utf-8";

@import url("common.css");

h2.mainttl {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
}

table.formtbl {
	width: 634px;
}
table.formtbl th {
	width: 180px;
	font-size: 12px;
	background: #666;
	padding: 3px 5px;
}
table.formtbl td {
	font-size: 12px;
	background: #333;
	padding: 3px 5px;
}
table.formtbl td .maxwid {
	width: 420px;
}

p.underbtn {
	text-align: center;
	padding: 10px 0 0 0;
}
input.confirmbtn {
	width: 120px;
	height: 30px;
	background: url(../img/regi_go.gif) no-repeat;
	border: none;
}
input.confirmbtn:hover {
	background: url(../img/regi_go_r.gif) no-repeat;
}
input.backbtn {
	width: 120px;
	height: 30px;
	background: url(../img/regi_modify.gif) no-repeat;
	border: none;
}
input.backbtn:hover {
	background: url(../img/regi_modify_r.gif) no-repeat;
}
input.sendbtn {
	width: 120px;
	height: 30px;
	background: url(../img/send.gif) no-repeat;
	border: none;
}
input.sendbtn:hover {
	background: url(../img/send_r.gif) no-repeat;
}

