
/************************************************/
/*        ¥Õ¥©¡¼¥à¥á¡¼¥¿Ñ¥¹¥¿¥¤¥?·¡¼¥Ç¿       */
/************************************************/
@charset "EUC-JP";

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


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


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

/* ------ ¥Æ¡¼¥Ö¥¿ ------ */
table {
	border-style: none;
	width: 470px;
	height: 350px;
	border:#cccccc solid 1px;
}

table th {                          
	background-color: #FFFFFF;  /* ÇØ·Ê¿§ */
	color: #4c4c4c;             /* Ê¸»í£§ */
	text-align: left;           /* ÇÛÃÖ */
	border-style: none;
	padding: 10px;
}

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


/* ------ ¥Ü¥¿¥¿ ------ */
.submit {
	text-align: center; 
	color: #666666;  	/* ÇÛÃÖ */
}
.submit p{
	margin-top:20px;
}	


