@charset "utf-8";



/*	Shared Link Skip
-------------------------------*/

ul.linkSkip {
	display: none;
}



/*	Decoration Style[font Size]
-------------------------------*/

.fontSizeSmall {
	font-size: 85%;
}

.fontSizeBig {
	font-size: 115%;
}



/*	Decoration Style[align]
-------------------------------*/

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}



/*	Decoration Style[Float]
-------------------------------*/

.floatL {
	float: left;
}

.floatR {
	float: right;
}



/*	Decoration Style[img Float]
-------------------------------*/

.imgL {
	margin-right: 1em;
	float: left;
}

.imgR {
	margin-left: 1em;
	float: right;
}



/*	Decoration Style[clear]
-------------------------------*/

.clearL,
.clearR,
.clear {
	line-height: 0;
	clear: both;
	display: block;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}



/*	Decoration Style[boxRevise]
-------------------------------*/

.boxRevise {
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	clear: both;
}



/*	Decoration Style[returnTop]
-------------------------------*/

p.returnTop {
	text-align: center;
	margin: 0;
	padding: 0;
}