/************************************************/
/*        ･ﾕ･ｩ｡ｼ･爭癸ｼ･�ﾑ･ｹ･ｿ･､･�ｷ｡ｼ･ﾈ        */
/************************************************/


/* ------ ･ﾚ｡ｼ･ｸﾁｴﾂﾎ ------ */
body {
	background-color: #ffffff;
	width: 700px;
}


/* ------ ･ｿ･､･ﾈ･� ------ */
.title {
	color: #333;             /* ﾊｸｻ惞ｧ */
	text-align: left;           /* ﾇﾛﾃﾖ */
	font-size: 25px;
	font-weight: bold;
	padding-left: 40px;
}


/* ------ ･皈ﾃ･ｻ｡ｼ･ｸ ------ */
.msg_head {
	color: #333;             /* ﾊｸｻ惞ｧ */
	text-align: left;
	padding-left: 40px;
}

.msg_foot {
	color: #000000;             /* ﾊｸｻ惞ｧ */
	text-align: center;         /* ﾇﾛﾃﾖ */
}


/* ------ ･ﾆ｡ｼ･ﾖ･� ------ */
table {
	border-style: none;
	width: 80%;
	margin: 20px 10%;
}

table th {
	background-color: #cccccc;  /* ﾇﾘｷﾊｿｧ */
	color: #000000;             /* ﾊｸｻ惞ｧ */
	text-align: left;           /* ﾇﾛﾃﾖ */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

table td {
	background-color: #eeeeee;  /* ﾇﾘｷﾊｿｧ */
	color: #333;             /* ﾊｸｻ惞ｧ */
	text-align: left;           /* ﾇﾛﾃﾖ */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
}


/* ------ ･ﾜ･ｿ･� ------ */
.submit {
	text-align: center;         /* ﾇﾛﾃﾖ */
}

