@charset "utf-8";

/**
 *---------index-------------
 */

div#coverWrapper {
    height: 240px;
}

h2#coverImg {
    position: absolute;
    top: -10px;
    width: 789px;
    height: 245px;
    background-image: url('../i/mem_index_cover.png');
    z-index: 10;
}

ul#welcomeMenu {
    position: absolute;
    top: 160px;
    left: 17px;
    z-index: 100;
}

ul#welcomeMenu li {
    float: left;
    display: inline;
}

a#welcomeAbout {
    margin-right: 10px;
    width: 292px;
    height: 47px;
    background-image: url('../i/clt_index_button_about.png');
}
a#welcomeAbout:hover { background-image: url('../i/clt_index_button_about_on.png');}

a#welcomeForWorker {
    width: 292px;
    height: 47px;
    background-image: url('../i/clt_index_button_forWorker.png');
}
a#welcomeForWorker:hover { background-image: url('../i/clt_index_button_forWorker_on.png');}

h2#headNewWorker {
    height: 38px;
    background-image: url('../i/clt_index_head_newWorker.png');
}

ul#newWorkList {
    margin-bottom: 2em;
    margin-top: 1em;
}

ul#newWorkList li {
    margin-left: 0.4em;
    margin-right: 0.4em;
    padding: 0.6em 0.7em;
    font-size: 1.2em;
}

ul#newWorkList li span {
    color: #777;
    font-size: 0.9em;
}

ul#newWorkList li.odd {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

ul#newWorkList li.even {
    background-color: #EEE;
}

h2#headSearch {
    height: 38px;
    background-image: url('../i/clt_index_head_search.png');
}

table#indexSearchTable {
    margin-top: 1em;
    width: 734px;
    border-collapse: separate;
    border-spacing: 1px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

table#indexSearchTable td {
    width: 163px;
    padding:1em;
    vertical-align: top;
    background-color: #d7a700;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.5em;
}

table#indexSearchTable h3 {
    width: 150px;
    margin-bottom: 0.6em;
}

h3#searchTitleKeyword     { height: 13px; background-image: url('../i/clt_index_head_keyword.png');}
h3#searchTitleRequirement { height: 13px; background-image: url('../i/clt_index_head_requirement.png');}
h3#searchTitleArea        { height: 13px; background-image: url('../i/clt_index_head_area.png');}
h3#searchTitleSkill       { height: 13px; background-image: url('../i/clt_index_head_skill.png');}

/* ul#indexAreaList li { */
/*     float: left; */
/*     display: inline; */
/*     width: 7em; */
/*     font-size: 90%; */
/* } */

table#indexSearchTable input {
    vertical-align: middle;
}

select#jobCategory {
    width: 12.5em;
    height: 120px;
}

p#submitBlock {
    width: 734px;
    padding: 0.5em 0em 0.7em;
    margin-bottom: 3em;
    background-color: #ededed;
    text-align: center;
}

a#indexSearchSubmit {
    margin: 0em auto;
    width: 171px; 
    height: 36px;
    background: url('../i/clt_cmn_button_search1.png') no-repeat;
}

a#indexSearchSubmit:hover {
    background: url('../i/clt_cmn_button_search1_on.png') no-repeat;
}