﻿@charset "utf-8";

/*3カラム*/
#column{
	width:950px;
	margin:20px auto auto auto;
}
#left{
	width:390px;
	float:left;
	margin-left:10px;
}
#center{
	width:270px;
	float:left;
	margin:0px auto 0px 20px;
}
#right{
	width:230px;
	float:right;
	margin-right:10px;
}
/* -- clear float -- */ 
#column { 
    min-height:0; 
    display: inline-table; 
} 
#column:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html #column {height:0;} 
#column {display: block;} 
/* */ 
/* -- end clear float -- */

