@charset "utf-8";
/*
Theme Name: HP2
Description: デジタルバランス用Webページ
Version: 2.0
Author: Minoru Goto
*/
* {
	font-size: 100%;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline:none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	position: relative;
}
html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
li {
	list-style: inside;
}
img {
	vertical-align: bottom;
	border-style: none;
}
h1 {
	font-size: 200%;
	font-weight: bolder;
}
h2 {
	font-size: 160%;
	font-weight: bolder;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}
.clear {
	display: block;
	clear: both;
}
.hidden {
	clear: both;
	visibility: hidden;
	display: block;
}
.orange {
	color: #FF7F00;
}

#wrapper {
	width: 600px;
	position: absolute;
	height: auto;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -300px;
}
#intro {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	padding: 50px 0px 0px 50px;
	line-height: 1.6;
	text-indent: -9999px;
}
#new_entry {
	font: 200% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 50px;
	height: auto;
	width: 100%;
}
#new_entry a {
	color: #FF7F00;
}
#new_entry a:before {
	content: "↳";
}
#new_entry a:hover {
	text-decoration: underline;
}
#content {
	height: 100%;
	width: 100%;
	vertical-align: 50%;
}
#content #index_rogo {
	width: 300px;
	float: left;
	height: auto;
}
#content #index_menu {
	height: auto;
	width: 150px;
	float: left;
}
#content #index_info {
	width: 150px;
	float: left;
	height: auto;
	text-align: left;
}

#index_menu li {
	text-align: left;
	list-style: none;
	font-size: 120%;
	margin: 0px 0px 7px;
	letter-spacing: 1px;
	font-weight: lighter;
}
#index_info li {
	font-size: 120%;
	list-style: none;
	margin: 0px 0px 7px;
	font-weight: lighter;
	letter-spacing: 1px;
}
#content #index_menu li a:hover, #content #index_info li a:hover {
	color: #FF7F00;
}
#footer {
	height: auto;
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 20px;
	text-indent: -9999px;
}
