/************************************************/
/*        ¥Õ¥©¡¼¥à¥á¡¼¥?Ñ¥¹¥¿¥¤¥?·¡¼¥È        */
/************************************************/


/* ------ ¥Ú¡¼¥¸Á´ÂÎ ------ */
body {  
	background-color: #ffffff;  /* ÇØ·Ê¿§ */
}


/* ------ ¥¿¥¤¥È¥? ------ */
.title {
	color: #000000;             /* Ê¸»í£§ */
	text-align: left;           /* ÇÛÃÖ */
}


/* ------ ¥á¥Ã¥»¡¼¥¸ ------ */
.msg_head {
	color: #000000;             /* Ê¸»í£§ */
	text-align: left;           /* ÇÛÃÖ */
}

.msg_foot {
	color: #000000;             /* Ê¸»í£§ */
	text-align: center;         /* ÇÛÃÖ */
}


/* ------ ¥Æ¡¼¥Ö¥? ------ */
table {
	border-style: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

table th {                          
	background-color: #cccccc;  /* ÇØ·Ê¿§ */
	color: #000000;             /* Ê¸»í£§ */
	text-align: left;           /* ÇÛÃÖ */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #eeeeee;  /* ÇØ·Ê¿§ */
	color: #000000;             /* Ê¸»í£§ */
	text-align: left;           /* ÇÛÃÖ */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}



.submit {
	text-align: center;         /* ÇÛÃÖ */
}
