@charset "UTF-8";
/*
 *求人情報掲載をご検討の方コンテンツのイニシャライズ
 */
#Employment #Contents h1 {
    background:url(/images/employment/Title.png) no-repeat;
}
#Contents #SubTitleOrganization,
#Contents #SubTitlePlan{
    margin:25px 0 10px 0;
    height:0px;
    padding-top:33px;
    overflow:hidden;
}
#Contents #SubTitleOrganization{
    background:url(/images/employment/SubTitleOrganization.png) no-repeat;
}
#Contents #SubTitlePlan{
  clear:both;
    background:url(/images/employment/SubTitlePlan.png) no-repeat;
}
#Organization{
    float:right;
    margin-left:10px;
    display:inline;
}
.ReferenceCreator{
    font-weight:bold;
    color:#89A222;
    font-size:80%;
}
.ReferenceAgent{
    font-weight:bold;
    color:#092F44;
    font-size:80%;
}
#Employment .Image {
    margin:5px 0 10px;
}
#AboutJob{
    float:right;
    margin-left:15px;
    display:inline;
}
/*お問い合わせ */
#ContactButton a{
    background:url(/images/employment/EmploymentContact.png);
}
#ContactButton a:hover{
    background:url(/images/employment/EmploymentContactOver.png);
}