@charset "utf-8";


*:focus {
  outline: none;
}
body {
	width:100%;
	height: 100%;
	min-width: 1280px;
	min-height: 100%;
	margin: 0;         /* 余白の削除 */
	padding: 0;        /* 余白の削除 */
	 font-size: 13px;
	 font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	 line-height:1.8;
	 color: #7D6150;
}

header a:hover{
	opacity: 0.7;
	transition-duration: 0.3s;
	color:#F997B8;
}


.hov:hover{
  opacity: 0.7;
	transition-duration: 0.3s;
}

body a{
	color:#8aaf5a;
  transition-duration: 0.3s;
}


#wrapper{
	text-align: center;
	background-image:url(../images/bgimage.png),
                    url(../images/bg2.jpg);
	background-repeat: no-repeat,
                      repeat;;
	background-position: top center;
	background-attachment: fixed,
                        scroll;
	background-color: #ffffff;
}
/* -------------------------------
						▼ヘッダー▼
-------------------------------*/



header{
	height:85px;
	position: fixed;
	width:100%;
	min-width: 1280px;
	z-index: 100;
	background-image:url(../images/header/headerbg.png);
	background-repeat: repeat-x;
}


nav{
	padding: 0;
	height:85px;

}
nav ul{
  list-style-type: none;
}
nav li{
  display:inline-block;

}
nav a {
}

.headerLine{
	margin-top:10px;
	display: inline-block;
	width: 7px;
	height:37px;
	background-image: url(../images/header/line.png);
}

.headerlogo{
	margin-right:20px;
}

.support{
	margin-left:15px;
}

.mainNavi img{
	margin-top:10px;
}


.page{
	margin-left:5px;
}

#trial{
  position: relative;
  top:-10px;
  left:170px;
}






/* -------------------------------
		▼トップ▼飾りの画像とか
-------------------------------*/

.title{
	padding-top:130px;
  padding-bottom: 20px;
}



#main{
	height:auto;
}

#main p{
	margin:10px;
}

.specialContainer{
 width:1280px;
 margin:0 auto;
 margin-bottom:60px;

}

.Banner img{
padding:5px;
}

.Banner{
	position: relative;
}


.new{
	position: absolute;
	top:0px;
	left:100px;
	z-index: 3;
}

.new2{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 3;
}


.new3{
	position: absolute;
	top:185px;
	left:630px;
	z-index: 2;
}


.op{
  display: inline-block;
  width:501px;
  height:169px;
  padding:5px;

}

.waku{
  position:relative;
  z-index: 2;
  margin-left:-5px;
}

#player{
  position: absolute;
  top:395px;
  left:880px;
}

.tuika2{
  width:350px;
  position: absolute;
  top:-50px;
  right:120px;
}

/* -------------------------------
		▼フッター▼
-------------------------------*/



#footer-fixed{
}


footer{
	height:48px;
	width:100%;
	min-width: 1280px;
	background-image:url(../images/footerbg.png);
	text-align:center;
	margin-top:-10px;
	position: relative;
	bottom:0px;
	}

footer img{
	width:303px;
	margin-top:22px;
	}
