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


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


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

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


/* ------ ¥Æ¡¼¥Ö¥? ------ */

.title {
	width: 665px;
	margin: 15px auto 0 auto;
	display: block;
	clear: both;
}

table {
	border-style: none;
	width: 665px;
	margin: 0 auto 10px auto;
}

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

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


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


