@charset "utf-8";
/* CSS Document */

/* 全体  
-------------------------------------------------------------------------------- */ 

body {
	font-size:13px; 
	*font-size:small;
    *font:x-small;

	background:#ffffff;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height:1.0em;
	text-align:center;
	color:#000;
}

#container{
	width:960px;
	margin: 0 auto;
	padding:0 0 30px;
	text-align:center;
}

a:link{
	color:#333;	
}

a:visited{
	color:#000;	
}
a:active{
	color:#333;	
}
a:hover{
	color:#999;	
}


/* ヘッダ  
--------------------------------------------------------------------------------*/
#header{
	width:960px;
	text-align:left;
	background:#ffffff;
	margin:15px 0 20px 0;	
	height:75px;
}

#logo{
	width:389px;
	margin:10px 0 0 0;
	float:left;
}


/* ナビゲーション  
---------------------------- */ 
#nav{
	background:#ffffff;
	float:right;
	margin:23px 0 0 0;
	overflow:hidden;
}

#nav li{
	float:left;
	margin:0 0 0 2px;
	overflow:hidden;
	width:124px;
	height:47px;
}

#nav li a{
	display:block;
	overflow:hidden;
	width:124px;
	height:47px;
	background-repeat:no-repeat;	
}

#nav li#nav01 a{
	background-image:url(../img/common/nav01_over.jpg);
}

#nav li#nav02 a{
	background-image:url(../img/common/nav02_over.jpg);
}

#nav li#nav03 a{
	background-image:url(../img/common/nav03_over.jpg);
}

#nav li#nav04 a{
	background-image:url(../img/common/nav04_over.jpg);
}

#nav li a:hover{
	width:124px;
	height:47px;
	background-color:#ffffff;
}

#nav li a:hover img{
	visibility:hidden;
}



/* サイド  
-------------------------------------------------------------------------------- */ 

.side {
	width:211px;
	height:auto;
	background: #fff;
	margin-bottom: 10px;
	text-align:left;
	float:right;
}

.side .banner-60th {
	margin:0 0 20px;
}

/* 上映日程  
---------------------------- */

.side h3{
	margin:0 0 10px 0;
}

.side_event{
	margin:0 auto 20px;
	padding:0 5px;
}

.side_event li{
	margin-bottom:5px;	
}
.side h4{
	margin:0 0 5px 0;
}

.side h5{
	font-size:123.1%;
	font-weight:bold;	
	margin:0 0 5px 0;	
	line-height:140%;
}

.side h5 .h5_pdf{
	font-size:68%;	
	font-weight:normal;
}

.side dl,
.side ul{
	font-size:100%;	
}

.side dl{
	margin-bottom:15px;	
}

.side dt{
	margin-bottom:5px;	
}

.side dd{
	line-height:140%;	
	margin-bottom:10px;	
}

.side_txt{
	font-size:100%;
	line-height:140%;
}

.sponsorship_img{
margin:10px 0 0;	
}

.side h3.side_sub{
	margin-bottom:15px;	
}

.sideList{
	margin:0 5px;	
}

.side_event .sideList li {
	line-height:1.3;
}

.sideList li{
	margin:0 0 10px 0;
	line-height:1.0;
	padding:0 0 0 15px;
}

.sideList .sideList_nest{
list-style:none;
background:none;
margin-bottom:20px;
font-size:100%;
}

.sideList_date{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

/* コンテンツ  
-------------------------------------------------------------------------------- */ 

/* パンくずリスト  
---------------------------- */ 

ul#panlist{
	list-style-type: none;
	text-align:left;
	margin:0 0 5px;
	padding:0px;
}

#panlist li{
	float:left;
	font-size:100%;
	line-height:120%;
	color:#000;
	margin:0;
}



/* タイトル  
---------------------------- */ 

#container h1{
	width:960px;
	height:auto;
	margin:0 0 15px;
}

.title{
	padding-bottom:20px;
}


.main{
	margin-right:15px;
	width:734px;
	float:left;
	text-align:left;
}

li.icon_map{
	margin:0 0 5px 0;
	padding:0 15px 0 0;  
	background:url(../img/common/icon01.gif) no-repeat center right;
	text-align:right;
}

li .icon_map a{
	color:#000;
	text-decoration: underline;
	cursor: pointer;
}



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

#footerNav{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0 0 10px 0;
}

#footerNav ul li{
	float:left;
	color:#000;
	margin:0px;
	padding:0px;
	font-size:100%;
}

.topup{
	font-size:100%;
	color:#000000;
	padding:0px;
	float:right;
}

#footer {
	padding:10px 0 50px;
	background: #000;
	height:auto;
}


.footerNaka{
	width:960px;
	height:auto;
	margin:0 auto;
}

address{
	color:#FFF;
	font-size:93%;
	float:left;
	margin:0;
}

.footerLogo{
	float:right;
}

/* clearfix
-------------------------------------------------------------------------------- */ 

.clearfix {
zoom:1;	
}
.clearfix:after{
content:"";
clear:both;
display:block;
height:0;
}


