div#recruit {
    background-image:url(/img/question/t_qa.png);
    background-repeat:no-repeat;
    width:630px;
    height:160px;
    margin:0 0 10px 0px;
    }

/*左側*/
div#recruit_info{
    width:800px;
    height:140px;
    /*float:left;*/
    margin:0px 0px 0px 0px;
    }

div#recruit_info .recruit_title{
    color:#EE55AA;
    font-size:20px;
    font-weight:bold;
    text-align:left;
    margin:0 0 5px 30px;
    line-height:130%;
    }

div#recruit_info .recruit_desc {
    color:#666666;
    font-size:14px;
    font-weight:100;
    margin:0 0 3px 30px;
    line-height:20px;
    }
div#recruit_info .recruit_btn{
    color:#EE55AA;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px;
    }
div.subnavi {
    border-bottom:1px solid #CCCCCC;
    height:26px;
    width:762px;
    margin:0 auto 10px auto;
    }
    
div.subnavi li {
    float:left;
    list-style:none;
    width:90px;
    height:26px;
    line-height:26px;
    }

div.subnavi li.long {
    width:110px;
    }

div.subnavi .on {
    background-image:url(/img/common/tab_on.jpg);
    background-repeat:no-repeat;
    margin-left:5px;
    text-align:center;
    }

div.subnavi .off {
    background-image:url(/img/common/tab_off.jpg);
    background-repeat:no-repeat;
    margin-left:5px;
    text-align:center;
    }

div.subnavi .long_on {
    background-image:url(/img/common/tab_long_on.jpg);
    background-repeat:no-repeat;
    margin-left:5px;
    text-align:center;
    }

div.subnavi .long_off {
    background-image:url(/img/common/tab_long_off.jpg);
    background-repeat:no-repeat;
    margin-left:5px;
    text-align:center;
    }

div.subnavi li a:link {
    text-decoration:none;
    color:#EE55AA;
    font-size:12px;
    font-weight:normal;
    }

div.subnavi li a:visited {
    text-decoration:none;
    color:#EE55AA;
    font-size:12px;
    font-weight:normal;
    }

div.subnavi li a:hover {
    text-decoration:none;
    color:#EE55AA;
    font-size:12px;
    font-weight:normal;
    }
    
div.subnavi li a:active {
    text-decoration:none;
    color:#EE55AA;
    font-size:12px;
    font-weight:normal;
    }

table.recruit_table {
    width:760px;
    margin-bottom:20px;
    text-align:left;
    border-collapse:collapse;
    border-top: solid #CCCCCC 1px;
    border-left: solid #CCCCCC 1px;
    }
    
table.recruit_table th {
    color:#03a6a4;
    border-bottom: solid #CCCCCC 1px;
    border-right: solid #CCCCCC 1px;
    padding:3px 0px;
    font-weight:normal;
    text-align:center;
    background: url(/img/recruit/tab_bg.gif) repeat-x left center;
    }
    
table.recruit_table td {
    border-bottom: solid #CCCCCC 1px;
    border-right: solid #CCCCCC 1px;
    padding:3px 0px;
    word-wrap:break-word;
    text-align:center;
    color:#666666;
    }

table.recruit_table td.double {
    border-bottom: double #CCCCCC 3px;
    border-right: solid #CCCCCC 1px;
    }

table.recruit_table .column_company {
    width:139px;
}

table.recruit_table .column_company2 {
    width:89px;
}

table.recruit_table td.experience {
    width:49px;
    border-bottom: double #CCCCCC 3px;
    border-right: solid #CCCCCC 1px;
}

table.recruit_table td.experience2 {
    width:49px;
    border-bottom: solid #CCCCCC 1px;
    border-right: solid #CCCCCC 1px;
}

table.recruit_table .column_gakureki {
    width:69px;
}

table.recruit_table .column_nenrei {
    width:69px;
}

table.recruit_table .column_eigo {
    width:89px;
}

table.recruit_table .column_shincyou {
    width:69px;
}

table.recruit_table .column_shiryoku {
    width:69px;
}

table.recruit_table .column_base {
    width:79px;
}

table.recruit_table .column_koyou {
    width:69px;
}

table.recruit_table .column_saiyou {
    width:79px;
}

dl.list{
    margin-bottom:25px;
}

dl.list dd{
    font-size:12px;
    line-height:14px;
    background-image:url(/img/common/icon.gif);
    background-repeat:no-repeat;
    background-position:0px 10px;
    padding:10px 0 0 20px;
    text-align:left;
}