@charset "euc-jp";

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
div.floatBothArea:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*  for IE  */
div.floatBothArea
{
	display: inline-table;
	min-height: 1%;
}
/* Hides form IE-mac \*/
* html div.floatBothArea { height: 1%; }
div.floatBothArea { display: block; }
/* End hide from ID-mac */

div.floatLeftArea:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: left;
	visibility: hidden;
}
/*  for IE  */
div.floatLeftArea
{
	display: inline-table;
	min-height: 1%;
}
/* Hides form IE-mac \*/
* html div.floatLeftArea { height: 1%; }
div.floatLeftArea { display: block; }
/* End hide from ID-mac */

div.floatRightArea:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: right;
	visibility: hidden;
}
/*  for IE  */
div.floatRightArea
{
	display: inline-table;
	min-height: 1%;
}
/* Hides form IE-mac \*/
* html div.floatRightArea { height: 1%; }
div.floatRightArea { display: block; }
/* End hide from ID-mac */
