.clear {
	clear: both;
}
.pagetop{
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 5px;
	border: 1px solid #5f503d;
	float: right;
	margin-right: 25px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}

.pagetop_top{
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 5px;
	border: 1px solid #5f503d;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

.px10    { font-size: 10px;  line-height: 130%;  font-weight : normal;  }
.px11    { font-size: 11px;  line-height :130%;  font-weight : normal;  }
.px12    { font-size: 12px;  line-height :140%;  font-weight : normal;  }
.px13    { font-size: 13px;  line-height: 140%;  font-weight : normal;  }
.px14    { font-size: 14px;  line-height: 140%;  font-weight : normal;  }
.px15    { font-size: 15px;  line-height: 140%;  font-weight : normal;  }
.px16    { font-size: 16px;  line-height: 140%;  font-weight : normal;  }
.px18    { font-size: 18px;  line-height: 140%;  font-weight : normal;  }
.px20    { font-size: 20px;  line-height: 140%;  font-weight : normal;  }

.px10-b  { font-size: 10px;  line-height: 130%;  font-weight : bold;    }
.px11-b  { font-size: 11px;  line-height :130%;  font-weight : bold;    }
.px12-b  { font-size: 12px;  line-height: 140%;  font-weight : bold;    }
.px13-b  { font-size: 13px;  line-height: 140%;  font-weight : bold;    }
.px14-b  { font-size: 14px;  line-height: 140%;  font-weight : bold;    }
.px15-b  { font-size: 15px;  line-height: 140%;  font-weight : bold;    }
.px16-b  { font-size: 16px;  line-height: 140%;  font-weight : bold;    }
.px18-b  { font-size: 18px;  line-height: 140%;  font-weight : bold;    }
.px20-b  { font-size: 20px;  line-height: 140%;  font-weight : bold;    }


.mar_r15{
	margin-right: 15px;
}

.pad_lr20{
	padding-right: 20px;
	padding-left: 20px;
}
.pad_lr10{
	padding-right: 10px;
	padding-left: 10px;
}

.left130 {
	float: left;
	width: 130px;
}


.left320 {
	float: left;
	width: 320px;
}


.right {
	float: right;
}
.left {
	float: left;
}
.img_center {
	margin-left: 40px;
}

