* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
html {
	height: 100%;
}
body {
	background-position: center top;
	height: 100%;
	background-color: #18323A;
	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: #183748;
}
#base .main {
	position: relative;
	width: 800px;
	height: 866px;
	background-image: url('main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#base .main p {
	position: absolute;
	width: 700px;
	height: 150px;
	bottom: 10px;
	left: 50px;
}
#base .chara {
	position: relative;
	width: 800px;
	height: 560px;
	background-image: url('chara.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#base .chara .ch1 {
	position: absolute;
	width: 450px;
	height: 80px;
	top: 61px;
	left: 177px;
}
#base .chara .ch2 {
	position: absolute;
	width: 450px;
	height: 80px;
	top: 228px;
	left: 177px;
}
#base .chara .ch3 {
	position: absolute;
	width: 450px;
	height: 145px;
	top: 393px;
	left: 177px;
}
#base .system {
	width: 800px;
	height: 511px;
	background-image: url('system.jpg');
	position: relative;
}
#base .system .sys1 {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 57px;
	left: 100px;
}
#base .system .sys2 {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 142px;
	left: 100px;
}
#base .system .sys3 {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 209px;
	left: 100px;
}
#base .system .sys4 {
	position: absolute;
	width: 600px;
	height: 60px;
	top: 293px;
	left: 100px;
}
#base .system .sys5 {
	position: absolute;
	width: 600px;
	height: 70px;
	top: 393px;
	left: 100px;
}
#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 #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.spec table .title {
	padding-right: 5px;
	background-color: #003366;
	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;
}
