/* ２カラム */


/* ビック左コンテンツ */
div#big-left {
  width: 180px;}


/*  センターコンテンツ  */

.content {
  width: 640px;}

/*  ライトコンテンツ  */

.right {
	float: left;
	width:180px;}

/* ヘッダーコンテンツ */
.header {
  text-align:left;
  padding-bottom:0.5em;
	margin-bottom: 0;}


.header h1{
  font-size:12px;
  padding:0;
  float:left;}
 
.header h2{
  font-size:12px;
  float:right;}

