body { 
background-color: #000000; /* 背景色 */
}


.title {
color: #CC9933; /* 文字色 */
text-align: left; /* 配置 */
}

.msg_head {
color: #CC9933; /* 文字色 */
text-align: left; /* 配置 */
}
.msg_foot {
color: #FFFFFF; /* 文字色 */
text-align: center; /* 配置 */
}



table {
border-style: none;
width: 80%;
margin: 20px 10%;
}
table th { 
background-color: #000000; /* 背景色 */
color: #CC9933; /* 文字色 */
text-align: left; /* 配置 */
border-style: none;
white-space: nowrap;
padding: 5px;
}
table td {
background-color: #000000; /* 背景色 */
color: #CC9933; /* 文字色 */
text-align: left; /* 配置 */
border-style: none;
white-space: nowrap;
padding: 5px;
}



.submit {
text-align: center; /* 配置 */
} 


