@charset "utf-8";

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/mem_index_button_about.png');
}

a#welcomeAbout:hover { background-image: url('../i/mem_index_button_about_on.png');}

a#welcomeForCompany {
    width: 292px;
    height: 47px;
    background-image: url('../i/mem_index_button_forCompany.png');
}
a#welcomeForCompany:hover { background-image: url('../i/mem_index_button_forCompany_on.png');}

h2#headNewWork {
    height: 38px;
    background-image: url('../i/mem_index_head_newWork.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/mem_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: #42abd8;
    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/mem_index_head_keyword.png');}
h3#searchTitleRequirement { height: 13px; background-image: url('../i/mem_index_head_requirement.png');}
h3#searchTitleArea { height: 13px; background-image: url('../i/mem_index_head_area.png');}
h3#searchTitleJobCategory { height: 13px; background-image: url('../i/mem_index_head_jobCategory.png');}

ul#indexAreaList {
    width: 13em;
}

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

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

select#jobCategory {
    width: 14em;
    height: 90px;
}

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/mem_cmn_button_search1.png') no-repeat;
}

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

