/* 資格別インデックスの日商簿記　1Ｑ選択状態 */

#q-select{
width:606px;
height:60px;}

#q-select a{
float:left;
margin:0px;
padding:0px;
display:block;
width:200px;
height:30px;
}

#q-select a#fq{
width:200px;
height:30px;
background: url(../../images/bt_to1q.gif) no-repeat 0px -60px;
}


#q-select a#sq{
width:200px;
height:30px;
background:url(../../images/bt_to2q.gif) no-repeat 0px 0px;
}

#q-select a:hover#sq{
background:url(../../images/bt_to2q.gif) no-repeat 0px -30px;
}

#q-select a#tq{
width:200px;
height:30px;
background:url(../../images/bt_to3q.gif) no-repeat 0px 00px;
}

#q-select a:hover#tq{
background:url(../../images/bt_to3q.gif) no-repeat 0px -30px;
}

