@charset "shift_jis";

@import url("sec.css");

td {
 color: #666;
 font-size: 12px;
 padding: 10px;
}

td.cen {
 text-align: center;
}

.tp01 {
 font-size: 14px;
 width: 250px;
}

textarea {
 font-size: 14px;
 width: 250px;
 height: 100px;
}

td.right {
 width: 70%;
 background-color: #fee;
}

table.tp02 {
 border: 1px solid #c6c;
 border-bottom: none;
 border-right: none;
}

table.tp02 td {
 border: 1px solid #c6c;
 border-top: none;
 border-left: none;
}

#button {
 text-align: center;
}

#msg {
 text-align: center;
 padding: 10px;
 margin: 20px 55px 15px;
 border: 1px solid #f1d8e5;
}