* {
	text-decoration: none;
	font-family: 
		HiraKakuPro-W3,
		Osaka,
		"MS UI Gothic",
		"\004D\0053\0020\0055\0049\0020\0047\006F\0074\0068\0069\0063",
		"MS PGothic",
		"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
		"Lucida Grande",
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	font-weight: normal;
	border: 0;
	}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #aaa;
	}

img {
	border: 0;
	}

#header {
	width: 100%;
	background-color: #222;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	}

#pagelink a,
#pagetop a,
#header a,
#footer a {
	background-color: transparent;
	}

#footer {
	width: 800px;
	border-top: solid 1px #222;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#pagetop {
	width: 760px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
	}

p {
	width: 740px;
	margin: 20px 10px 0 10px;
	}

strong {
	color: #ddd;
	}

finished {
	color: #c00;
	padding-left: 10px;
	}

a, a:visited, a:link, a:active ,a:hover {
	text-decoration: none;
	color: #000;
	background-color: #666;
	}

.box {
	border: solid 1px #222;
	text-align: left;
	padding: 8px 10px;
	margin-top: 22px;
	}

dl {
	width: 740px;
	margin-top: 0;
	margin-left: 1em;
	padding:0;
	}

ol {
	width: 730px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 2.2em;
	}

.dl {
	background-color: transparent !important;
	}

.outline img {
	border: solid 1px #222;
	}

.outline a {
	text-decoration: none;
	background-color: #000;
	}

table {
	border-style: hidden ;
	border-spacing: 0;
	border-collapse: 0;
	}

/* top */

#credit {
	width: 340px;
	background-color: #333;
	text-align: left;
	padding: 8px 10px;
	margin-bottom: 25px;
	color: #000;
	}

#credit strong {
	font-weight: bold;
	color: #000;
	}
