/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
}
body{
	background:#fff;
	background-size:cover;
	background-position:bottom right;
}
#logo{
	width:640px;
	height:35px;
	text-indent:-9999px;
	text-align:left;
	padding:15px 0;
	background:url(../img/index_logo.png) no-repeat center;
	margin:0 auto 0 auto;
}
#logo a{
	display:block;
	width:255px;
	height:35px;
	overflow:hidden;
}
 .leftcurtain{
	width: 50%;
	height:100%;
	overflow:hidden;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.rightcurtain{
	width: 51%;
	height:100%;
	overflow:hidden;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
} 
html,body{
	background:#000;
	height:100%;
}
#wrapper{
	opacity:0.2;
	margin:0 auto 0 auto;
	z-index: 1;
	width: 100%;
}
.bgstretcher{
	opacity:0.2;
}
#lead{
	width:442px;
	height:130px;
	text-indent:-9999px;
	text-align:left;
	margin:-40px auto 0 auto;
	background:url(../img/topsentence.png) no-repeat;
}
#title{
	width:520px;
	height:400px;
	background:url(../img/index_title.png) no-repeat center;
	margin:0 auto 0 auto;
	padding-top:50px;
}
h1,#subtitle{
	text-indent:-9999px;
	text-align:left;
	width:520px;
	height:1px;
	margin:0;
	padding:0;
}
#contracted{
	width:110px;
	height:110px;
	text-indent:-9999px;
	background:url(../img/contracted.png) no-repeat;
	position:absolute;
	top:115px;
	left:50%;
	margin-left:165px;
}
#links{
	text-align:center;
	padding-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}

/* menu */

#menu{
	height:55px;
	background-image:url(../img/topbackground.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#0f1b40;
}

#menu ul{
	width:762px;
	height:36px;
       margin:auto;
       padding-top:12px;
	overflow:hidden;
}

#menu li{
	list-style-type:none;
	display:block;
	width:117px;
	height:36px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

#menu li a{
	display:block;
	width:117px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:1px;
}

#menu li a:hover{
     	margin-bottom:0;
	margin-top:1px;
}

#btn01{
	background:url(../img/button01.png) no-repeat;
}

#btn02{
	background:url(../img/button02.png) no-repeat;
}

#btn03{
	background:url(../img/button03.png) no-repeat;
}

#btn04{
	background:url(../img/button04.png) no-repeat;
}

#btn05{
	background:url(../img/button05.png) no-repeat;
}

#btn06{
	background:url(../img/button06.png) no-repeat;
}

#btn07{
	background:url(../img/button07.png) no-repeat;
}

#topline{
	height:9px;
	background:url(../img/topunderline.png) repeat-x;
}

#news{
	width:700px;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.6);
	background-color:#000\9;
	margin:30px auto 30px auto;
}

#news p{
	margin-top:8px;
	margin-left:10px;
}
#news a{
	color:#fff;
	text-decoration:none;
}
#news a:hover{
	color:#ff1d90;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}