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