@charset "UTF-8";

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p, small {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

article ,aside, figcaption, figure,
footer, header, hgroup, nav, section { 
	display:block;
}

li img {
	vertical-align: top;
}

/*----------------------------------------
	base
-----------------------------------------*/

body {
	background: #000000;
}

#container {
	position: relative;
	width: 980px;
	/*
	height: 650px;
	*/
	margin: 0 auto;
}

#corporate-logo {
	position: absolute;
	top: 12px;
	left: 34px;
	z-index:99;
}

/*----------------------------------------
	photogallery
-----------------------------------------*/

.photoList {
	position: relative;
	width: 980px;
	height: 650px;
	background: url(../images/cmn_bg.gif) repeat-x top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.scene {
	display:none;
}

.photoList p {
	position: absolute;
}

/* photoList00 */

#photoList00 p.pic01 {
	top: 301px;
	left: 466px;
}

/* photoList01 */

#photoList01 p.text01 {
	top: 232px;
	left: 0;
}

#photoList01 p.text02 {
	top: 432px;
	left: 104px;
}

#photoList01 p.pic01 {
	top: 44px;
	left: 546px;
}

/* photoList02 */

#photoList02 p.text01 {
	top: 233px;
	left: 0;
}

#photoList02 p.pic01 {
	top: 59px;
	left: 602px;
}

/* photoList03 */

#photoList03 p.text01 {
	top: 219px;
	left: 0;
}

#photoList03 p.text02 {
	top: 291px;
	left: 57px;
}

#photoList03 p.pic01 {
	top: 101px;
	left: 509px;
}

/* photoList04 */

#photoList04 p.text01 {
	top: 386px;
}

#photoList04 p.pic01 {
	top: 46px;
	left: 285px;
}

/* photoList05 */

#photoList05 p.text01 {
	top: 0;
	left: 633px;
}

#photoList05 p.pic01 {
	top: 105px;
	left: 180px;
}

/* photoList06 */

#photoList06 p.text01 {
	top: 219px;
	left: 0;
}

#photoList06 p.pic01 {
	top: 79px;
	left: 580px;
}

/* photoList07 */

#photoList07 p.text01 {
	top: 0;
	left: 172px;
}

#photoList07 p.pic01 {
	top: 78px;
	left: 404px;
}

/* photoList08 */

#photoList08 p.text01 {
	top: 198px;
	left: 396px;
}

#photoList08 p.pic01 {
	top: 251px;
	left: 53px;
	z-index: 10;
}

#photoList08 p.pic02 {
	top: 306px;
	left: 83px;
	z-index: 30;
}

/* photoList09 */

#photoList09 p.text01 {
	top: 222px;
	left: 454px;
}

#photoList09 p.text02 {
	top: 422px;
	left: 0;
	z-index: 10;
}

#photoList09 p.btn01 {
	top: 495px;
	left: 489px;
	z-index: 30;
}
#photoList09 p.btn01 img{
	vertical-align: top;
}

#photoList09 p.btn02 {
	vertical-align: top;
	top: 611px;
	left: 892px;
}
#photoList09 p.btn02 img{
	vertical-align: top;
}

#photoList09 p.pic01 {
	top: 129px;
	left: 79px;
	z-index: 50;

}

/* opa

a img {
	display:block;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;
}

a:hover img {
	opacity:.5
}
 */