@charset "utf-8";
/* CSS Document */


/*reset*/

h1, h2, h3, ul, li, P, address{
	font-family: normal;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border:none;
	list-style-type: none;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;

}


div, a, p, ul, li, table, th, td{
	zoom:1;
	font-family: normal;
}



body{
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-position: center top;
}

