@charset "UTF-8";
/* CSS Document */

.buttonfixed{
display:block;
_display:none;
position:fixed;
z-index:9999;
text-indent:-9999px;
overflow:hidden;
outline:none;
right:5px;
}
.buttonfixed .feed2{
background:url('feeds-img/feed2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .twit2{
background:url('feeds-img/twit2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .face2{
background:url('feeds-img/face2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .space2{
background:url('feeds-img/space2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .flickr2{
background:url('feeds-img/flickr2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .news2{
background:url('feeds-img/news2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .you2{
background:url('feeds-img/youtube2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .studi2{
background:url('feeds-img/studi2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed:hover{
right:6px;
}
