@charset "utf-8";

html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}


/* コンテンツ全体
============================================================================================================ */
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #efefef;
}



/* 代替え
============================================================================================================ */
#contentsWrap {
	position: absolute;
	top: 50%;
	left: 50%;
}

#contents {
	position: absolute;
	top: -145px;
	left: -300px;
	width: 600px;
	height: 290px;
}
#contents p {
	margin: 0;
	padding: 0;
}

#box {
	margin-bottom: 10px;
	padding: 6px;
	background-image: url(../../images/dot_bg.gif);
}
#box div {
	position: relative;
	height: 238px;
	background-color: #ffffff;
	zoom: 1;
}
#box h1 {
	position: absolute;
	top: 2px;
	right: 2px;
	margin: 0;
	padding: 0;
}
#box h2 {
	margin: 0;
	padding: 15px 0 20px;
	text-align: center;
}
#box #scene {
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 0;
}
#box p {
	padding: 0 30px 1.5em;
	color: #666666;
	font-size: x-small;
	line-height: 1.6;
}

#copyright {
	background-color: #000000;
	text-align: center;
}

a {
	color: #0000ff;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

