@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-size:100%;
}

img{
	width: 100%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
}

.clearB{
	clear:both;}