@charset "UTF-8";

/* h2 */
h2{
	padding:40px 0 10px;
}


/* maincontent */
#maincontent{
	margin:0 auto;
	font-size:90%;
}

/* topBack */
.topBack{
	font-weight:bold;
	line-height:1.8em;
}

.topBack p{
	padding:15px 0 10px;
	font-weight:bold;
	line-height:1.8em;	 
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
	white 1px -1px 0px, white -1px -1px 0px;
}

/* underBack */
.underBack{
	background-color:#000000;
	color:#FFFFFF;
	padding: 10px 0 20px 0;
}
.underBack p{
	padding:15px 0 0;
}


/* production3D .topBack */
#production3D .topBack{
	background:url("img/3d_bear_main.jpg") no-repeat center;
	height:580px;
}

/* hokkaidoAnimal .topBack */
#hokkaidoAnimal .topBack{
	background:url("img/hokkaido_owl_main.jpg")  no-repeat center;
	height:600px;
}

/* arData .topBack */
#arData .topBack{
	background:url("img/ar_data_smartphone_main.jpg")  no-repeat center;
	height:520px;
}


