body, td, th{
    background-color: white;
    font-size: smaller;
    font-family:'ＭＳ Ｐゴシック', sans-serif;
}

form
{
    margin:0;padding:0;
}

#formarea table
{
    border-collapse:inherit;
    line-height:1.6;
}

#formarea td.candidate_register_value, #formarea th.candidate_register_key
{
    border-top:1px solid #dddddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

h3
{
    font-size: 16px;
    font-weight: bolder;
    background-color: #faf8f8;
    width: 650px;
    padding: 3px;
    border-top: solid 2px #AFABA0;
}

h4.category_search {
    font-size: 14px;
    font-weight: normal;
}

p.category_search {
    font-size: 12px;
    font-weight: normal;
}

li.category_search {
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
}

hr { 
    border: 1px #5273b4 solid; 
    background-color: #5273b4; 
    color: #5273b4; 
    height: 10px; 
}

/* 検索条件入力 start */
table.job_keyword_search {
    width: 530px;
    border-collapse:separate;
    line-height:1.6;
    color:#000000;
}


td.job_keyword_search_lbl {
    border-top:1px solid #dddddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    width: 140px;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 5px;
    text-align: left;
    background:#faf8f8;
    vertical-align:top;
}

td.job_keyword_search_val {
    border-top:1px solid #dddddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    background-color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 5px;
}
/* 検索条件入力 end */

/* 検索結果表示 start */
table.job_search_result {
    width: 530px;
    border-collapse:separate;
    line-height:1.4;
    margin:0 0 40px 0;
    color:#000000;
}

td.job_search_result_summary {
    line-height: 120%;
    font-size: 12px;
}

td.job_search_result_header {
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 3px;
    border-top:2px solid #ccc;
    border-bottom:1px solid #ccc;
    background:url("../images/head_bg.gif") repeat-x;
}


.job_search_result_header a {
    color: #003399;
    text-decoration: underline;
}
.job_search_result_header a:hover{
    color: #3366CC;
    text-decoration: none;
}
.job_search_result_header a:visted{
    color:#CD853F;
    text-decoration: none;
}


th.job_search_result_key {
    border-top:1px solid #dddddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    width: 140px;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 5px;
    text-align: left;
    background:#faf8f8;
    vertical-align:top;
}

td.job_search_result_value {
    border-top:1px solid #dddddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    background-color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 5px;
}

.job_pager
{
    text-align: right;
    font-size: 12px;
}

.job_pager a:link,
.job_pager a:active,
.job_pager a:visited
{
    color:              #0000FF;
    text-decoration:    underline;
}

.job_pager_upper
{
    text-align: left;
    font-size: 12px;
}

.job_pager_upper a:link,
.job_pager_upper a:active,
.job_pager_upper a:visited
{
    color:              #0000FF;
    text-decoration:    underline;
}

/* 検索結果表示 end */

table.job_search_condition {
    width: 500px;
}



table.candidate_register {
    width: 530px;
    margin:0 0 10px 0;
}

table.tos {
    width: 550px;
}



th.candidate_register_key {
    width: 140px;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 5px;
    text-align: left;
    background:#faf8f8;
    vertical-align:top;
}

td.job_search_condition {
    text-align: right;
    line-height: 130%;
    font-size: 12px;
}



td.candidate_register_header {
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 3px;
    border-top:2px solid #ccc;
    border-bottom:1px solid #ccc;
    background:url("../images/head_bg.gif") repeat-x;
}

td.candidate_register_header2 {
    color: black;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 3px;
}

td.candidate_register_value {
    background-color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 5px;
}

td.candidate_register_value textarea {
    width:100%;
    height:10em;
}
td.candidate_register_value p {
    margin:0;padding:0 0 7px 0;
}
td.candidate_register_error {
    background-color: white;
    color: #cc0000;
    font-size: 12px;
    line-height: 1.6;
    font-weight: normal;
    border: 1px solid #cc0000;
    padding:5px;
}

td.tos {
    background-color: white;
    font-size: 12px;
    line-height: 120%;
}

td.tos_header {
    background-color: white;
    font-size: 14px;
    line-height: 130%;
}

.wsize3
    {
        width:30%;
    }
.wsize5
    {
        width:50%;
    }
.wsize100
    {
        width:100%;
    }

#main-lform
    {
        background:url("../img/form_rimg_bottom.jpg") no-repeat left bottom #f5f5f5;
    }
#form
    {
        float:right;
        width:530px;
    }
.cb
    {
        clear:both;
        height:1px;
        font-size:1%;
    }
#kakunin
    {
        border:1px solid #ccc;
        width:530px;
        text-align:center;
        margin:0 0 30px 0;
    }
#kakunin p
    {
        padding:15px;
        margin:0;
    }
