
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body{
	background-image: url(../img/bg_131231.jpg);
	font-family: 'Share Tech Mono', sans-serif;
	cursor: url(../img/cursol_off.png), auto;
}

a {
	cursor: url(../img/cursol_on.png), auto;
}

#bg , #bgCover {
  /* Set rules to fill background */
  min-height: 100%; */
  min-width: 1500px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}
/*
@media screen and (max-width: 1500px){
 #bg , #bgCover {
  left: 50%;
  margin-left: -750px; }
}
*/

#fb_area{
	position: absolute;
	top: 7px;
	right: 108px;
	width: 109px;
	height: 25px;
	overflow: hidden;
}

#tw_area{
	position: absolute;
	top: 7px;
	right: 0px;
	width: 105px;
	height: 20px;
	overflow: hidden;
}

#main{
	margin: 0 auto;
	padding-top: 40px;
	width: 100%;
	text-align: center;
}

.img_area{
	position: relative;
	display: inline-block;
	zoom : 1;
	/* margin: 20px 20px; */
	margin: 7px 0px 7px 7px;
	overflow: hidden;
	vertical-align: middle;
}

.img_link{
	cursor: url(../img/cursol_on.png), auto;
}

.img_movie{
	cursor: url(../img/cursol_on.png), auto;
}

.link_icon{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -63px;
	margin-left: -100px;
}

.square{
	width: 100%;
	height: 100%;
	position: absolute;
	top:-60px;
	left: -60px;
	border: #ff00ff 60px solid;
}

.triangle{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
}

.cover{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img_area .obj{
/*
	max-width: 300px;
	max-height: 200px;
*/
}

.detaDisp{
	font-size: 11px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
}

#coverDiv{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background-color: #000000;
	/* background-image: url(../img/bg2_.jpg); */
}

#spin{
	position: fixed;
	top:50%;
	left: 50%;
	display: none;
}

#objArea{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#obj_div{
	position: fixed;
	/* background-color: black; */
	vertical-align:middle;
	display:table-cell;
    text-align:center;
   /*  background-color: gray; */
   display: none;
}

#obj_div img{
	/* position: absolute; */
	vertical-align:middle;
	text-align: center;
}

#closeBtn{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 79px;
	height: 79px;
	display: none;
	cursor: url(../img/cursol_on.png), auto;
}

#back_index{
	position: relative;
/* 	z-index: 100; */
	margin: 0 0 20px 0;	
}

#back_index a{
	color: #ff00ff;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in;
	-moz-transition: color 0.15s ease-in;
	-ms-transition: color 0.15s ease-in;
	-o-transition: color 0.15s ease-in;
	transition: color 0.15s ease-in;
	font-size: 16px;
	font-weight: bold;
}
#back_index a:hover{
	color: #000000;
}