body {
	background-attachment: fixed;
	background-image: url(kuma.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: auto;
}
#contents {
	margin: auto;
	width: 900px;
}
.content {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	width: 350px;
	text-align: left;
	margin-bottom: 50px;
}
.title {
	width: 400px;
	margin-bottom: 20px;
	text-align: left;
}
a:link {
	color: #1F7875;
}
a:visited {
	color: #964B00;
}
a:hover {
	color: #FF66CC;
}
h1 {
	font-size: 14px;
	line-height: 14px;
	color: #FF6600;
}
h2 {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
	text-indent: 10px;
}
h3 {
	font-size: 14px;
	color: #666666;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}
.footer {
	background-color: #1F7875;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	width: 900px;
	padding-top: 7px;
	padding-right: 7px;
	margin: auto;
}

