/** Twit **/
.twit {
	margin-bottom: 20px;
	background-color: #cbf2ff;
	padding: 3px;
}
.twitHeader {
	background-color: #fff;
	margin: 0;
	padding: 3px 3px 0 3px;
}
.twitLabel {
	font-weight: bold;
	color: #33ccff;
}
.twitTitle {
	font-weight: bold;
}
.twitUser {
	background-color: #fff;
	border-bottom: none;
	font-size: 123%;
	padding: 3px;
}
.twitUser a{
	color:#222;
	font-weight:bold;
	text-decoration: none;
}
.twitBody {
	background-color: #ffffff;
	padding: 0 3px 3px 3px;
	margin: 0;
	list-style: none;
}
.twitEntry {
	padding: 6px 3px;
	margin: 0;
	border-bottom: dotted 1px #cdd4d9;
	color: #393d42;
	height: auto !important;
	line-height: 1.3;
}
.twitNavi {
	clear: both;
	text-align: center;
	margin-top: 0;
	padding: 3px;
	background-color: #ffffff;
}

