@charset "utf-8";
ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-position:outside;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloat_Left { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloat_Right { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.ClearBoth {
	clear: both;
}

