/* コースアンケートボタン */
#course_enq_btn{
    display: block;
    background: url("../img/btnELNenq_mouseout.gif") no-repeat scroll 0 0;
    width: 324px;
    height: 81px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#course_enq_btn:hover{
    background: url("../img/btnELNenq_mouseover.gif") no-repeat scroll 0 0;
}
