
/************************************************/
/*        ?ե??????᡼???ѥ??????륷????        */
/************************************************/


/* ------ ?ڡ???t?? ------ */
body { background-color: #ffffff; margin-left: 20px;  /* ?طʿ? */
}


/* ------ ?????ȥ? ------ */
.title { color: #545454;             /* ʸ???? */
	font-size: 16px; font-weight: bold; line-height: 15px; text-align: center;           /* ???? */
}


/* ------ ???å????? ------ */
.msg_head { color: #545454;             /* ʸ???? */
	font-size: 12px; line-height: 13px; text-align: center;           /* ???? */
}

.msg_foot {
	color: #000000;             /* ʸ???? */
	text-align: center;         /* ???? */
}


/* ------ ?ơ??֥? ------ */
table {
	border-style: none;
	width: 80%;
	margin: 20px 10%;
}

table th { background-color: #545454;  /* ?طʿ? */
	color: #f9f9f9;             /* ʸ???? */
	font-size: 12px; line-height: 13px; text-align: left;           /* ???? */
	border-style: none; white-space: nowrap; padding: 5px; }

table td {
	background-color: #ffcdff;  /* ?طʿ? */
	color: #545454;             /* ʸ???? */
	text-align: left;           /* ???? */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ?ܥ??? ------ */
.submit {
	text-align: center;         /* ???? */
}


