/* CSS Document */

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
}

#navi {
	height: 20px;
}
