/* CSS Document */

/* ------------------------- 赤いりんごとは ------------------------- */


/* タイトル */

#about_ttl_about {
 width: 720px;
 height: 36px;
 margin: 0 auto 20px;
 background: url(../../about/img/ttl_about.jpg) no-repeat 0 0;
}
#about_ttl_book {
 width: 720px;
 height: 36px;
 margin: 0 auto 20px;
 background: url(../../about/img/ttl_book.jpg) no-repeat 0 0;
}
#about_ttl_info {
 width: 620px;
 height: 37px;
 margin: 0 auto 20px;
 background: url(../../about/img/ttl_info.gif) no-repeat 0 0;
}


/* 赤いりんごとは */

#about_about {
 background: url(../../about/img/bg_about.jpg) no-repeat right 0;
 padding-bottom: 20px;
}
#about_about p {
 width: 400px;
 font-size: 14px;
}



/* 求人誌概要 */

#about_outline {
 width: 680px;
 height: 200px;
 background: url(../../about/img/bg_outline.gif) no-repeat 0 0;
 margin: 0 auto 30px;
}

#about_outline dl {
 margin: 0;
 padding: 45px 0 0 330px;
 font-size: 14px;
 width: 320px;
}
#about_outline dt {
 width: 95px;
 float: left;
 background: url(../../about/img/icon_outline.gif) no-repeat 0 4px;
 padding: 3px 0 3px 25px;
 font-weight: bold;
 color: #FF0066;
}
#about_outline dd {
 float: left;
 padding: 3px 0 ;
 width: 200px;
} 


/* お問い合わせ */

#about_btn_contact {
 width: 390px;
 height: 56px;
 margin: 0 auto 20px;
}
#about_btn_contact a {
 width: 390px;
 height: 56px;
 background: url(../../about/img/btn_contact.gif) no-repeat 0 0;
 display: block;
}
#about_btn_contact a:hover {
 background: url(../../about/img/btn_contact.gif) no-repeat 0 bottom;
}



