/*--------------------
ページ全体
--------------------*/
body {
	background: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image:url(img/new.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
	}

A:link {
	color:#6600cc;
	}

A:visited {
	color: #6666cc;
	}

A:link, A:visited, A:active, A:hover {
	text-decoration: none;
	}

#content {
	width: 660px;
	margin: 50px auto;
	padding: 20px;
	}

#content h1 {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	}

#content h2 {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	}

#content table {
	width: 500px;
	margin: 0px auto 0px 80px;
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	}

#content p {
	font-size: 15px;
	line-height: 18px;
	width: 500px;
	margin: 20px auto;
	pdding: 0px;
	text-align: left;
	}

#content p.link {
	text-align: center;
	}
