#kwick {
	position: relative;
	margin:0;
	padding:0;
	background-color:#fff;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick ul{
	margin:0;
	padding:0;
	list-style:none;
}
#kwick li { float: left; }

li:after { content: ""; }

#kwick .kwick {
	display: block;
	overflow: hidden;
	height: 200px;
	width: 100px;
	background: #fff;
	border-right: 2px solid #fff;
}
#kwick .kwick span { display: none; }
#kwick .kwick a {
	width: 320px;
	height: 200px;
	display: block;
	cursor:pointer;
}

#kwick .opt1 { background: #faa892 url(../images/komame2_kwick_bn.jpg); }
#kwick .opt2 { background: #92bdfa url(../images/dollfieblog_kwick_bn.jpg); }
#kwick .opt3 { background: #9ce782 url(../images/sdnet_kwick_bn.jpg); }
#kwick .opt4 { background: #e78282 url(../images/ownerslist.jpg); }
#kwick .opt5 { background: #000 url(../images/sato_reserv.jpg); border-right: 0; }


