@charset "utf-8";

@import url("reset.css");
@import url("fonts.css");

html {
/* \*/
 height: 100%;
 overflow-y: scroll;
/* */
}

body{
 position: relative;
 height: 100%;
 min-width: 990px; 
 min-height: 660px;
 background: #CFDEF0 url(../images/body_bg_sky.jpg);
 color: #333;
 text-align: center;
}

html>/**/body #container {
/* \*/
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -349px;
 margin-left: -514px;
/* */
}

/* for IE */
#container {
 margin-top: expression(Math.max((document.documentElement.clientHeight-698)/2, 0) + "px");
}

#contents {
 position: relative;
 width: 1028px;
 height: 698px;
 margin: 0;
 padding: 0;
 background: url(../images/contents_bg_sky.jpg) no-repeat;
 overflow: hidden;
 text-align: left;
}

#splash_swf {
 width: 990px;
 height: 660px;
 position: absolute;
 top: 14px;
 left: 19px;
}




#contents_inner {
 position: relative;
}

h1 {
 position: absolute;
 top: 42px;
 left: 38px;
 width: 210px;
 height: 41px;
 margin: 0;
}

#contents_frame {
 position: absolute;
 z-index: 1;
 top: 117px;
 left: 19px;
 height: 547px;
 overflow: hidden;
 width: 620px;
}
/**/#contents_frame/**/{
 width: 640px;
}
/* for MacIE */
* html>body #contents_frame {
 overflow: scroll;
 width: 620px;
}

#pv_player {
 position: absolute;
 top: 28px;
 left: 370px;
 width: 250px;
 height: 90px;
 overflow: hidden;
}

#pv_player2 {
 position: absolute;
 top: 28px;
 left: 370px;
 width: 250px;
 height: 90px;
 overflow: hidden;
}

#artist_photo {
 position: absolute;
 z-index: 5;
 top: 14px;
 right: 19px;
 width: 370px;
 height: 660px;
}

.copyright,
.index_menu {
 display: none;
}

.skip {
 text-align: center;
 margin-top: 300px;
 font-weight: bold;
}