﻿body{
	background-color: #ffffff;
	color: #666666;
	margin: 0px;
	font-family: osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a,
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6699ff;
}

h1 {
	left: 2px;
	top: 2px;
	position: absolute;
	margin: 0px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	z-index: 6;
}

.home-words {
	width:32%;
	top: 40%;
	left: 34%;
	position: absolute;
	font-size: 14px;
	z-index: 4;
}


.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.enter-info {
	width: 100%;
	left: 0px;
	bottom: 48px;
	position: absolute;
	color: #999999;
	font-size: 10px;
	text-align: center;
	z-index: 3;
}

.enter-link {
	width: 100%;
	left: 0px;
	bottom: 24px;
	position: absolute;
	font-size: 20px;
	font-family: Chicago, Impact, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	z-index: 7;
}

.hidden-info {
	width: 100%;
	left: 0px;
	bottom: 72px;
	position: absolute;
	color: #ffffff;
	font-size: 0px;
	text-align: center;
	z-index: 2;
}

.hidden-keyword {
	width: 100%;
	left: 0px;
	bottom: 16px;
	position: absolute;
	color: #ffffff;
	font-size: 0px;
	text-align: center;
	z-index: 1;
}

.small-font {
	font-size: 10px;
}

address {
	right: 2px;
	bottom: 2px;
	position: absolute;
	margin: 0px;
	color: #999999;
	font-size: 10px;
	text-align: right;
	font-style: normal;
	z-index: 5;
}

