@charset "utf-8";
/* CSS Document */

#sharing {
width:430px;
margin:20px auto;
padding: 10px 0;
overflow: auto;
height:450px;
text-align:left;
background-color: #282828; /*#1C1A17;*/
border-style: solid;
border-width:1px;
border-color: #333333;

scrollbar-face-color: #999999;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #666666;
scrollbar-darkshadow-color: #333333;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #CCCCCC;
}
#sharing .message {
padding:7px 0;
border:none;
border-bottom:solid #444444 1px;
}
#sharing .message h2 {
margin:0 20px;
color:#4498c7;
}
#sharing .message p {
margin:0 20px;
}
#sharing .news {
padding:7px 0;
border:none;
border-bottom:  solid #444444 1px;
}
#sharing .news h2 {
margin:0 20px;
color:#4498c7;
}
#sharing .news p {
margin:0 20px;
}
#sharing p {
color:#ccc;
font-size:1em;
padding:0;
margin:0;
line-height:1.3em;
}
#sharing h1 {
margin:0 20px;
color:#fff;
}
#sharing h2 {
margin:0 20px;
font-size:1em;
font-weight:normal;
word-spacing:.1em;
letter-spacing:.1em;
padding:.3em 0 0 0;
line-height:1.1em;
margin:0;
}
#sharing a {
color:#4498c7;
text-decoration:none;
}
#sharing a:visited {
color:#2B6A8C;
}
#sharing a:hover {
color:#4498c7;
text-decoration:underline;
}
