@charset "shift_jis";

/*--------------------------------------------*/
/* /index.html                                */
/*--------------------------------------------*/

.shopMessageBox {
	background: url(../img/shop/shop_bg_bike.jpg) no-repeat right top;
	width: 890px;
	overflow: hidden;
}
	.managerImg {
		float: left;
		margin-right: 22px;
	}
	.shopMessageBox div {
		float: left;
		width: 578px;
	}
.shopThreeBox {
	display: block;
	width: 890px;
}
	.shopThreeBox li {
		display: block;
		background: url(../img/shop/shop_bg_boxtop.gif) no-repeat left top;
		margin-top: 25px;
		padding-top: 16px;
		width: 890px;
	}
		.shopThreeBox li div {
			display: block;
			background: url(../img/shop/shop_bg_boxbottom.gif) no-repeat left bottom;
			padding-bottom: 16px;
			width: 890px;
		}
			.shopThreeBox li div dl {
				display: block;
				background: url(../img/shop/shop_bg_boxmiddle.gif) repeat-y left top;
				padding: 0 16px;
				width: 858px !important;
				width: 890px;
				overflow: hidden;
			}
				.shopThreeBox dt {
					float: left;
				}
				.shopThreeBox dd {
					float: right;
					width: 667px;
				}








