#lead {
	margin: 15px 5px;
}
#relText {
	margin-top: 10px;
	margin-left: 5px;	
}
/* ギャラリー部分 */
#gallery {
	clear: both;
	width: 100%;
	position: relative;
}
#galleryTitle {
	font-size: 125%;
	margin: 25px 5px 5px 0;
	border-left: 6px solid crimson;
	padding-left: 3px;
	font-weight: bold;
	color: #333;
	line-height: 115%;
}
#galleryChui {
	clear: both;
	font-size: 90%;
	margin-left: 3px;
	color: #666;
}
#galleryChui li:before {
	content: "※ ";
}
#thumbnail {
	padding-top: 8px;
	clear: both;
}
#thumbnail li {
	float: left;
}
.selPhoto img {
	border: 2px solid #FFF;
}
.selPhoto.selected img {
	border-color: crimson;
}
.selPhoto:hover img {
	border-color: #4169E1;
}
#selectedPhoto {
	margin: 0 auto;
}
#photoCont {
	clear: both;
	text-align: center;
	position: relative;
}
#loading {
	width: 100%;
	height: 100%;
	background-image: url('../img/bgfff50.png');
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#loading img {
	margin-top: 50px;
}
.hidden {
	display: none;
}
#pagenation {
	height: 1.5em;
	padding: 3px 0;
	clear: both;
}
#prevPage {
	float: left;	
}
#nextPage {
	float: right;	
}
#goFlickr {
	float: right;
	margin: 9px 3px;
	text-align: right;
}
#noPhoto {
	font-size: 120%;
	color: crimson;	
}

/* 地図部分 */
#mapContTitle {
	border-top: 1px solid #4169E1;
	border-bottom: 2px solid #4169E1;
	font-size: 120%;
	padding: 4px;
	margin-bottom: 7px;
	margin-top: 30px;
	clear: both;
}
.myLabel {
	position: absolute;
	white-space: nowrap;
	width: auto;
	background-image: url('../img/bgfff50.png');
	_backgraound-image: none;
	_background-color: #FFF;
	background-repeat: repeat;
	line-height: 105%;
	color: #003399;
}
#mapCont {
	border: 1px solid lavender;
	padding: 3px 0;
}
#gmap {
	border: 1px solid #666;
	width: 500px;
	height: 250px;
	float: right;
	margin-right: 3px;
}
#mapList {
	float: left;
	width: 128px;
	overflow-y: scroll;
	height: 250px;
	margin-left: 3px;
}
#mapList li {
	padding-bottom: 3px;
	line-height: 110%;
	padding-right: 3px;
}
#mapList li.title {
	padding-bottom: 7px;
	color: #666;
	font-size: 120%;
}
#mapList a {
	line-height: 115%;
}
.selCountry {
	padding-left: 12px;
	background-image: url('../img/yajirushi1.gif');
	background-repeat: no-repeat;
	background-position: -2px 1px;
}
.selCountry.selected {
	background-image: url('../img/yajirushi2.gif');
}
.hrtOfCountry {
	padding: 2px 3px 2px 17px;	
}
.showDesc {
	font-size: 80%;
}

/* 紹介文 */
#jqDrag {
  cursor: move;
  height: 1.5em;
  border-bottom: 1px solid gray;
	background-image: url('../img/dragArea.png');
	background-repeat: no-repeat;
	width: 100%;
}
#descCont{
  z-index: 3;
  margin: 5px 10px 10px 10px;
  background-color: #EEE;
	width: 350px;
	position: absolute;
	top: 290px;
	left: 200px;
	z-index: 101;
	padding: 2px;
	border: 1px solid #666;
}
#closeCont {
	float: right;
	color: #FFF;
	font-size: 120%;
	padding: 2px;
	letter-spacing: 2px;	
}
.jqDrag p {
	display: inline;
	color: #FFF;
	padding-left: 3px;
}
#abDesc {
	padding: 5px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#ab_credit {
	padding: 3px;
	text-align: right;	
}
