*{
	margin  : 0px;
	padding : 0px;
}

div#WoodColors
{
	float  : left;
	width  : 200px;
	height : 40px;
}

/* Wood関係 -------------- */
div#Woods
{
	float  : left;
	width  : 100px;
	/*height : 200px; */
}


div#Woods_PullDown
{
	height        : 20px;
	width         : 75px;
	text-align    : left;

	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
}

div#Woods_PullDown_Menu
{
	display  : none;
	width    : 80px;
}

img#Woods_left
{
	height           : 20px;
	width            : 10px;
	float            : left;
}

img#Woods_center
{
	height           : 20px;
	width            : 50px;
	float            : left;
}

img#Woods_right
{
	height           : 20px;
	width            : 14px;
	float            : right;
}

/* Color関係------------------- */
div#Colors
{
	float      : left ;
	width      : 100px;
	/*height     : 200px; */
}


div#Colors_PullDown
{

	position   : relative;
	height        : 20px;
	width         : 60px;
	text-align    : left;

	border-radius         : 3px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
}

div.Cant_Choose
{
	width  : 100%;
	height : 100%;
	float  : left;
	background-color : #ffffff;
	opacity          : 0.8;
	position         : absolute;
	z-index          : 1;
}

div#Colors_DropDown_Menu
{
	display  : none;
	width    : 60px;
	position : relative;
}

img#Colors_left
{
	height : 20px;
	width  : 10px;
	float  : left;
}

img#Colors_center
{
	height : 20px;
	width  : 35px;
	float  : left;
}

img#Colors_right
{
	height : 20px;
	width  : 14px;
	float  : right;
}
