/*
メイン地図用のスタイルシート
*/
h1 {
    font: 12pt sans-serif;
    border-bottom: 5px solid ;
}
h2 {
	font-size: 10pt;
}
.album {
	margin-top:10px;
	padding-left:10px;
	width: 320px;
	height:150px;
	border:1px solid gray;
	background-color:#ddd;
}
#outerDiv {
    height: 500px;
    width: 100%;
    
    border: 1px solid Silver;
    position: relative;
    overflow: hidden;
}

#innerDiv {
    position: relative;
    left: 0px;
    top: 0px;
}
#bar {
	background-color: #d4d4d4;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 1px;
    position: relative;
    
}

#floatpearents {
	width:260px;
    height:80px;
    position: absolute;
    background-image: url('../images/floats.gif');
    background-repeat:no-repeat;
}
#floatpearent {
	width:200px;
    height:150px;
    position: absolute;
    background-image: url('../images/float.gif');
    background-repeat:no-repeat;
}
#floats {
    font-size: 8pt;
    font-family:"Times New Roman";
    letter-spacing: 0pt;
    width:260px;
    height:80px;
    background-repeat:no-repeat;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow : auto;
}

#float {
    font-size: 8pt;
    font-family:"Times New Roman";
    letter-spacing: 0pt;
    width:200px;
    height:150px;
    background-repeat:no-repeat;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow : auto;
}
#tmpDiv {
    position: absolute;
    left: 0px;
    top: 0px;
}

#toggleZoomDiv {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 72px;
    height: 30px;
}
#pushPinDiv {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 24px;
}

#togglePushPinDiv {
    position: absolute;
    top: 10px;
    left: 87px;
    z-index: 1;
    width: 72px;
    height: 30px;
}
    

