body {
	background-color: #000510;
	color: white;
	text-align: center;
}

a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:hover {color: #6cf;text-decoration: underline;}

a.normal_link:link {color: #4bd;text-decoration: underline;}
a.normal_link:visited {color: #4bd;text-decoration: underline;}
a.normal_link:hover {color: #8ef;text-decoration: underline;}

img {border: none;}

h2 {
	margin: 0 0 20px 0;
	padding: 6px 10px;
	width: 80%;
	border: 1px solid #149;
	background: #159;
	font-size: 22px;
	font-weight: bold;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
}

h2.guide {
	margin: 40px 0 20px 0;
	padding: 4px 6px;
	width: 70%;
	border: 1px solid #034;
	background: #045;
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}

h3 {
	width: 60%;
	border-top: 2px dashed #66f;
	border-bottom: 2px dashed #66f;
	padding: 5px;
}

#wrap {
	width: 820px;
	text-align: left;
	margin: 20px auto;
}

#header {
	width: 100%;
	height: 337px;
	background-image: url("picture/title.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#inner { margin: 0 10px; }

#main_contents {
	width: 600px;
	float: right;
}

#navi {
	width: 180px;
	text-align: center;
	float: left;
}

#footer {
	text-align: center;
}

.blue_line {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 12px;
	background-image: url(picture/hr.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.navi_link > a{
	background-color: #000;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 2px;
	padding: 4px;
	width: 70%;
	display: block;
	border-width: 3px;
	border-style: ridge;
	border-color: #598;
}

.navi_link > a:hover{
	background-color: #012;
}

.last_link{
	padding-top: 20px;
}

.last_link > a{
	border-color: #995;
}


.download_link > a{
	text-align: center;
	width: 300px;
	background-color: #000;
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 20px;
	padding: 4px;
	display: block;
	border-width: 5px;
	border-style: ridge;
}

.download_link > a:hover{
	background-color: #012;
}

.navi_dummy{
	background-color: #000;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 2px;
	padding: 4px;
	width: 70%;
	display: block;
	border-width: 3px;
	border-style: ridge;
	border-color: #333;
}

.clear { clear: both; }
.clear hr { display: none; }

#update_info{
	overflow: auto;
	width: 80%;
	height: 80px;
	border: solid 1px #448;
	background-color: #222732;
	margin-bottom:10px;
	word-break:break-all;
}

.material_banner {
	padding: 10px;
}

img.screen_shot {
	width:40%;
	height:40%;
}

.screen_shot_spacer {
	padding: 5px 0;
}

.system_image_td {
	width: 170px;
	text-align: center;
}

.system_image_td img {
	width: 160px;
}

#story_top {
	min-height:240px;
	width: 500px;
	vertical-align:middle;
	background-image: url("picture/illust01.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

#story_middle {
	min-height:240px;
	width: 500px;
	vertical-align:middle;
	background-image: url("picture/illust02.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

#story_bottom {
	min-height:240px;
	width: 500px;
	vertical-align:middle;
	background-image: url("picture/illust03.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

table#hardware_requirements {
	width: auto;
	border-spacing: 0;
}

table#hardware_requirements {
	border:1px solid #aaa;
}

table#hardware_requirements tr {
	border:1px solid #aaa;
}

table#hardware_requirements tr td {
	border:1px solid #aaa;
}

table#hardware_requirements th {
	padding: 5px;
	background: #267;
	font-weight: bold;
	text-align: center;
}

table#hardware_requirements tr td {
	padding: 5px;
	font-size: small;
	text-align: left;
}

table#hardware_requirements tr:nth-child(2n+1) {
	background: #123;
}

table.base_table1 {
	width: auto;
	border-spacing: 0;
}

table.base_table1 {
	border:1px solid #aaa;
}

table.base_table1 tr {
	border:1px solid #aaa;
}

table.base_table1 tr td {
	border:1px solid #aaa;
}

table.base_table1 th {
	padding: 5px;
	background: #267;
	font-weight: bold;
	text-align: center;
}

table.base_table1 tr td {
	padding: 5px;
	font-size: small;
	text-align: left;
}

table.base_table1 tr:nth-child(2n+1) {
	background: #123;
}

table.base_table2 {
	width: auto;
	border-spacing: 0;
}

table.base_table2 {
	border:1px solid #aaa;
}

table.base_table2 tr {
	border:1px solid #aaa;
}

table.base_table2 tr td {
	border:1px solid #aaa;
}

table.base_table2 th {
	padding: 5px;
	background: #267;
	font-weight: bold;
	text-align: center;
}

table.base_table2 tr td {
	padding: 5px;
	text-align: left;
}

table.base_table2 tr:nth-child(2n+1) {
	background: #123;
}

.bgm_title {
	width:200px;
	font-size: large;
}

.bgm_info {
	width:390px;
	font-size: small;
}

.bgm_stars {
	color: aquamarine;
}

div.spacer {
	padding:10px;
}