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

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

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

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


.main { margin-right: -1px; } /* この 1 ピクセルの負のマージンはこのレイアウトのどのカラムにも配置でき、同じ補正効果を持ちます。 */



/* ヘッダ  
-------------------------------------------------------------------------------- */ 

#header {
	background: #fff;
	margin:15px 0px 20px 0px;
	height:75px;
}

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

/* ie6ハック */
* html #logo{
    margin:10px 60px 0px 0px;
}

#logo p{
	color:#333;
	font-size:120%;
	margin:0px 0px 5px 0px;
	font-weight: bold;
}


/* ナビゲーション  
---------------------------- */ 
#nav{
	float:left;
	margin:23px 0px 0px 1px;
}

/* ie6ハック */
* html #nav ul{
    width:510px;
	margin:0px 0px 0px 0px;
}

#nav ul{
	width:505px;
	height:47px;
}

#nav ul li{
	float:left;
	list-style-type: none;
	margin:0px 0px 0px 2px;
}

#nav ul li#nav01{
	width:124px;
	height:47px;
	background:url(../img/common/nav01_over.jpg) no-repeat left bottom;
}

#nav ul li#nav02{
	width:124px;
	height:47px;
	background:url(../img/common/nav02_over.jpg) no-repeat left bottom;
}

#nav ul li#nav03{
	width:124px;
	height:47px;
	background:url(../img/common/nav03_over.jpg) no-repeat left bottom;
}

#nav ul li#nav04{
	width:124px;
	height:47px;
	background:url(../img/common/nav04_over.jpg) no-repeat left bottom;
}

#nav ul li a { 
	display:block;
	width:124px;
	height:47px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

#nav ul li a:hover { 
	text-indent:-9999px;
} 



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

.side {
	width:211px;
	min-height:600px;
	background: #fff;
	margin:20px 0px 0px 0px;
	padding-bottom: 10px;
	float:left;
	font-weight:normal;
}

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

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

.side ul{
	margin:0px 0px 20px 10px;
}

.side ul li{
	font-size:80%;
	line-height:160%;
	list-style-type: none;
}


.side dl{
	width:211px;
	margin:0px 5px 0px 5px;
}

.side dl dt{
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:90%;
}

.side dl dt.bd{
	margin:15px 0px 5px 0px;
	padding:15px 0px 0px 0px;
	font-size:80%;
	border-top:1px dotted #CCC;
}

.side dl dd.bd{
	margin:15px 0px 5px 0px;
	padding:15px 0px 0px 0px;
	font-size:80%;
	border-top:1px dotted #CCC;
	
	font-weight:normal;
}

.side dl dd{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:80%;
	font-weight:normal;
}

.side dl dd.sp{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:80%;
	font-weight:normal;
}

.side dl dd.sp02{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:80%;

	font-weight:normal;
}


.side dl dd b a{
	color:#000;
	text-decoration: underline;
	
	cursor: pointer;
}



/* 協賛・後援  
---------------------------- */ 

/*.side dl{
	width:211px;
	font-size:80%;
	margin:0px 0px 10px 10px;
}

.side dl dt{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;   
	width:140px;
	clear:both;
}

.side dl dd{
	margin:0px 0px 5px 0px;
	padding:0px;
	margin-left:140px;  
}*/

.side p.syousai{
	font-size:75%;
	list-style-type: none;
	background:url(../img/common/icon01.gif) no-repeat left top;
	width:45px;
	text-align:left;
	margin:0px 0px 20px 150px;
	padding:0px 0px 0px 15px;
}

.side p.syousai a{
	text-decoration: none;
	color:#000;
}


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


.main {
	margin:20px 15px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 734px;
	float:left;
}


/* ie6ハック */
* html .main {
    margin:15px 5px 0px 0px;
}


/* フッター  
-------------------------------------------------------------------------------- */ 
#footer {
	padding: 10px 0;
	background: #000;
	position: relative;
	clear: both;
	
	height:100px;
}

ul.footerNav{
	font-size:75%;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}

ul.footerNav li{
	display:inline;
	color:#000;
	margin:0px;
	padding:0px;
}

ul.footerNav li a{
	color:#000;
}


.topup{
	font-size:75%;
	color:#000;
	margin:0px 0px 10px 670px;
	padding:0px;
	float:left;
}

.topup a{
	color:#000;
}


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

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

.footerLogo{
	float:left;
}

