
/*------------------------------------------------------------------------------------------------------------------------
 最外枠 > コンテンツ枠 > 左側カラム
------------------------------------------------------------------------------------------------------------------------*/
#wrap > #inner > #main_area
{
	float  : left;
	width  : 610px;
	height : 510px;
	position: absolute;
}

/*------------------------------------------------------------------------------------------------------------------------
 最外枠 > コンテンツ枠 > 左側カラム > グローバルインスペクタエリア
------------------------------------------------------------------------------------------------------------------------*/
#wrap > #inner > #main_area > #global_inspector_area
{
	margin-top : 10px;
	width      : 612px;
	height     : 40px;

	position: relative;
}


/*------------------------------------------------------------------------------------------------------------------------
 最外枠 > コンテンツ枠 > 左側カラム > グローバルインスペクタエリア > 合計情報表示
------------------------------------------------------------------------------------------------------------------------*/
#wrap > #inner > #main_area > #global_inspector_area > #total_display
{
	width: 412px;
	height: 18px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 200px;
}

/*------------------------------------------------------------------------------------------------------------------------
 最外枠 > コンテンツ枠 > 左側カラム > グローバルインスペクタエリア > 合計情報表示 > 全体サイズ表示（枠）
------------------------------------------------------------------------------------------------------------------------*/
#wrap > #inner > #main_area > #global_inspector_area > #total_display > #total_unit_size_display
{
	border-style          : solid;
	border-width          : 1px;
	border-color          : #e0bc6c;
	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	width                 : 200px;
	height                : 18px;
	line-height           : 18px;
	font-size             : 10px;
	text-align            : left;
	float                 : left;
}


/*------------------------------------------------------------------------------------------------------------------------
 最外枠 > コンテンツ枠 > 左側カラム > グローバルインスペクタエリア > 合計情報表示 > 合計金額表示（枠）
------------------------------------------------------------------------------------------------------------------------*/
#wrap > #inner > #main_area > #global_inspector_area > #total_display > #total_unit_price_display
{
	border-style          : solid;
	border-width          : 1px;
	border-color          : #e0bc6c;
	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	width                 : 192px;
	height                : 18px;
	line-height           : 18px;
	margin-left           : 10px;
	font-size             : 10px;
	text-align            : left;
	float                 : right;
}


/*----------------------------------------
 左側カラム > レイアウトエリア
----------------------------------------*/
#wrap > #inner > #main_area > #layout_area
{
	border-style          : solid;
	border-width          : 1px;
	border-color          : #e0bc6c;
	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	height                : 460px;
	width                 : 612px;
	background-image:url(../imgs/guide.png);

	position: relative;
}

/*----------------------------------------
 左側カラム::レイアウトエリア::レイアウト下部エリア
----------------------------------------*/
#wrap > #inner > #main_area > #layout_area > #layout_under_area
{
	margin-top       : 405px;
	background-color : #e0bc6c;
	width            : 612px;
	height           : 55px;
	position : relative;
}

/*----------------------------------------
 左側カラム::レイアウトエリア::レイアウト下部エリア::状況表示エリア
----------------------------------------*/
#wrap > #inner > #main_area > #layout_area > #layout_under_area > #state_display
{
	float                 : left;
	margin-top            : 8.5px;
	margin-left           : 9px;
	text-align            : left;
	height                : 38px;
	width                 : 461px;
	border-color          : #e0bc6c;
	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-style          : solid;
	border-width          : 1px;
	background            : #fdfbf4;
}


#wrap > #inner > #main_area > #layout_area > #layout_under_area > #state_display > p.message
{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
}


/*===================================================================*/

/* ================================ *
 * ActiveObject                     *
 * ================================ */
#layout_area > div.activeobject
{
	position : absolute;
	overflow : hidden;

	top  : 0px;
	left : 0px;
}

#layout_area > div.activeobject > div.error_object
{
	position : absolute;

	width  : 100%;
	height : 100%;

	filter       : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity      : 0.5;

	background-color : #dd0000;
}

/*----------------------------------------
 ゴミ箱
----------------------------------------*/
#Trash
{
	margin-right : 9px;
	margin-top   : 13.5px;
	float        : right;
	height       : 28px;
	width        : 28px;
}

div.over_trash
{
	width    : 100%;
	height   : 100%;
	position : absolute;

	background-color: #0000ff;

	z-index : 100;
	
}
