@charset "utf-8";

/*-------------------------
format
---------------------------*/
* {
	font-size:100%;
	margin:0px;
	padding:0px;
}
img {
	vertical-align:bottom;
	border:none;
}

a {
	color:#0066AA;
	text-decoration:underline;
	
	}
a:hover {
	color:#F60;
	text-decoration:underline;
	text-decoration:none;
	}
	
body {
	width:100%;
	min-width:980px;
	line-height:1.5em;
	margin:0;
	padding:0;
	font-size:13px;
	color:#000;
	background:#000;
	letter-spacing:0.1em;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	-webkit-text-size-adjust: none;
	}
/* -------------------------- 
IE6 向けのスタイル 
----------------------------- */  
* html ,* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
* html #container {  
    overflow: auto;  
    position: relative;  
    width: 100%;  
    height: 100%;  
}  
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: block; /* for IE8 */
}
.clear {
	clear: both;
}
#container {
width:100%;
height:100%;/* この指定が必要 */
background:url("../img/top_hero.jpg") #000 no-repeat top center ;
}
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ヘッダー
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/



#navi_cont {
	position: fixed !important;  
    position: absolute;  
	top:20px;
	left:20px;
	z-index:5;
}
#navi {
	margin:0 0 15px;
	list-style:none;
}
#navi img {
	vertical-align:middle;
}
#navi .sns {
	margin:10px 0;
}

/*------------------------------------------------
ナビ


#header h1 span {
	display:block;
	width:457px;
	height:298px;
	background:url("../img/uy_logo.png") no-repeat top center ;
	text-indent:-9999px;
	position:absolute;
	top:90px;
	left:50px;
	}

#header ul {
	position:absolute;
	bottom:10px;
	right:10px;
}
#header ul li {
	font-weight:bold;
	font-size:16px;
	padding:10px 50px 10px 0;
	margin:0;
	text-align:right;
	list-style:none;
	background:url("../img/arrow_down.png") no-repeat center right ;
}
#header ul li a {
	color:#FFF;
	text-decoration:none;
}
#header ul li a:hover {
	font-size:20px;
	text-decoration:underline;
}
------------------------------------------------*/
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
メイン
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
#main_wrap {
	width:100%;
	min-width:980px;
	padding:10px 0 0;
	height:100%;/* この指定が必要 */
	position:relative;
	margin:0;
}

#main_wrap:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#shimafilm {
	width:100%;
	height:30px;
	text-align:right;
	margin-bottom:100px;
}
#shimafilm a {
	margin-right:10px;
}
#top_logo {
	width:100%;
	height:185px;
	margin-bottom:430px;
	background:url("../img/top_title.png") no-repeat top center ;
}
#top_logo h1 span {
	display:block;
	text-indent:-9999px;
}
#top_credit {
	width:100%;
	height:150px;
	margin:0 0 20px;
	background:url("../img/top_credit.png") no-repeat top center ;
}
#top_theatre {
	width:100%;
	height:146px;
	margin:0;
	background:url("../img/top_theatre.png") no-repeat top center ;	
}
#image {
	height:900px;
}
.banner {
	text-align:center;
	margin:0 0 20px;
}
.banner a {
	margin:10px 5px;
}
#credit {
	color:#FFF;
	text-align:center;
	font-size:7px;
	line-height:14px;
	margin:15px 0 10px;
}
#credit h2 {
	font-size:12px;
	margin:5px 0;
}

#footer {
	text-align:center;
	padding:15px 0;
	width:1024px;
	margin:0 auto;
	color:#FFF;
}

#footer a {
	color:#FFF;
}
.foot_01 {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #FFF;
}
#totop {
	position:fixed;
	right:10px;
	bottom:10px;
}
#top_toko_btn {
	position: fixed !important;  
    position: absolute;  
	bottom:40px;
	right:20px;
}
#top_toko_btn a {
	display:block;
	width:205px;
	height:131px;
	background:url("../img/toko_banner.png") no-repeat top center;
}
#top_toko_btn a:hover {
	background:url("../img/toko_banner_on.png") no-repeat top center;
}
#top_toko_btn a span {
	display:block;
	text-indent:-9999px;
}
