@charset "utf-8";
/* CSS Document */

#header .middle .ttl {
    margin: 0 0 10px 0;
    height:80px;
}

div.recruit{
    width:700px;
    float:right;
}

div.recruit h2{
    margin-bottom:10px;
}

div.recruit h3{
    margin:10px 0;
}



table{
    width:650px;
    margin-left:20px;
}




td{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    line-height: 1.5;
    padding: 10px;
}

th{
    background-color: #EEEEEE;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
	}

.last{
    border-bottom: 1px solid #DDDDDD;
   }

.contactbox{
    height:105px;
    width:700px;
    background: url(../images/rec_bg.jpg) no-repeat;
    margin:10px 0 30px 0;
}


.contactbox img{
    float:right;
    padding:15px 15px 0 0;
}