
/*big menu*/
#container{
	width:450px;
/*	background-color:black;*/
}

#kwick {
	position: center center;
	/*border-bottom: 3px double #333;*/
	width:450px;
	margin-top: 0px;
}

#kwick .kwicks {
	/*display: block;*/
	height: 360px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 360px;
	width: 87px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 1px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #000 url("../img2/cinema/menu_tawara.jpg") ;
}

#kwick .opt2 {
	background: #000 url("../img2/cinema/menu_imamura.jpg");
}

#kwick .opt3 {
	background: #000 url("../img2/cinema/menu_sindou.jpg");
}

#kwick .opt4 {
	background: #000 url("../img2/cinema/menu_sinoda.jpg");
}

#kwick .opt5 {
	background: #000 url("../img2/cinema/menu_oosima.jpg");
	border-right: 0;
}

