@charset "utf-8";

/* ------------------------------------------------------------

	filename:	column.css
	created:	081104
	update:		081104
	copyright:	(c)2008 kazuwaya All rights reserved.
	
------------------------------------------------------------ */

/* ------------------------------------------------------------ カラムセット */
div.locator { clear: both; }

div.column3A,
div.column3B,
div.column4A,
div.column4B,
div.column4C { float: left; }

div.column3A { width: 33.33%; }

div.column3B { width: 66.66%; }

div.column4A { width: 25%; }

div.column4B { width: 50%; }

div.column4C { width: 75%; }

/* カラムの入れ子 */
div.column3A div.column3A,
div.column3B div.column3B,
div.column4A div.column4A,
div.column4B div.column4B,
div.column4C div.column4C { width: 100%; }

div.column3B div.column3A,
div.column4B div.column4A { width: 50%; }

* html div.column3B div.column3A,
* html div.column4B div.column4A { width: 49.99%; }

div.column4C div.column4A { width: 33.33%; }

div.column4C div.column4B { width: 66.66%; }

/* ------------------------------------------------------------ clearfix */
div.locator:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.locator { display: inline-table; }

* html div.locator { height: 1%; }

div.locator {
	display: block;
	zoom: 1;
}

/* EOF */
