@import url("/style/global.css");

body{
	background:#000;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
a,a:hover{
	color:#000;
}


#title{
	background:#000 url(images/title.png) no-repeat;
	height:490px;
}
h1{
	text-indent:-9999px;
	margin:0;
}


#tv_movie{
	width:656px;
	height:369px;
	margin:30px auto;
	border:15px solid #222;
}


#profile{
	background:url(images/makoto.png) no-repeat top right;
	margin:60px 0 70px 0;
	font-size:18px;
}
#profile h2{
	width:540px;
	height:60px;
	background:url(images/h2_profile.png) no-repeat;
	text-indent:-9999px;
}
#profile p{
	color:#fff;
	margin:25px 0 0 30px;
	letter-spacing:1px;
}
#profile p b{
	color:#faff31;
}
#profile img.twitter{
	margin:25px 0 0 30px;
}


#gravure,#movie{
	text-align:center;
	padding:40px 0 25px;
	position:relative;
	font-size:18px;
}
#gravure h2,#movie h2{
	width:410px;
	height:40px;
	text-indent:-9999px;
	margin:0 auto;
}
#gravure img.btn_gravure,#movie img.btn_movie{
	margin-top:25px;
}
#gravure img.ico_gravure,#movie img.ico_movie{
	position:absolute;
	top:-15px;
	right:10px;
}
#gravure_btn,#movie_btn{
	width:730px;
	height:100px;
	margin:25px auto 0;
	text-align:center;
	padding-top:80px;
}
#gravure_btn img,#movie_btn img{
	margin:0 3px;
}

#gravure{
	background:#0fd5e1;
}
#gravure h2{
	background:url(images/h2_gravure.png) no-repeat;
}
#gravure_btn{
	background:url(images/gra_bg.png) no-repeat;
}

#demo{
	text-align:center;
	margin:55px auto;
}

#movie{
	background:#faff31;
}
#movie h2{
	background:url(images/h2_movie.png) no-repeat;
}
#movie_btn{
	background:url(images/mov_bg.png) no-repeat;
}


#vr{
	background:url(images/vr.jpg) no-repeat;
}
#vr a{
	display: block;
	width: 785px;
	height: 1050px;
	text-indent: -9999px;
}


#satsuei{
	background:url(images/satsuei_bg.png) no-repeat;
	width:785px;
	height:465px;
	position:relative;
}
#satsuei p{
	position:absolute;
	top:0;
	left:-9999px;
}
#satsuei img{
	position:absolute;
	top:185px;
	left:30px;
}


#btn{
	text-align:center;
	background:url(images/banner_bg.png) no-repeat;
	width:785px;
	height:385px;
	border-top:1px solid #000;
	padding-top:30px;
}
#btn img{
	margin:12px;
}