h3 {
	display:block;
	clear:both;
}

.service a{
	text-decoration:none;
	font-size:11px;
	color:white;
	width:82px;
	height:32px;
	padding:5px;
	line-height:100%;
	background-image:url(./parts/serviceicon1.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
}

.service a:hover{
	background-image:url(./parts/serviceicon2.gif);
}
.guide a{
	text-decoration:none;
	font-size:11px;
	color:white;
	width:82px;
	height:16px;
	padding:5px;
	line-height:100%;
	background-image:url(parts/guideicon1.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
}

.guide a:hover{
	background-image:url(parts/guideicon2.gif);
}

#shop_hour{
	width:300px;
	border-collapse:collapse;
}

#shop_hour th{
	padding:0 3px;
	border:1px solid #cccccc;
	font-weight:normal;
	text-align:left;
	background:#FFFFFF;
	font-size:12px;
}

#shop_hour td{
	padding:0 3px;
	vertical-align:top;
	border:1px solid #cccccc;
	font-size:12px;
}

.shop_hour_caution{
	color:#663399;
}
