@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
</assets/css/common.css> a :CSSstylesheet;
 :shortdesc "common.css";
 :dependencies "none" .
*/

/*----------------------------------------------------
	common
----------------------------------------------------*/
html, body {
	height: 100%;
	_width: 100%;
	text-align: center;
}

/*----------------------------------------------------
	#content
----------------------------------------------------*/
#content {
	overflow:auto;
	position: absolute;
	height: 550px;
	width: 560px;
	margin-top: -275px;
	margin-left: -280px;
	top: 50%;
	left: 50%;
	text-align: left;
}
#content h1 {
	margin-bottom: 30px;
}
#content iframe {
	margin: 0 auto 30px;
	text-align: center;
}
#content p {
	text-align: center;
	cursor: pointer;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	border-top: #d0d0d0;
	background-color: #151515;
}
p#copyright {
	padding-top: 8px;
	font-size: 77%;
	color: #b2aaaa;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}