@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;
}

/* ---------- 全体 ---------- */
#htmlcontent {
	width: 100%;
}
#flashcontent {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

/* ---------- ヘッダ ---------- */
#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;	
}









