@charset "euc-jp";
/* common class */
img {
	border:none 0;
}
table {
}
form {
	margin:0;
	padding:0;
}
.alignCenter{
	text-align:center !important;
}
.alignRight{
	text-align:right !important;
}
.alignLeft{
	text-align:left !important;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.clearBoth{
	clear:both;
}
.noMargin {
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
.noWrap {
	white-space:nowrap;
}
.inLine {
	display:inline;
	margin:0;
	padding:0;
}
.noDisp {
	display:none;
}
