<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
  <Document>
    <name>ボランティア受入・被災地支援</name>
    <description>sample</description>
    <Style id="point_default">
      <IconStyle>
        <Icon>
          <href>https://maps-api-ssl.google.com/mapfiles/kml/paddle/red-stars.png</href>
        </Icon>
		<hotSpot x="0.5"  y="0" xunits="fraction" yunits="fraction"/>
      </IconStyle>
    </Style>
    <Style id="line_default">
      <LineStyle>
        <width>4</width>
        <color>b20000ff</color>
      </LineStyle>
      <PolyStyle>
        <color>510000ff</color>
      </PolyStyle>
    </Style>
    <Style id="polygon_default">
      <LineStyle>
        <color>b20000ff</color>
        <width>2</width>
      </LineStyle>
      <PolyStyle>
		<fill>1</fill>
		<outline>1</outline>
        <color>510000ff</color>
      </PolyStyle>
    </Style>   </Document>
</kml>