@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html{  
	overflow-y: scroll;  
    -webkit-text-size-adjust: none;
}
body {
	font-family:"Avenil","Lucida Sans","Lucida Grande","Lucida Sans Unicode","Century Gothic","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	background-color:#071d36;
	text-align:center;
	color:#333333;
}
img{
	border:none;
	margin: 0;
}
li{  
	list-style-type: none;  
}
a{
	outline:none;
}


#page{
	text-align:left;
	margin:0 auto;
	z-index:60;
}
.mr10{
	margin-right: 10px;
}




/*----------ヘッダーエリア----------*/



#headerArea{
	height:134px;
	background:url("../img/header_bg.png") repeat-x center;
}
#headerArea #logo{
	padding:17px 0 0 17px;
}
#logo .logoName{
	display:none;
}
ul#gnav{
	list-style:none;
	float:right;
	margin:-53px 17px 0 0;
}
#gnav li{
	display:inline;
	margin-left:30px;
}
#gnav li a{
	outline:none;
}
#gnav li a:hover{
	color:#abca5f;
}



/*----------コンテンツエリア----------*/


#contents{
	background-color:#071d36;
	clear: both;	
}
#contents #topimage{
	text-align: center;
	clear: both;
	position:absolute;
	width:195px;
	height:248px;
	left: 50%;
	top: 50%;
	margin-left: -97px;
	margin-top: -124px;
}

#contents #moviearea{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

#contents .movieheadtext{
	margin: 30px 0 30px 22px;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.1em;
}


#contents .movieheadtext a{
	color: #ffffff;
}

#contents .youtubemovielist{
	margin: 0 0 50px 22px;
}

#contents .instagrammovielist{
	float: left;
	margin: 0 0 50px 22px;
}





/*----------パンクズリストエリア----------*/


#pankuzu{
	font-size:9px;
	letter-spacing: 0.1em;
	color:#ffffff;
	margin:20px 0 30px 22px;
	font-weight: normal;
}
#pankuzu a{
	text-decoration:none;
	color:#ffffff;
}
#pankuzu a:hover{
	color:#c59d62;
}


/*----------フッターエリア----------*/


#footer #footerArea{
	height:116px;
	clear:both;
	background:url("../img/footer_bg.png") repeat-x center;
}
#footer #footerArea .footercopyright{
	padding-top: 75px;
	font-style:normal;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	letter-spacing:0.2em;
}
#footer #footerArea #footercontact{
	float: right;
	margin: -22px 22px 0 0;
}

