
.fL {
	float: left;
}

.fR {
	float: right;
}

.fN {
	float: none;
}

.fC {
	clear: both;
	font-size: 1px;
	height: 1px;
}

.cA {
	clear: both;
}

.cL {
	clear: left;
}

.cR {
	clear: right;
}

.cN {
	clear: none;
}

a img {
	border: none;
}

img.img_button {
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}