.nomal {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 150%;
}
.small {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	line-height: 140%;
}
.nomal2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
}



/*------------------------------------------------------------------------------
float,space
-------------------------------------------------------------------------------*/

.fLeft {
	float: left;
}

img .fLeft {
	float: left;
	display: block;
}

.fRight {
	float: right;
}

img .fRight {
	float: right;
	display: block;
}



/*------------------------------------------------------------------------------
hack
-------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

/*For IE6*/
.clearFix {
	zoom: 100%;
}
/*/For IE6*/

.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
