@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: 0px;
	left: 21px;
	/*z-index:99;*/
}

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

.photoList {
	position: relative;
	top:0px;	
	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 {
	position: absolute;
	top:0px;
	display:none;
}

.photoList p {
	position: absolute;
}

/* photoList00 */

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

/* photoList01 */

#photoList01 p.text01 {
	top: 73px;
	left: 160px;
}

#photoList01 p.text02 {
	top: 523px;
	left: -27px;
}

#photoList01 p.pic01 {
	top: 146px;
	left: 83px;
}

/* photoList02 */

#photoList02 p.text01 {
	top: 107px;
	left: -27px;
}

#photoList02 p.pic01 {
	top: 104px;
	left: 356px;
}

/* photoList03 */

#photoList03 p.text01 {
	top: 105px;
	left: -27px;
}

#photoList03 p.pic01 {
	top: 210px;
	left: 72px;
}

#photoList03 p.pic02 {
	top: 105px;
	left: 459px;
}

/* photoList04 */

#photoList04 p.text01 {
	top: 105px;
	left: -27px;
}

#photoList04 p.pic01 {
	top: 210px;
	left: 72px;
}

#photoList04 p.pic02 {
	top: 105px;
	left: 459px;
}

#photoList04 p.pic03 {
	top: 402px;
	left: 265px;
}

/* photoList05 */

#photoList05 p.text01 {
	top: -53px;
	left: 597px;
}

#photoList05 p.text02 {
	top: 171px;
	left: 129px;
}

#photoList05 p.text03 {
	top: 171px;
	left: 414px;
}

#photoList05 p.pic01 {
	top: 100px;
	left: 232px;
}

/* photoList06 */

#photoList06 p.text01 {
	top: 218px;
	left: -27px;
}

#photoList06 p.pic01 {
	top: 73px;
	left: 460px;
}

/* photoList07 */

#photoList07 p.text01 {
	top: 423px;
	left: 394px;
}

#photoList07 p.pic01 {
	top: 105px;
	left: 45px;
}

/* photoList08 */

#photoList08 p.text01 {
	top: 356px;
	left: -27px;
}

#photoList08 p.pic01 {
	top: 0;
	left: 0;
}

/* photoList09 */

#photoList09 p.text01 {
	top: 73px;
	left: 160px;
}

#photoList09 p.text02 {
	top: 523px;
	left: -27px;
}

#photoList09 p.btn01 {
	top: 551px;
	left: 234px;
}
#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: 146px;
	left: 83px;

}

/* 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
}
 */
