@charset "UTF-8";
@import "layout.css";

/* CSS Document */

.original_shops {
	background: #f5f5f5;
}

.entry {
	border-bottom: 1px solid #DADADA;
}

.entry h3 {
	background: #444;
	height: 25px;
	line-height: 25px;
	color: #E5C97F;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 10px;
}

.entry a {
	
	color: #C0A772;
	font-weight: bold;
}

.entry .thumb {
	float: left;
	width: 140px;
	height: 110px;
}

.entry .excerpt {
	margin: 10px;
	position: static;
}

.entry .excerpt dt{
	float:left;
	width: 7em;
	line-height: 1.5em;
	clear: left;
}

.entry .excerpt dd{
	float:left;
	line-height: 1.5em;
	width: 590px;
	font-size: 1em;
}

.entry .excerpt dd a {
	font-weight: bold;
}

.index {
	height: 345px;
}

.index .thumb {
	float: left;
	width: 440px;
	height: 320px;
}

.index .excerpt {
	margin: 10px 10px 10px 0;
	float: right;
	width: 240px;
}

.index .excerpt dt{
	clear: left;
}

.index .excerpt dd {
	width: 13em;
}
/*
.entry .shop_map {
	position: absolute;
	top: -5000px;
	left: -5000px;
	background: #000;
	padding: 10px;
	z-index: 300px;
	visibility: hidden;
}
*/

#tooltip {
	background: #000;
	position: absolute;
	display: none;
	color: #fff;
	width: 420px;
	height: 320px;
	z-index: 300;
}

#tooltip iframe {
	border: none;
	margin: 10px;
}
