@import "../../css/common.css";

h2 {
    margin: 0;
    background: url(../images/h2_application.png) top left no-repeat;
}

p.catch {
    margin: 10px 10px 0;
    color: #000;
    font-size: 1.2em;
}

div#contents table {
    width: 750px;
    margin: 20px 10px 10px;
    border-collapse: collapse;
}

div#contents table th{
    background: #9cc;
    width: 200px;
}

div#contents table th,
div#contents table td{
    padding: 5px;
    border: solid 1px #555;
    color: #000;
}

div#contents table td ul {
    list-style-type: none;
}

span.error {
    color: red;
    display: block;
}

input.small {
    width: 50px;
}

input.middle {
    width: 200px;
}

p.center {
    text-align: center;
}

