#SnsBt {
position: absolute;
top: 0px;
right: 90px;
width: 132px;
height: 80px;
}
#SnsBt li {
float: left;
}
#SnsBt a {
display: block;
width: 44px;
height: 80px;
}
#SnsBt .snsBt01 a {
background: url(../../images/header/h_fb.png) center center no-repeat;
}
#SnsBt .snsBt02 a {
background: url(../../images/header/h_tw.png) center center no-repeat;
}
#SnsBt .snsBt03 a {
background: url(../../images/header/h_yt.png) center center no-repeat;
}
#SnsBt a:hover {
opacity: 0.5;
}
#SnsBt a span {
display: none;
}

#SearchBt {
position: absolute;
top: 0px;
right: 0px;
width: 80px;
height: 80px;
background: #004a93;
}
#SearchBt a {
display: block;
width: 80px;
height: 80px;
background: url(../../images/header/search_bt_ic.png) center center no-repeat;
}
#SearchBt a:hover {
opacity: 0.5;
}
#SearchBt a span {
display: none;
}

#SearchBt a img {
width: 80px;
}