/* 左メインカラム分け */
.SEC_colL { 
		float:left;
		width:650px;
	}

.SEC_colR {
		float:right;
		width:280px;
	}

/** [フロート] **************************************************************************/


.SEC_left{float:left;}
.SEC_right{float:right;}
.SEC_clear{clear:both;}

.SEC_clearWH1{width:1px;height:1px;}
