/* common */
body {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: url(../img/bg_pla1.png) repeat-x top fixed;
}

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

a {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:hover img.hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.px10 {
	font-size: 10px;
}

.px10per125 {
	font-size: 10px;
	line-height: 125%;
}

.px10per150 {
	font-size: 10px;
	line-height: 150%;
}

.px12 {
	font-size: 12px;

}

.px12per125 {
	font-size: 12px;
	line-height: 125%;
}

.px12per150 {
	font-size: 12px;
	line-height: 150%;
}

.px14 {
	font-size: 14px;
}

.px14per125 {
	font-size: 14px;
	line-height: 125%;
}

.px14per150 {
	font-size: 14px;
	line-height: 150%;
}

.px16 {
	font-size: 16px;
}

.px16per125 {
	font-size: 16px;
	line-height: 125%;
}

.px16per150 {
	font-size: 16px;
	line-height: 150%;
}

.err {	
	font-size: 10px;
	color: #F00
}