@charset "utf-8";
/* CSS Document */

table.member {
    margin:0px;
    width:485px;
    border:0px;
    border-spacing:0px;


}
table.member tr {
	background-color: #fff;
}
table.member tr.th {
    background-color: #fff;
    text-align:left;
    font-weight:bold;
}
table.member tr.th:hover {
    background-color: #fff;
}
table.member tr:hover {
    background-color: #ccc;
}
table.member caption {
    background-color: #999;
    height:20px;
    font-size:16px;
    margin-bottom:5px;
}
table.member td {
    padding-left:7px;
}
table.member th {
    padding-right:7px;
    text-align:right
}

table.member_vertical {
    margin:0px;
    width:490px;
    border:0px;
    border-spacing:0px;
    padding:0px;
}
table.member_vertical td{
    /*padding-right:30px;*/
    padding-bottom:10px;

}
table.member_vertical tr{
    text-align:left;

}
table.member_vertical th{
    text-align:left;

}
table.member_vertical input {
    
    
}
table.member_vertical input.error {
    /*
    border-color:red;
    border-width:3px;
    border-style:solid;
    */
    
    background-color:#FFA07A;
    width:100%;

}
table.member_vertical textarea.error {
    /*
    border-color:red;
    border-width:3px;
    border-style:solid;
    */

    background-color:#FFA07A;
    width:100%;

}
table.member_vertical textarea {
    width:100%;
    font-family:Arial;
    font-size:12px;

}

table.member_vertical select {
    width:100%;

}

.msg {
    width:490px;
    border-width:1px;
    border-color:#FFA07A;
    border-style: dashed;
    background-color:#ffffff;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:10px;
}
.msg p {
    margin:0px;
    margin-left:5px;
    font-weight:bold;
}

.form_send {
    text-align:center;
    height:35px;
    width:490px;
}
.form_send input {
    border-width:1px;
    border-style:solid;
    border-color:black;
    height:25px;
    margin-top:5px;
    width:250px;
    cursor:pointer;
}
table.member_upload {
    margin:0px;
    width:485px;
    border:0px;
    border-spacing:0px;
}

table.member_upload textarea{
    width:100%;
    color:gray;
}
table.member_upload td.upload{
    text-align:right;
}
table.member_upload td.upload input {
    width:100%;
    margin:0px;
    padding:0px;
}
ul.member {
    margin:0;
    padding:0;
    margin-top:20px;

}
ul.member li {
    display:inline;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-right:3px;
    padding-left:3px;
    text-decoration:none;
    margin-left:1px;
    margin-right:1px;
}
ul.member li a {
    text-decoration:none;
}
ul.member li a:hover {
    text-decoration:underline;
}

