/* 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: 0px;
}

#navi {
	height: 32px;
}

#contents {
	background-color: #f3f3f3;
	height: 150px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
