html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	letter-spacing : 1px;
	line-height: 1.5em;
	font-size: 13px;
	/*background-image: url("../img/bg_5.gif");*/
}

body {
	overflow-x: hidden;
}

a {
	color: #999999;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
}

#contents {
	margin: 0px;
	position: absolute;
	background-color: #000000;
	left: 50%;
	/* min-height: 3000px; */
	/* height: 100%; */
}

.grid{
	position: relative;
	float: left;
}

.descriptionline{
	position: relative;
	float: left;
	height: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

.descriptionbox{
	position: relative;
	margin: 25px auto;
	height: 400px;
	text-align: center;
}

.gnd{
	position: absolute;
	top: 0px;
}

.triangle{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

.video {
	position: relative;
	margin: 15px auto;
	width: 853px;
	height: 480px;
	background-image: url("../img/loading_s.gif");
	background-position: center;
	background-repeat: no-repeat
}

.photo {
	position: relative;
	margin: 15px auto;
	width: 853px;
	height: 480px;
	background-image: url("../img/loading_s.gif");
	background-position: center;
	background-repeat: no-repeat
}

.videoinfo{
	margin: 0px auto;
	width: 853px;
	text-align: left;
	color: #666666;
}

.light {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 100;
	pointer-events: none;
}

.titleimg{
	width: 853px;
	height: 85px;
	margin-bottom: 5px;
}

.arrow_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 426px;
	height:480px;
}

.arrow_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 426px;
	height:480px;
}

#ugoita_description{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
}

#btn_mail{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 39px;
	z-index: 111;
}

#btn_twitter{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 39px;
	z-index: 112;
}

#btn_facebook{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 39px;
	z-index: 113;
}

h2 {
	font-family:Arial,Helvetica;
	margin-top: 10px;
	margin-bottom: -10px;
}