@charset "utf-8";

/*style
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

/*img link
------------------------------*/
a img {
	border-style: none;
}

/*div style
------------------------------*/
#wrapper {
	width: 1000px;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/index.jpg);
	height: 500px;
}
#header {
	height: 32px;
	width: 162px;
	position: absolute;
	left: 419px;
	top: 234px;
}

