@charset "utf-8";
/* common.css */


#contentHeader {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#contentHeader h2 {
	margin: 0 0 15px;
}	

#contentHeader p {
	font-size: 90%;
	line-height: 1.5;
}	


#contentContainer {
	margin: 0;
	padding: 0;
}

#conversion {
	width: 940px;
	margin: 0 auto 30px;
}

/* conversion list with tab */

#conversionListContainer {
	position: relative;
	margin: 10px 0 55px;
}

#tablist a {
	border: none;
}

#tablist {
	position: absolute;
	z-index: 50;
	width: 940px;
}

#tablist li {
	float: left;
	width: 132px;
}	

#tablist li  img {
	display: block;
	margin: 0 2px 0 0;
	zoom: 1;
}

#conversionListContainer .tabContainer {
	position: relative;
	top: 49px;
	width: 900px;
	padding: 16px 19px 12px;
	border: 1px solid #660033;
}

#conversionListContainer .tabContainer ul {
	width: auto;
}

#conversionListContainer  .tabContainer li {
	float: left;
	background-image: url(/sightseeing/images/com/tab_mark.gif);
	background-repeat: no-repeat;
	margin: 0 40px 0 0;
	line-height: 1.6;
}

#conversionListContainer  .tabContainer li a {
	padding-left: 12px;
	font-size: 100%;
	margin: 0 20px 0 0;
	white-space: nowrap;
	/zoom: 1;
	color: #000;
}
.
#tab1 li {
	background-position: 0 0px;
}

#tab2 li {
	background-position: 0 -23px;
}

#tab3 li {
	background-position: 0 -53px;
}

#tab4 li {
	background-position: 0 -83px;
}

#tab5 li {
	background-position: 0 -113px;
}

#tab6 li {
	background-position: 0 -143px;
}

#tab7 li {
	background-position: 0 -173px;
}



#mapContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 940px;
}

#mapThumbArea {
	float: left;
}

#mapThumbArea caption {
	border: 1px solid #660033;
	text-align: left;
}

#mapThumbArea caption img {
	display: block;
	float: left;
	_zoom: 1;
}


#mapThumbArea table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#mapThumbArea td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*　拡大地図エリア　*/

#mapZoomArea {
	float: right;
	width: 623px;
}

#mapZoomHeader {
	width: 621px;
	padding: 0px 0 0;
	border: 1px solid #660033;
}

#mapZoomHeader h3 {
	float: left;
	width: 501px;
}

#mapZoomHeader .printBtn {
	float: right;
	width: 120px;
}

#activeMapContainer {
	/*　地図格納用　*/
	position: relative;
	left: 0;
	top: 0;
	width: 621px;
	height: 392px;
	border: 1px solid #660033;
	border-top: 2px solid #000;
}

#activeMap {
	position: relative;
	top: 0;
	left: 0;
	width: 621px;
	height: 392px;
	overflow: hidden;
}

#mapImage {
	position: relative;
	top: 0;
	left: 0;
}

#pointContainer {
}

#pointer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 600;
}

#pointer img {
	display: block;
	_zoom: 1;
}

#dispName,
#pointerName {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	white-space: nowrap;
	z-index: 500;
	padding: 5px;
	background: #000;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
}


#conversionInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #660033;
	width: 621px;
	height: 77px;
	overflow: hidden;
	background: #f4f4f4;
}

#conversionInfo dl {
	margin: 9px 10px;
}

#conversionInfo dt {
	font-weight: bold;
}

#conversionInfo dd{
	font-size: 85%;
	line-height: 1.5;
}

@media print {
body {
	_zoom: 75%;
}

#activeMapContainer {
	/*　地図格納用　*/
	position: relative;
	left: 0;
	top: 0;
	width: 621px;
	height: 621px;
	border: 1px solid #660033;
	border-top: 2px solid #000;
}

#activeMap {
	position: relative;
	width: 621px;
	height: 621px;
	_overflow-y: auto;
}

#dispName,
#pointerName {
	font-weight: bold;
}

}