/** Twit **/
.twit {
 background-color: #cbf2ff;
 padding: 7px;
 text-align:left;
}
.twitHeader {
  background-color: #fff;
  margin: 0;
  padding: 0 4px 4px 4px;
}
.twitLabel {
  font-weight: bold;
  font-size:140%;
  color: #33ccff;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  background-color: #fff;
  border-bottom: none;
  font-size:140%;
  padding: 7px;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitBody {
  background-image:none;
  background-color: #ffffff;
  color: #606060;
  padding: 0 7px 7px 7px;
  margin: 0;
  list-style: none;
  height:300px;
  overflow:auto;
}
.twitEntry {
  padding: 6px 2px;
  margin: 0;
  border-bottom: dashed 2px #ccc;
  height: auto !important;
  background-image:none;
  background:transparent;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 5px;
  background-image:none;
  background:transparent;
}
.sideboxtype_twit a {
  word-break: break-all;
}
