﻿@charset "UTF-8";

/* ---------- 共通 ---------- */
html {
	color: #fff;
	background-color: #000;
	overflow: hidden;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	background-color: #000;
	line-height: 1;
	text-align: left;
	overflow: hidden;
}
a:link, a:active, a:visited {
	color: #3373cc;
	text-decoration: none;
}
a:hover {
	color: #3373cc;
	text-decoration: underline;
}

/* -------------------- loading -------------------- */
#loading {
	width: 980px;
	margin: 60px auto;
	text-align: center;
}

/* ---------- 全体 ---------- */
#htmlcontent {
	width: 100%;
}
#canvascontent {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
canvas#canvas {
	margin: 0 auto;
	display: block;
}
#description:hover {
	opacity: 1;
}
#description {
	font-size: 88%;
	position: absolute;
	text-align: center;
	width: 512px;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -256px;
	padding: 5px 0;
	background-color: #fff;
	color: #000;
	opacity: 0.5;
}


/* ---------- ヘッダ ---------- */
#header {
	clear: both;
	padding: 88px 20px 81px 18px;
}
#header span,
#header a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/altplus_header.gif") left top no-repeat;
	zoom: 1;
}
#header h1 {
	color: #000;
}
#header h1 span,
#header h1 a {
	background-position: -322px -2px;
	width: 69px;
	height: 21px;
}

#header p {
	padding: 3px 0 0 0;
	font-size: 69%;
	color: #737373;
}
#header p span {
	background-position: -322px -23px;
	width: 125px;
	height: 16px;
}

/* ---------- ボディ ---------- */
#body {
	clear: both;
	padding: 0 20px;
}

#body h2 {
	clear: both;
	font-size: 88%;
	font-weight: bold;
	color: #fff;
}
#body ol {
	clear: both;
	margin: 16px 0 0 0;
	font-size: 75%;
	color: #d9d9d9;
}
#body ol li {
	padding: 0 0 10px 0;	
}









