/* Twitter */
.contents_twitter {
  border:1px solid #33CCFF;
  float:right;
  width: 326px;
/*  height: 500px;*/
  padding:0px;
  position:relative;
  background-color: #FFFFFF;
}
#twitter {
  margin: 5px 0px 5px 0px;
/*  overflow:auto;*/
/*  height: 405px;*/
}
.tweet {
  margin: 2px;
  line-height: 150%;
  font-size: 90%;
}
.tweet_line {
  margin: 2px 0px;
  height: 1px;
  color: #33CCFF;
  background-color: #33CCFF;
}
.tweet_time {
  font-size: 8pt;
  margin: 1px;
  color: #AAAAAA;
  text-align: right;
}

