@charset "utf-8";
/**
 * StyleName	: _base
 * LayoutType	: left
 */


/** Layout blocks
------------------------------ **/

/** Main contents **/
#mainContents
{
	float:left;
}

/** Side contents **/
#sideContents
{
	float:right;
}