/*  caseprocessing.css

 CSS Document */

/*index page*/


#container{
position:relative;
margin:0 auto auto auto;
width:780px;
height:660px;
}

#line2{
position:absolute;
top:600px;
width:100%;
height:5px;
background-color:#000066;
z-index:5;
}

#contents{
position:absolute;
top:86px;
left:180px;
width:600px;
height:580px;
}

#gi{
height:280px;
}


#title_cpt{
position:absolute;
top:0;
left:0;
width:600px;
height:45px;
background:url(../img/title_careers.gif) no-repeat;
}

#tex_cpt{
position:absolute;
top:70px;
left:20px;
width:560px;
height:450px;
}


#tex_cpt p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
line-height:16px;
margin:10px 10px 10px 0px;
color:#333333;
}

#tex_cpt a{
color:#0066cc;
text-decoration:none;
}

h4{
font-family:Arial, Helvetica, sans-serif;
color:#000066;
font-size:16px;
margin-top:10px;
}


