@charset "Shift_JIS";

/*----------------------------------------------------------------------------

	--- INDEX ---
	[0] index.html

----------------------------------------------------------------------------*/


/*	[0] index.html
----------------------------------------------------------------------------*/

#lead{
	height:206px;
	background:url(../movie/img/img.jpg) top right no-repeat;
	margin-bottom:30px;
}
	#h2_movie{
		width:92px;
		height:23px;
		background:url(../movie/img/h2_movie.gif) no-repeat;
		text-indent:-9999px;
		margin-bottom:20px;
	}
	#lead strong{
		display:block;
		width:203px;
		height:38px;
		background:url(../movie/img/m_pachi.gif) no-repeat;
		text-indent:-9999px;
		margin-bottom:10px;
	}
	#lead em{
		display:block;
		width:216px;
		height:14px;
		background:url(../movie/img/m_keitai.gif) no-repeat;
		text-indent:-9999px;
		margin-bottom:6px;
	}
	#lead span{
		font-size:84%;
		line-height:120%;
		color:tomato;
	}


.btns{
	text-align:center;
	padding:10px 5px 10px 5px;
	background:beige;
	margin-bottom:30px;
	border:1px dotted gray;
}
	.btns .btn{
		padding:2px 4px;
		margin-bottom:10px;
		background:#FFFFFF;
	}
	.btns .btn:hover{
		background:mistyrose;
	}
	.btns .btnSelected{
		padding:2px 4px;
		margin-bottom:10px;
		color:#FFFFFF;
		background:tomato;
	}
	.btns table{
		margin-top:6px;
		padding-top:2px;
		border-top:1px dotted #666666;
	}


#movie{
	margin-bottom:30px;
}
	#movie .paging{
		padding:6px 0;
		text-align:right;
	}
	
	#movie #layoutTable td{
		width:183px;
	}
	#movie #layoutTable .hallName h3{
		width:183px;
		padding:4px;
		background:#336699;
		margin-bottom:5px;
	}
	#movie #layoutTable .hallName h3 a{
		color:#FFFFFF;
	}
	#movie #layoutTable .photo td{
		text-align:center;
		background:url(../movie/img/fr.gif) center no-repeat;
	}
	#movie #layoutTable .photo td img{
		margin-top:6px;
	}
	#movie #layoutTable .control td{
		padding-top:6px;
	}
	#movie a.btn_s{
		display:block;
		float:left;
		width:77px;
		height:15px;
		text-indent:-9999px;
		background:url(../movie/img/btn_s.gif) no-repeat;
		margin:0 10px 10px 0;
	}
	#movie a.btn_l{
		display:block;
		float:left;
		width:77px;
		height:15px;
		text-indent:-9999px;
		background:url(../movie/img/btn_l.gif) no-repeat;
		margin:0 10px 10px 0;
	}
	#movie #layoutTable .comment strong{
		display:block;
		color:#FF6600;
		margin:5px 0 2px;
	}
	#movie #layoutTable .comment p{
		width:90%;
		font-size:92%;
		line-height:150%;
		margin-bottom:6px;
	}
	#movie #layoutTable .date td{
		text-align:right;
		font-size:84%;
		padding:2px 0 30px;
		background:url(../common/dot.gif) top repeat-x;
	}





