#searchbox { display: block; }

#headline h2 { padding-left: 60px; background: url(../images/50px_searchtool.png) no-repeat 0 0; font-weight: bold; font-size: 21px; line-height: 50px; }
#headline ul { position: relative; }
#headline li.lead { padding: 20px; }
#headline li.clear { padding: 5px; border-radius: 3px 3px 0 0; position: absolute; right: 0; bottom: 0; font-weight: bold; text-align: center; text-shadow: -1px -1px 0 #fff; }
#headline li.clear a { color: #2B33BB; border: 1px solid #9D9D9D; border-radius: 3px; display: block; width: 160px; height: 30px; background: #D2D2D2; line-height: 30px; }

/* カラー設定（常勤・非常勤・スポット） */
.full #headline li.clear { background: #6F8FFE; }
.part #headline li.clear { background: #FFA817; }
.spot #headline li.clear { background: #4EC346; }
