@charset "EUC-JP";
/* CSS Document */

/* jobchange-------------------------------------- */

#right_column h2 {
margin: 0px 0px 20px 0px;
display:block;
width: 568px;
height: 28px;
background-image: url(../images/jobchange/h2_jobchange.gif);
background-repeat: no-repeat;
}


#right_column p {
margin: 0px 20px 30px 10px;
}

big a {
display:block;
width: 281px;
height: 50px;
margin: 0px 0px 30px 140px;
background: url(../images/jobchange/btn_entry.gif) no-repeat;}
big a:hover { background: url(../images/jobchange/btn_entryc.gif) no-repeat;}

small a {
display:block;
width: 240px;
height: 32px;
margin: 0px 0px 10px 160px;
background: url(../images/jobchange/btn_privacy.gif) no-repeat;}
small a:hover { background: url(../images/jobchange/btn_privacyc.gif) no-repeat;}


#right_column p.privacyp {
margin: 0px 30px 30px 18px;
font-size:10px;
line-height:120%;
text-align:center;
}
#right_column p.privacyp a {
color:#00005A;
}

/* ----------------------------
クリアフィックス		
------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0px;
   visibility: hidden;
   clear: both;
}

.clearfix {
   display: inline-table;
}

/* IE7 */
.clearfix {
   display:inline-block;
}

/*＼?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/