/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 609px;
	height: 200px;
	margin-left: 1px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
	padding: 0;
	width:614px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}


#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 119px;
	/*padding: 10px;*/
	background: #fff none repeat scroll 0%;;
	/*border-right: 5px solid #202020;*/
	border-right: 3px solid #fff;
}

#kwick ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:220px;
	height: 200px;
}

#kwick .kwick span {
	display: none;
}

#kwick ul li.opt1 a{
	background: #9ce782 url(http://www.bambi.ne.jp/official/assets/images/menu_img/01.jpg) repeat scroll 0%;
}

#kwick ul li.opt2 a {
	background: #92bdfa url(http://www.bambi.ne.jp/official/assets/images/menu_img/02.jpg) repeat scroll 0%;
}

#kwick ul li.opt3 a {
	background: #faa892 url(http://www.bambi.ne.jp/official/assets/images/menu_img/03.jpg) repeat scroll 0%;
}

#kwick ul li.opt4 a {
	background: #e78282 url(http://www.bambi.ne.jp/official/assets/images/menu_img/04.jpg) repeat scroll 0%;

}
#kwick ul li.opt5 a {
	background: #e78282 url(http://www.bambi.ne.jp/official/assets/images/menu_img/05.jpg) repeat scroll 0%;

}