@charset "utf-8";


div#content {
	position: relative;
	}

div#content h2 {
	border-top: 3px solid #080;
	height: 60px;
	background: url(../img/articles/header/relation.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#logomark {
	margin-top: -50px;
	position: absolute;
	right: 0;
	}

div#zoom {
	margin-bottom: 30px;
	text-align: center;
	}

div#zoom div#now {
	padding-top: 25px;
	border: 1px solid #fc0;
	background: #ffc url(../img/articles/relation/town.gif) 0px bottom repeat-x;
	text-align: left;
	}

* html div#zoom div#now {
	width: 100%;
	}

div#zoom div#now div.image {
	margin-left: 25px;
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	width: 100px;
	height: 100px;
	background: #fff;
	}

* html div#zoom div#now div.image {
	display: inline;
	width: 108px;
	height: 108px;
	}

div#zoom div#now div.image img {
	vertical-align: bottom;
	}

div#zoom div#now div#message {
	margin-bottom: 25px;
	padding: 0 25px 39px 150px;
	}







div#zoom div#now h3 {
	margin-top: 1em;
	color: #080;
	font-weight: bold;
	}

div#zoom div#now p.relation {
	font-size: 85%;
	}

div#zoom div#now p.shop {
	font-size: 93%;
	}

div#zoom div#now p.name {
	font-weight: bold;
	}






div#thumbnails {
	margin: 0 -13px 30px 0;
	overflow: hidden;
	}

div#thumbnails ul {
	}

div#thumbnails ul li {
	margin: 0 13px 13px 0;
	padding: 3px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background: #fff;
	text-align: center;
	}

* html div#thumbnails ul li {
	width: 108px;
	height: 108px;
	}



