/*-----------------------global-------------------------------------*/
.g-hidden{
	display: none;
}
/*-----------------------common-------------------------------------*/

.w100{
	width: 100%;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.img-left{
	float: left;
	margin: 0 15px 5px 0;
}
.img-right{
	float: right;
	margin: 0 0 5px 15px;
}
.b1px{
	border: 1px solid;
}
.a-t-l{
	top: 0;
	left: 0;
}
.a-t-r{
	top: 0;
	right: 0;
}
.a-b-l{
	bottom: 0;
	left: 0;
}
.a-b-r{
	bottom: 0;
	right: 0;
}
.clear{
	clear: both;
}
