* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
html {
	height: 100%;
}
body {
	background-position: center top;
	height: 100%;
	background-color: #000000;
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#base {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDDF9C;
}
#base .story {
	position: relative;
	width: 800px;
	height: 250px;
	background-image: url('story.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#base .story p {
	position: absolute;
	width: 600px;
	height: 180px;
	top: 37px;
	left: 100px;
	color: #FFFFFF;
}
#base .special .sp1 , #base .special .sp2 , #base .special .sp3 , #base .special .sp4 , #base .special .sp5 {
	position: relative;
	width: 800px;
	height: 234px;
	background-repeat: no-repeat;
	background-position: center top;
}
#base .special .sp1 {
	background-image: url('sp1.jpg');
}
#base .special .sp2 {
	background-image: url('sp2.jpg');
}
#base .special .sp3 {
	background-image: url('sp3.jpg');
}
#base .special .sp4 {
	background-image: url('sp4.jpg');
}
#base .special .sp5 {
	background-image: url('sp5.jpg');
}
#base .special .sp1 p , #base .special .sp2 p , #base .special .sp3 p , #base .special .sp4 p , #base .special .sp5 p {
	position: absolute;
	width: 400px;
	height: 100px;
	top: 113px;
	left: 76px;
}
#navi_sample {
	list-style-type: none;
	width: 770px;
	height: 234px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#navi_sample li {
	float: left;
	width: 150px;
	height: 113px;
	padding: 2px;
}
#base .graphic .smp {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 480px;
	margin-bottom: 20px;
}
.spec {
	text-align: center;
}
.spec table {
	border-collapse: collapse;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8em;
	text-align: left;
}
.spec table td {
	border: 1px solid #CC0000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.spec table .title {
	padding-right: 5px;
	background-color: #FF6600;
	text-align: right;
	font-weight: bold;
	width: 100px;
}
.spec .notice {
	margin-top: 10px;
	color: #FF0000;
	line-height: 1.4em;
}
.spec .notice span {
	font-weight: bold;
	color: #FF0000;
}
.spec .link {
	margin-top: 20px;
	vertical-align: middle;
}
.spec .info {
	margin-top: 10px;
}
.spec .info span {
	font-weight: bold;
}
.copy {
	width: 785px;
	height: 120px;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	background-image: url('copy.jpg');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	font-size: 10px;
	padding-left: 15px;
}
