/** Twit **/
.twit {
 padding: 0;
}

.twit a {
	color: #ff0000;
}

.twitHeader {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 35px;
  background: url(../images/bg_twitheader.gif) 0 0 no-repeat;
  text-indent: -9999px;
}
.twitLabel {
  font-weight: bold;
  font-size: 22px;
  color: #33ccff;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  background-color: #fff;
  border-bottom: none;
  font-size:160%;
  padding: 5px;
  border-left: 5px solid #333;
  border-right: 5px solid #333;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitBody {
  background-color: #333;
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 6px 8px;
  margin: 0;
  border-bottom: dashed 1px #ccc;
  height: auto !important;
  background: #fff;
  font-size: xx-small;
  line-height: 1.5;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 5px;
  background-color: #ffffff;
}
