@charset "utf-8";
/* CSS Document */
body{
	background-color: #c0ffee;
	}
.ap{
	position: absolute;
	}
.ctb{
	float: left;	
	width: 100%;
	}
.mtb{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
.clear{
	clear:both;
	}
.clist{
	float:left;
	width:50%;
	}
.footer{
	color: #F00;
	text-align: center;
	width: 100%;
	}
.udp{
	color: #00F;
	width: 100%;
	overflow: scroll;
	height: 100px;	
	}
.ad{
	width: 100%;
}