﻿@charset "utf-8";
/* CSS Document */


body{background:#000; margin:0; color:#CCC;}
#flash{margin:auto; text-align:center;}
#wrapper{margin:auto; text-align:center;}
#twitter{ margin:auto; width:520px;}
#twitter_l{float:left; width:255px;}
#twitter_r{float:right; width:255px;}
.clear{clear:both;}

.mt10{ margin-top:10px;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
