.snsArea{
    position:fixed;
    right:-135px;
    bottom:40%;
    text-align:center;
    background:url("http://www.kyotomm.jp/img/bg_sns.gif") left bottom no-repeat;
    width:160px;
    padding:10px 0;
    overflow:hidden;
    border:1px solid #ccc;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px; 
    border-top-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomright: 10px; 
    border-bottom-left-radius: 10px;
    box-shadow:3px 3px 5px 3px  rgba(0,0,0,0.25);
    -moz-box-shadow:3px 3px 5px 3px  rgba(0,0,0,0.25);
    -webkit-box-shadow:3px 3px 5px 3px  rgba(0,0,0,0.25);
}
@media print {
    .snsArea{display:none;}
}
.myswitch{
    width:20px;
    text-align:right;
    color:#444;
    font-weight:bold;
    cursor:pointer;
    float:left;
}
.myswitch:hover{
     color:#888;
} 
.snsbuttons{
    width:130px;
    float:right;
    text-align:left;
}
.snsbutton{
    margin-bottom:5px;
}
.snsbutton.sbE{
    margin-bottom:0px;    
}