@charset "utf-8";

body {
	font-family: font-family:"MS PGothic","Osaka",Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

form {
	margin: 0px;
	padding: 0px;
}

input,
textarea,
select {
	border: 1px solid #bbbbbb;
}

br {
	line-height: 24px;
}

/******************************/

form#m-form {
	width: 456px;
}

table {
	width: 456px;
}

tr {
	background-color: #f3f3f3;
}

tr,th,td {
	border-bottom: 1px solid #fff;
}

th {
	width: 100px;
	padding: 9px 10px 5px 10px;
}

* html th,
*+html th {
	width: 120px;
}


td {
	padding: 5px 0 5px 0;
}

td#buttons {
	text-align: center;
}

#sign {
	width: 456px;
	text-align: center;
}

#pan {
	width: 456px;
	padding: 5px 0 5px 0;
	margin-bottom: 1px;
	text-align: center;
	font-size: 14px;
	background-color: #f3f3f3;
}

#pan strong {
	color: #dd3300;
}

div.message {
	text-align: center;
}

div.send {
	text-align: center;
}

div.send input {
	cursor: pointer;
}

.must {
	color: #dd3300;
}
