Newer
Older
skip-web / 2014OC / qr / qr1.ps
@MURAKAMI Masaki MURAKAMI Masaki on 2 Aug 2014 42 KB Updated
%!PS-Adobe-3.0
%Produced by poppler pdftops version: 0.24.2 (http://poppler.freedesktop.org)
%%Creator: Writer
%%LanguageLevel: 2
%%DocumentSuppliedResources: (atend)
%%DocumentMedia: 595x842 595 842 0 () ()
%%BoundingBox: 0 0 595 842
%%Pages: 1
%%EndComments
%%BeginProlog
%%BeginResource: procset xpdf 3.00 0
%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 15 def
/pdfSetup {
  /setpagedevice where {
    pop 2 dict begin
      /Policies 1 dict dup begin /PageSize 6 def end def
      { /Duplex true def } if
    currentdict end setpagedevice
  } {
    pop
  } ifelse
} def
/pdfSetupPaper {
  2 array astore
  /setpagedevice where {
    pop 2 dict begin
      /PageSize exch def
      /ImagingBBox null def
    currentdict end setpagedevice
  } {
    pop
  } ifelse
} def
/pdfStartPage {
  pdfDictSize dict begin
  /pdfFillCS [] def
  /pdfFillXform {} def
  /pdfStrokeCS [] def
  /pdfStrokeXform {} def
  /pdfFill [0] def
  /pdfStroke [0] def
  /pdfFillOP false def
  /pdfStrokeOP false def
  /pdfLastFill false def
  /pdfLastStroke false def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfFontSize 0 def
  /pdfCharSpacing 0 def
  /pdfTextRender 0 def
  /pdfPatternCS false def
  /pdfTextRise 0 def
  /pdfWordSpacing 0 def
  /pdfHorizScaling 1 def
  /pdfTextClipPath [] def
} def
/pdfEndPage { end } def
% PDF color state
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
      setcolorspace } def
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
      setcolorspace } def
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
      dup /pdfFill exch def aload pop pdfFillXform setcolor
     /pdfLastFill true def /pdfLastStroke false def } def
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
      dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
     /pdfLastStroke true def /pdfLastFill false def } def
/op { /pdfFillOP exch def
      pdfLastFill { pdfFillOP setoverprint } if } def
/OP { /pdfStrokeOP exch def
      pdfLastStroke { pdfStrokeOP setoverprint } if } def
/fCol {
  pdfLastFill not {
    pdfFillCS setcolorspace
    pdfFill aload pop pdfFillXform setcolor
    pdfFillOP setoverprint
    /pdfLastFill true def /pdfLastStroke false def
  } if
} def
/sCol {
  pdfLastStroke not {
    pdfStrokeCS setcolorspace
    pdfStroke aload pop pdfStrokeXform setcolor
    pdfStrokeOP setoverprint
    /pdfLastStroke true def /pdfLastFill false def
  } if
} def
% build a font
/pdfMakeFont {
  4 3 roll findfont
  4 2 roll matrix scale makefont
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /Encoding exch def
    currentdict
  end
  definefont pop
} def
/pdfMakeFont16 {
  exch findfont
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /WMode exch def
    currentdict
  end
  definefont pop
} def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q {
  end grestore
  /pdfLastFill where {
    pop
    pdfLastFill {
      pdfFillOP setoverprint
    } {
      pdfStrokeOP setoverprint
    } ifelse
  } if
} def
/cm { concat } def
/d { setdash } def
/i { setflat } def
/j { setlinejoin } def
/J { setlinecap } def
/M { setmiterlimit } def
/w { setlinewidth } def
% path segment operators
/m { moveto } def
/l { lineto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
      neg 0 rlineto closepath } def
/h { closepath } def
% path painting operators
/S { sCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f* { fCol eofill } def
% clipping operators
/W { clip newpath } def
/W* { eoclip newpath } def
/Ws { strokepath clip newpath } def
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
      dup pdfHorizScaling mul exch matrix scale
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Tp { /pdfPatternCS exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
% text string operators
/xyshow where {
  pop
  /xyshow2 {
    dup length array
    0 2 2 index length 1 sub {
      2 index 1 index 2 copy get 3 1 roll 1 add get
      pdfTextMat dtransform
      4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
    } for
    exch pop
    xyshow
  } def
}{
  /xyshow2 {
    currentfont /FontType get 0 eq {
      0 2 3 index length 1 sub {
        currentpoint 4 index 3 index 2 getinterval show moveto
        2 copy get 2 index 3 2 roll 1 add get
        pdfTextMat dtransform rmoveto
      } for
    } {
      0 1 3 index length 1 sub {
        currentpoint 4 index 3 index 1 getinterval show moveto
        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
        pdfTextMat dtransform rmoveto
      } for
    } ifelse
    pop pop
  } def
} ifelse
/cshow where {
  pop
  /xycp {
    0 3 2 roll
    {
      pop pop currentpoint 3 2 roll
      1 string dup 0 4 3 roll put false charpath moveto
      2 copy get 2 index 2 index 1 add get
      pdfTextMat dtransform rmoveto
      2 add
    } exch cshow
    pop pop
  } def
}{
  /xycp {
    currentfont /FontType get 0 eq {
      0 2 3 index length 1 sub {
        currentpoint 4 index 3 index 2 getinterval false charpath moveto
        2 copy get 2 index 3 2 roll 1 add get
        pdfTextMat dtransform rmoveto
      } for
    } {
      0 1 3 index length 1 sub {
        currentpoint 4 index 3 index 1 getinterval false charpath moveto
        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
        pdfTextMat dtransform rmoveto
      } for
    } ifelse
    pop pop
  } def
} ifelse
/Tj {
  fCol
  0 pdfTextRise pdfTextMat dtransform rmoveto
  currentpoint 4 2 roll
  pdfTextRender 1 and 0 eq {
    2 copy xyshow2
  } if
  pdfTextRender 3 and dup 1 eq exch 2 eq or {
    3 index 3 index moveto
    2 copy
    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
    xycp currentpoint stroke moveto
  } if
  pdfTextRender 4 and 0 ne {
    4 2 roll moveto xycp
    /pdfTextClipPath [ pdfTextClipPath aload pop
      {/moveto cvx}
      {/lineto cvx}
      {/curveto cvx}
      {/closepath cvx}
    pathforall ] def
    currentpoint newpath moveto
  } {
    pop pop pop pop
  } ifelse
  0 pdfTextRise neg pdfTextMat dtransform rmoveto
} def
/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
       pdfTextMat dtransform rmoveto } def
/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
        pdfTextMat dtransform rmoveto } def
/Tclip { pdfTextClipPath cvx exec clip newpath
         /pdfTextClipPath [] def } def
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
         /pdfTextClipPath [] def } def
% Level 2/3 image operators
/pdfImBuf 100 string def
/pdfImStr {
  2 copy exch length lt {
    2 copy get exch 1 add exch
  } {
    ()
  } ifelse
} def
/skipEOD {
  { currentfile pdfImBuf readline
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
} def
/pdfIm { image skipEOD } def
/pdfImM { fCol imagemask skipEOD } def
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
/pdfImClip {
  gsave
  0 2 4 index length 1 sub {
    dup 4 index exch 2 copy
    get 5 index div put
    1 add 3 index exch 2 copy
    get 3 index div put
  } for
  pop pop rectclip
} def
/pdfImClipEnd { grestore } def
% shading operators
/colordelta {
  false 0 1 3 index length 1 sub {
    dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
      pop true
    } if
  } for
  exch pop exch pop
} def
/funcCol { func n array astore } def
/funcSH {
  dup 0 eq {
    true
  } {
    dup 6 eq {
      false
    } {
      4 index 4 index funcCol dup
      6 index 4 index funcCol dup
      3 1 roll colordelta 3 1 roll
      5 index 5 index funcCol dup
      3 1 roll colordelta 3 1 roll
      6 index 8 index funcCol dup
      3 1 roll colordelta 3 1 roll
      colordelta or or or
    } ifelse
  } ifelse
  {
    1 add
    4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
    6 index 6 index 4 index 4 index 4 index funcSH
    2 index 6 index 6 index 4 index 4 index funcSH
    6 index 2 index 4 index 6 index 4 index funcSH
    5 3 roll 3 2 roll funcSH pop pop
  } {
    pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
    funcCol sc
    dup 4 index exch mat transform m
    3 index 3 index mat transform l
    1 index 3 index mat transform l
    mat transform l pop pop h f*
  } ifelse
} def
/axialCol {
  dup 0 lt {
    pop t0
  } {
    dup 1 gt {
      pop t1
    } {
      dt mul t0 add
    } ifelse
  } ifelse
  func n array astore
} def
/axialSH {
  dup 0 eq {
    true
  } {
    dup 8 eq {
      false
    } {
      2 index axialCol 2 index axialCol colordelta
    } ifelse
  } ifelse
  {
    1 add 3 1 roll 2 copy add 0.5 mul
    dup 4 3 roll exch 4 index axialSH
    exch 3 2 roll axialSH
  } {
    pop 2 copy add 0.5 mul
    axialCol sc
    exch dup dx mul x0 add exch dy mul y0 add
    3 2 roll dup dx mul x0 add exch dy mul y0 add
    dx abs dy abs ge {
      2 copy yMin sub dy mul dx div add yMin m
      yMax sub dy mul dx div add yMax l
      2 copy yMax sub dy mul dx div add yMax l
      yMin sub dy mul dx div add yMin l
      h f*
    } {
      exch 2 copy xMin sub dx mul dy div add xMin exch m
      xMax sub dx mul dy div add xMax exch l
      exch 2 copy xMax sub dx mul dy div add xMax exch l
      xMin sub dx mul dy div add xMin exch l
      h f*
    } ifelse
  } ifelse
} def
/radialCol {
  dup t0 lt {
    pop t0
  } {
    dup t1 gt {
      pop t1
    } if
  } ifelse
  func n array astore
} def
/radialSH {
  dup 0 eq {
    true
  } {
    dup 8 eq {
      false
    } {
      2 index dt mul t0 add radialCol
      2 index dt mul t0 add radialCol colordelta
    } ifelse
  } ifelse
  {
    1 add 3 1 roll 2 copy add 0.5 mul
    dup 4 3 roll exch 4 index radialSH
    exch 3 2 roll radialSH
  } {
    pop 2 copy add 0.5 mul dt mul t0 add
    radialCol sc
    encl {
      exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      0 360 arc h
      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      360 0 arcn h f
    } {
      2 copy
      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      a1 a2 arcn
      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      a2 a1 arcn h
      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      a1 a2 arc
      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
      a2 a1 arc h f
    } ifelse
  } ifelse
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
%%BeginResource: font BAAAAA+IPAGothic
%!PS-TrueTypeFont-29810
10 dict begin
/FontName /BAAAAA+IPAGothic def
/FontType 42 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [0 -205 2016 1761] def
/PaintType 0 def
/Encoding 256 array
dup 0 /c00 put
dup 1 /c01 put
dup 2 /c02 put
dup 3 /c03 put
dup 4 /c04 put
dup 5 /c05 put
dup 6 /c06 put
dup 7 /c07 put
dup 8 /c08 put
dup 9 /c09 put
dup 10 /c0a put
dup 11 /c0b put
dup 12 /c0c put
dup 13 /c0d put
dup 14 /c0e put
dup 15 /c0f put
dup 16 /c10 put
dup 17 /c11 put
dup 18 /c12 put
dup 19 /c13 put
dup 20 /c14 put
dup 21 /c15 put
dup 22 /c16 put
dup 23 /c17 put
dup 24 /c18 put
dup 25 /c19 put
dup 26 /c1a put
dup 27 /c1b put
dup 28 /c1c put
dup 29 /c1d put
dup 30 /c1e put
dup 31 /c1f put
dup 32 /c20 put
dup 33 /c21 put
dup 34 /c22 put
dup 35 /c23 put
dup 36 /c24 put
dup 37 /c25 put
dup 38 /c26 put
dup 39 /c27 put
dup 40 /c28 put
dup 41 /c29 put
dup 42 /c2a put
dup 43 /c2b put
dup 44 /c2c put
dup 45 /c2d put
dup 46 /c2e put
dup 47 /c2f put
dup 48 /c30 put
dup 49 /c31 put
dup 50 /c32 put
dup 51 /c33 put
dup 52 /c34 put
dup 53 /c35 put
dup 54 /c36 put
dup 55 /c37 put
dup 56 /c38 put
dup 57 /c39 put
dup 58 /c3a put
dup 59 /c3b put
dup 60 /c3c put
dup 61 /c3d put
dup 62 /c3e put
dup 63 /c3f put
dup 64 /c40 put
dup 65 /c41 put
dup 66 /c42 put
dup 67 /c43 put
dup 68 /c44 put
dup 69 /c45 put
dup 70 /c46 put
dup 71 /c47 put
dup 72 /c48 put
dup 73 /c49 put
dup 74 /c4a put
dup 75 /c4b put
dup 76 /c4c put
dup 77 /c4d put
dup 78 /c4e put
dup 79 /c4f put
dup 80 /c50 put
dup 81 /c51 put
dup 82 /c52 put
dup 83 /c53 put
dup 84 /c54 put
dup 85 /c55 put
dup 86 /c56 put
dup 87 /c57 put
dup 88 /c58 put
dup 89 /c59 put
dup 90 /c5a put
dup 91 /c5b put
dup 92 /c5c put
dup 93 /c5d put
dup 94 /c5e put
dup 95 /c5f put
dup 96 /c60 put
dup 97 /c61 put
dup 98 /c62 put
dup 99 /c63 put
dup 100 /c64 put
dup 101 /c65 put
dup 102 /c66 put
dup 103 /c67 put
dup 104 /c68 put
dup 105 /c69 put
dup 106 /c6a put
dup 107 /c6b put
dup 108 /c6c put
dup 109 /c6d put
dup 110 /c6e put
dup 111 /c6f put
dup 112 /c70 put
dup 113 /c71 put
dup 114 /c72 put
dup 115 /c73 put
dup 116 /c74 put
dup 117 /c75 put
dup 118 /c76 put
dup 119 /c77 put
dup 120 /c78 put
dup 121 /c79 put
dup 122 /c7a put
dup 123 /c7b put
dup 124 /c7c put
dup 125 /c7d put
dup 126 /c7e put
dup 127 /c7f put
dup 128 /c80 put
dup 129 /c81 put
dup 130 /c82 put
dup 131 /c83 put
dup 132 /c84 put
dup 133 /c85 put
dup 134 /c86 put
dup 135 /c87 put
dup 136 /c88 put
dup 137 /c89 put
dup 138 /c8a put
dup 139 /c8b put
dup 140 /c8c put
dup 141 /c8d put
dup 142 /c8e put
dup 143 /c8f put
dup 144 /c90 put
dup 145 /c91 put
dup 146 /c92 put
dup 147 /c93 put
dup 148 /c94 put
dup 149 /c95 put
dup 150 /c96 put
dup 151 /c97 put
dup 152 /c98 put
dup 153 /c99 put
dup 154 /c9a put
dup 155 /c9b put
dup 156 /c9c put
dup 157 /c9d put
dup 158 /c9e put
dup 159 /c9f put
dup 160 /ca0 put
dup 161 /ca1 put
dup 162 /ca2 put
dup 163 /ca3 put
dup 164 /ca4 put
dup 165 /ca5 put
dup 166 /ca6 put
dup 167 /ca7 put
dup 168 /ca8 put
dup 169 /ca9 put
dup 170 /caa put
dup 171 /cab put
dup 172 /cac put
dup 173 /cad put
dup 174 /cae put
dup 175 /caf put
dup 176 /cb0 put
dup 177 /cb1 put
dup 178 /cb2 put
dup 179 /cb3 put
dup 180 /cb4 put
dup 181 /cb5 put
dup 182 /cb6 put
dup 183 /cb7 put
dup 184 /cb8 put
dup 185 /cb9 put
dup 186 /cba put
dup 187 /cbb put
dup 188 /cbc put
dup 189 /cbd put
dup 190 /cbe put
dup 191 /cbf put
dup 192 /cc0 put
dup 193 /cc1 put
dup 194 /cc2 put
dup 195 /cc3 put
dup 196 /cc4 put
dup 197 /cc5 put
dup 198 /cc6 put
dup 199 /cc7 put
dup 200 /cc8 put
dup 201 /cc9 put
dup 202 /cca put
dup 203 /ccb put
dup 204 /ccc put
dup 205 /ccd put
dup 206 /cce put
dup 207 /ccf put
dup 208 /cd0 put
dup 209 /cd1 put
dup 210 /cd2 put
dup 211 /cd3 put
dup 212 /cd4 put
dup 213 /cd5 put
dup 214 /cd6 put
dup 215 /cd7 put
dup 216 /cd8 put
dup 217 /cd9 put
dup 218 /cda put
dup 219 /cdb put
dup 220 /cdc put
dup 221 /cdd put
dup 222 /cde put
dup 223 /cdf put
dup 224 /ce0 put
dup 225 /ce1 put
dup 226 /ce2 put
dup 227 /ce3 put
dup 228 /ce4 put
dup 229 /ce5 put
dup 230 /ce6 put
dup 231 /ce7 put
dup 232 /ce8 put
dup 233 /ce9 put
dup 234 /cea put
dup 235 /ceb put
dup 236 /cec put
dup 237 /ced put
dup 238 /cee put
dup 239 /cef put
dup 240 /cf0 put
dup 241 /cf1 put
dup 242 /cf2 put
dup 243 /cf3 put
dup 244 /cf4 put
dup 245 /cf5 put
dup 246 /cf6 put
dup 247 /cf7 put
dup 248 /cf8 put
dup 249 /cf9 put
dup 250 /cfa put
dup 251 /cfb put
dup 252 /cfc put
dup 253 /cfd put
dup 254 /cfe put
dup 255 /cff put
readonly def
/CharStrings 256 dict dup begin
/.notdef 0 def
/c27 39 def
/c26 38 def
/c25 37 def
/c24 36 def
/c23 35 def
/c22 34 def
/c21 33 def
/c20 32 def
/c1f 31 def
/c1e 30 def
/c1d 29 def
/c1c 28 def
/c1b 27 def
/c1a 26 def
/c19 25 def
/c18 24 def
/c17 23 def
/c16 22 def
/c15 21 def
/c14 20 def
/c13 19 def
/c12 18 def
/c11 17 def
/c10 16 def
/c0f 15 def
/c0e 14 def
/c0d 13 def
/c0c 12 def
/c0b 11 def
/c0a 10 def
/c09 9 def
/c08 8 def
/c07 7 def
/c06 6 def
/c05 5 def
/c04 4 def
/c03 3 def
/c02 2 def
/c01 1 def
end readonly def
/sfnts [
<000100000009008000030010637674202087228c0000009c000000a26670676d
0f5de35e0000014000000071676c7966153949d4000001b400001c5868656164
2df9d49d00001e0c0000003668686561070bff2400001e4400000024686d7478
cd3b237600001e68000000826c6f63618ab2833e00001eec000000526d617870
084902fe00001f4000000020707265703f711a3d00001f600000000a00>
<080008000000ff0a006f0600043100b300d400ce00a0009600cd007600b7008e
008300b00057005000610060009100800052008a0095007d005400f6005e00e8
009800c10059005a003c0079008900cb00ed009f006c00e600720076008e0057
00ce00d20066007900b70077009b00a900890098007200e000de008c008f00b0
00c400a400a2009100820066006800bc00bf005500460049006a004f0076008e
0057000000>
<400f0e0d0c0b0a090807060504030201002c172f3c2d2c2f3c2d2c1112392d2c
111217392d2c1017fd3c2d2c1017f43c2d2c1017dd3c2d2c1017d43c2d2c10fd
2d2c10f42d2c10dd2d2c10d42d2cc42d2cc02d2c004010010000010102020303
04040505060600163f3f3f3f3f3f3f162d00000000>
<000500cdff33073306e1000300060009000c000f004c40410e0c0b0a09080706
08040d0305041c01020f0d1c0100020403020101000102000e0f0e0d0a090605
0408070b0308071c01000c0b1c0101020403000102010102002a2a2b2b2a2a2b
3130052111210721010111012301110501010733f99a0666aefaf8028502c7fd
7d8afd7b054cfd7ffd7dcd07ae6afce7fc910632fce7031df9c8500317fce90000>
<0002007f00b6076804fe0005000b002640110b090806050302000e0b09080605
0302002e2e2e2e2e2e2e2e2b2e2e2e2e2e2e2e2e313013001317020125020137
00017f014ea0a8b3feb305aeeffebd94012101220129017602443bfd99fe752b
020001cf4efe75fddd00000000>
<000100c3003d073c05e100170036401917151312100f0d0b090806000e171513
12100f0d0b090806002e2e2e2e2e2e2e2e2e2e2e2e2b2e2e2e2e2e2e2e2e2e2e
2e2e3130133737363736370013170201242526273700130726270405c3233536
43300b010eb5acb1fef901eb016293aa910131e4965a25fd7ffd61011d020203
0402010271024539fdebfda62a35d8cb50fe95fe8467a037713b000000>
<00020071ff79079006a300090013005440350a00020d0111100f0e0d07060504
030a0d0b13120c0b030101060908020103000e131211100f0e0d0c0b0a090807
060504030201002e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2b2b2a102a
102a313001132101130101130121130321010301010301210400e402acfddbf6
fd9ffda0f6fddb02ace397fe4e01569a018d018e9a0156fe4e06a3fd42fe6bfd
2901c5fe3b02d701950160fe38fefcfe1d012ffed101e3010400000000>
<000100d1fff60713059a0015003a402101151413110e0806050301000b0d0200
011002000e15141311100e0806050301002e2e2e2e2e2e2e2e2e2e2e2e2b1310
c01313102a133130011702030401070025060706070607000527000105270573
727cda0144014088fec7fedf0c0801020502fec8fe737d03180136fc6e04059a
6bfea8fed9e5fec68b0156dd120801010405fe9dbb8b0150032f0c9d00>
<00020108ffa0067b064a0014001b004a402f010015021211020d0019170f0e0c
0a0605080d151b151a01000104140001000e1b1917151412110f0e0c0a060501
002e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2b2b2a102a102a2b3130011702010005
2724133737262706072700131706070706071617121306106b5afef1feebfe4a
72018cf30610d1e18fb26f01ada99a212542194be0e1ab4e055458fe3cfe9bfe
95c883a001210814f7a5bd8773013b02442b7358913579a4f00107013b00000000>
<000100d9022b072703e50011002540150f190206190b110b090802000e090801
11000102002a2b2e2f2e2e2f2e10ed10ed313013363332051633323715062322
2726232207d9baf4ac0100d36be1d5baf4b6f6d36ddfd5033da8a485d5bea8a0
89d5000000>
<00030083ffa0078b06500016001c00220056402922201f1d1c1a19171413110f
0e0c0b09050302000e22201f1d1c1a19171413110f0e0c0b09050302002e2e2e
2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2b2e2e2e2e2e2e2e2e2e2e2e2e2e2e
2e2e2e2e2e2e3130251213170203372425372627370013072627040527363701
0013170201250003371201020ae5a0a0d5aa64011801495096877d011bd9925e
13fe58fcb536c323feb0018c9199b6fe77061ffe4ae88ddb01a87701b401db31
fdd5fed906132508d4a749feb1feba58951d49429f0b020270014602142dfdac
feb73b016c020531fe1cfec900>
<00050060ffa607a9068b00220026002a002e003400c340aa1d1a0401042f2303
1b030223000313120e0c0b050d083332181707062505082e2b2a27242325052f
2d2c29282625221f1e0025092003041615100f090805302f0121200103000e1b
1f1d023013021d2d03181512032d2b033210022b2903330e022723030f0c0906
042324032f0b02240003030007021a1604212e2d19011d2a2919012b28271901
2325241901000404171601201f011e1d012c2b01262301010001080701222101
08002a2a10c010c02b2b2b2b2b2b2b2b2b2a2a102a2b2b313025110607272413
2135212627371617072136371706072115211205072627113315213501231133
13113311331133112521260321020197498668018ac6fde70219554f81575e69
01aa75669c7853023dfdddca01966e676cf8f9330269dede89e589e6fc040464
f89efe9f802f025637536bdc01517fc069467db939a3d639ce727ffed5db773b
4efd9089890212fdee0212fdee0212fdee02127bbd011afef200000000>
<0001009aff92078206710014005140410807050302050d00140d0c0025030e01
0411100113120f0e0302000e03000213110305110f020c0807030f0d03021312
1119010f0104141301100f010e0d0103002a2a10c02b2b2b2b2a2a102a313001
12010700030201272413361321352111331121150469c7025273fdceca75fd79
730176d48d25fcfa030ea2031d03fafd85fed99301450250fd74fec48d8a0143
da01348f01e8fe188f00000000>
<000201520021070605a60005000b00274016010b09080605030200080d02000e
0b090806050302002e2e2e2e2e2e2e2e2b13102a133130012627371617012401
170005030ec9f368daf1fddb039b018a81fe7efc4703dbb7898b6ac9fc509f03
6773fca8dd00000000>
<00030144ffe107e006e1000a001a002a0048402c2322131b220b010a09080601
00060d130b0200010502000e27230f1f23170806050100050d170f090a090100
2b10c4c42a10ed10ed2b1310c0131310c4c42a1310ed10ed3130011702010205
2724130535013217161514070623222726353437361722070615141716333237
36353427260617604dfefffcfe3e75032f9afb8505bd5d473b25447b372f7960
3c461f214817274a31292d2f27055e58fdfafec1fec9a990f9035d159c01934a
41564138681b41877244295a10265124243f23273d3d292100>
<0002011fffa106d905be0003000e0042403306040d020b0a0d0e0d1a01040302
1a0100020405040101000102000e0d0b0a030100030605020d010e0401020101
03000103002a102a2b2b2a2a10c0c02b31300121152103211702050605272413
2101cf0458fba8b005586283fef0eefe8a6b02b9dbfb1405be98fed65cfe51fe
de74989d028e000000>
<00020219ff8f05c906230003000f003c402f0f06020002030b0a020504010100
0103020103000e0b0a020401030f040a010502010a0100020406050103000102
002a2a2b2b2a10c0c02b3130013311230133111007060527243736110219aeae
0302ae9988fecf79012d777905fcfc6403c3fd4efe83f6d8978a85c0c401470000>
<000100bc02b80743035c0003001c401403021a01000104010001000e02010103
000102002a2b2b2a313013211521bc0687f979035ca4000000>
<000100beffae07410617001800574046090706040301060d0a1211160d0c1a01
0a17161a010002040b0a0118000102000e0706020b09030d0900021612110403
050017030a090a010001040c0b0101000118170103002a2a2b2b2b2b2a2a10c0
c0102a31300111060527242517060711211521020706052724373613213503db
e8fef64e026401b172d4cd02c0fd3e0c7796fec57d01377d680ffce503910169
2b108d22a9854d2cfe8b91feb4b7e47e836fba9a010c910000>
<00010158008106a6041f000b003a40310b0a03021a0300090805041a03060204
01000107060102000e04030a010901040605010201010a09010b000108070105
002a2a2b2a2a313001211521112115213521112101e1043cfe290260fab20252
fe37041f8dfd7e8f8f02820000>
<00030198fff20638049a0005000b0015003a40210111100c0b09080605030200
0b0d0200011502000e1511100c0b090806050302002e2e2e2e2e2e2e2e2e2e2e
2e2b1310c01313102a1331300126273716173726273716170124133613170203
0605023847598d6644f23d5d92643efe0e0175ccae3ea24de6c3fe93027bdaa3
45a8d21cda9d44a5cefd50770108de019426fe36feeee98b00>
<0001012dffb8067b06470011003e4027010008020f0e020d000c0b0403040d08
09081a01000104110001000e110f0e0c0b0908040301002e2e2e2e2e2e2e2e2e
2e2e2b2b2a102a102a2b3130011702012724131213210205270013170607060e
6db5fcc377017af9ee4dfdb9befeeb79019eb69e1446053d50fc57fe74839d01
3001220180feb0e770014e02162d439a00>
<000500c1ffd1075206b80013002300330039003f0095406e2c221c2422140d0f
0808021c1c000202013f3d3c3a393736340f0b060b040203001400010a020011
1005041a03020104010001131203020302000e302318282320203d3c3a200403
01033937360b0a050011033f18033411060502010a0300010404030113100f00
0312110103002a2a10c010c4c02b2b2f10ed10ed2b2a2a1310c01310c4132b13
2b2f3f10ed10ed10ed3130013311211521111423222727163332351121352101
3217161514070623222726353437361722070615141716333237363534272601
361317020325022737121303b7a202a1fd5fcb8583237d8552fd5002b002bc5d
473b25437b372f79603c451f204816284931292d2f26fa1ede7c9479f00558a9
c789e1a00639fe8591fc52ae18aa205203689101fa4a41564237681b41877244
295a10265124243f23273d3d2921fab4e5016d41fe82fef3370161ff56fee6fe
ca00000000>
<000100eaffb606150625000a00304021090706040301060d000a0001000e0706
020d0904030001000a010901040a0901002b2a10c0c0102a2b2b102a31300511
04052700011706071103dafeb3fec56802cb01d18faae34a03e1fb8a81012d02
6558e1c7fb91000000>
<000102dbffc50685063f0009002e402307050402040008030100010908010200
0e0504020d01080702010a03000104090001002b2a102a2b2a2b313001331104
05070025112302dba6019b01696cfeacfebca6063ffdc3bceaa60103a3fc690000>
<00020389ffe10477065a00030007002e40240504010601060706010100010302
0103000e0302020100030605010200010607040002002b2a2b2b2a2a31300133
0323073315230389ee25a425eeee065afb2fbaee00>
<00010293ff71056c06770008002f402408070605040302070d00010001000e05
01000202010100010604030108000107060103002a2a2b2b2b102a3130013311
01150101350103b4980120fe94fe9301210677fa37016ddbfe3101cfdbfe930000>
<000100a4ff71075a05f4000d003f403406040301040007030d0a090025030b01
040c0b0108070102000e0403020c00030706010019030801040d0c010908010b
0a0103002a2a2b2b2a2a2b313001110401072425112311213521150421015901
9a7afee8fe9fa0fd2306b60565feb89dfef181d4c2fbeb05f48f8f0000>
<00070075ff71078c064e001d00230027002b002f0033003700bd40aa05261009
1e2402140a01032425030c251f0210101f2102373625013433322501302f2e25
012c2b2a250128231e250124262525011f18172501191d002501150804353401
3130012d2c01292801272401201f012221011a19011615011c1b010a000e091a
16020c0a020d1a1f1e190126252421201903221d1c171619031a010019011404
042e2d012f2c01363532312a2905373433302b28052726012322011b1a011514
0119180109002a2a102a2b2b2a2a2b2f2b2b2b10ed3130011114171633203736
3717020706070623202726351121112135211123350511211523111711211101
2115210721152117211521152115210481252bbd0126201d04970f31295570c8
feff475e0290fd2603678dfcb5fe088989016ffe2b023cfdc46202f6fd0a6202
3cfdc4023cfdc40308fd9a4610103b39f629fec047360c10192185032801ec83
fca06eedfdbc6602aa77feaa015604aa7b917d927b917b0000>
<000200c30002074405b4001800240035401d210f0a011918060400050d120a02
000e1d200e0220161918160e0604002e2e2e2f2f2e2e10ed10ed2b1310c4c42a
1310ed3130252411102526270203022322272635103736212017041110050306
0706111417163332131203e602b2feec779e31aea9c06c6098fcfc018f0118c7
011bfd0679d89cfe6c2f2c617e9e965f02130149963d0ffdf5fe98fea273b9f3
0147f6f68dc5fea6fd848a052d2181d3fec3c87c350104014400000000>
<00020166ffec0699062b001400290050402e250b041d0b0c0c06040501012927
1715141202070602030000010002000e21070819071029271715141210080200
2e2e2f2f2e2e2e2e2e2e10ed10ed2b1310c01313142b13143f3f10ed10ed3130
0526270623200326113437122120171611100716170116173635342702212207
0615141716333237262705d9404599bffec9c19e6dc1016b012fc1aac24a43fe
315380704a84fef5df86736f87e78d62627314714f6d0102d5011fedbd014cf2
d5fed3fec7e2585e020a498aa2f2c2940106c0a8f0eda2c94a72620000>
<000201e70068066e0602000d0014004b4037070f0a02140e0a01000b0a0a010f
0204100f010001000d0c0908030e12070514100a09080701070d050b0f0e0c0b
07030001040d0001002b2a10c42a10ed2b172f3c2f3c2b2a2b31300121321716
1510050123012111231311212035342101e70241be77c7fe7f01cbf4fe69febc
b8b8019c0133fecd06023e64d9febc35fd5a0298fd6804f6fe46e5d500>
<000101390027065a053900090035402c09081a010007061a0104020401000105
040103020103000e080704030a0301010402010109000106050103002a2a2b2a
2a3130012111233521352111210150050aa4fb83047dfb9a0539faee8d9e034b00>
<000302dbffc50733063f0009000f0015003e4033151312100f0d0c0a07050402
0c00080301000109080102000e151312100f0d0c0a05040a0d01080702010a03
000104090001002b2a102a2b2a2b313001331104050700251123012627371617
37262737161702dba6019b01696cfeacfebca602f450696d556d775d636c6c5f
063ffdc3bceaa60103a3fc69048f917b4c58b218a0624a629a00000000>
<0001010cffba06f8067500330077403b2c0f11210f2633312f2e2a2624231d1b
1a18161513110f0d0b0a08050402000e1f202833312f2e2a2824231d1b1a1816
15130f0d0b0a08050402002e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2f2e2e
2e2e2e10ed2b2e2e2e2e2e2e2e2e2e2f2e2e2e2e2e2e2e2e2e2f2e2e2e2e2e10
ed10ed3130011621363717070607363717060506073633321336371704071617
07342704151421323717062320113425262322012712132227015e9001054726
980f2b2bd2f914f1fed1556a978ad847dffa4cfed5e00d049a06fe9e01f3bdcd
0ce7bffd8501e5347ccdfeb777fcaccd8b05540ca38a2b2976590a378d300fac
9c81fefa615587585e59d00d955fb387aa1b95190133e7e6c5fe48580146015c
0800000000>
<000a006aff69078b06a4000500090019002100250029002d0031003b004f0100
40e942264b47463e030607034f32020701034b4b0103023b03313025012e2d2c
25012a292825012625242501221e1d25011a1817100f25030a14132501110500
250106080725010109043d3c3736032f2e012b2a01272601232201211a011c1b
01201f010c0b01190e0d0a0316151211030906010201010403010e000e46121c
023736020a1e033b14180232270002470e4f3c19013d1d1c19011a1f1e190120
17160b0a19030c01001901080706030219030406043e3d01282701292601302f
2c2b242305312e2d2a2522051b1a012120010f0e0113120111100d0c03151401
1918010908010504010e002a2a10c02b2b2b2b2b2a2a10c02b2f2b2b10ed3130
0111211523111711211101353315211521152115213521352135011123352111
2311012115210721152117211521152115210136373613330207060701331114
1716333237363717060706232227263502dbfe4b8383013202998d0200fe0001
c9fc0a01a0fe31044e89fcc289fda001fefe02560291fd6f5601fefe0201fefe
020231d7463c038a044860e602448919133a680f0c07890d1422da922e25021b
fdbc6602aa77feaa01560408f8f87bba7979ba7bfdbcfe8cf9fef8018302e67b
917d927b917bfd385a917f0148fe8088b174032dfdc22f0d084034b429e23d6b
1f1b4b0000>
<000200b6ffb4078505cf00260032006440312f0f1a31272624221a1816141311
0f0e0c0a0907050302000e2b201e31272624221e18161413110f0e0c0a090705
0302002e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2f2e2e2e2e2e10ed2b2e2e2e2e2e
2e2e2e2e2e2e2e2e2e2e2f2e2e2e2e2e10ed3130012425170203041736371706
0716170726270205272413262700232227263534373625361304050104070615
14171633323736019d0126016a683c6e0108c71c039b0926a19f5eac5f65fe9b
7b015967f5ecfed5e5624c42a4c0013a4c3bfefefef6014bfef48141141c3038
5b6b05850c3e4cfefbfee2285994e923e3b4506d8b7832fe89d96fb50172761b
fd64695d7ab2859915bf01102c15fdeb1c964e6434273d7d8d00000000>
<00030077ff7007a6063f00100028002e0087406d15261b2b000e022e29080104
0e27032c002422211f1917110b0a06050b0d1b2526252501270f0e2501000204
28270110000102000e0e0802000f032e0b0a030f1103291f021124032c2b2103
24260319170605040d00222628111901240104252401272601010001100f0104
002a2a10c0102a2b2b2b2b2b2a2a10c42a10c02b2b10ed313001151013121707
0003020127001337213503161716212025060704232027262706072736371121
3521032627371617055e968eea68fe796f6cfe7f6b01da3b02fe68eb59827e01
9d0149011d2512fed8b5fe16a0a76192995e91b1fec601cb428ab36d9aa9061f
8dfe8bfee1feeca48f015201e9fde6fed67d013e03181985fad96f2e2b15415a
0b37388bab7e9c579001ee89011bbba15e7acf0000>
<000100d3ffc70758062b00190038401b170f070d0f1219151412100f07050302
000e191514100f050302002e2e2e2e2e2e2e2e2e2b2e2e2e2e2f2e2e2f2e2e2e
10ed10ed31303700011702033633321716171233321317022120113510232001
d3014801ba9ef9c8a190a3341a03038ac5ac83e0fee8fee07ffef0feb80a02db
03464afe57fe6897a452d2fefa01ab78fe2b018f100142fd1f00000000>
<000300baffdb075805b20005000b001e004940231e1c18170f0e0c0b09080605
0302000e13201a1e1c1a18170f0e0c0b090806050302002e2e2e2e2e2e2e2e2e
2e2e2e2e2f2e2e10ed2b2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e31300126273716
1737262737161701242517040704111417160517241110010405060e5c6b6f6c
61645f72697267f96202ff031c0efe99ccfecf9e9c015d0cfcb701c4fdf4fe4a
02ba97674e6692428d6950638d01646a3e931692defecbee706b16aa25025001
980118464900000000>
<00020117ffd1069c064600250032004a4036280f2332262512110b0a08070504
020c0d302300010001000e2c201f0b0a0504040d011f001211080702010a0500
01043226250003002b2a10c4102a10ed2b2b10c4c42a10ed3130013311363717
0605110405072627262726271514070607072227222726272635343736333217
1526232207061514171633323503aa9cf5e22fdefed80100015664bdd31c2121
04653f871108041017ae8d858390d44567674d875c58395590d10646fe4a1240
983119fdf442c88b83560b0d0d0242d1452a0a020102035d5a79804c560e9114
2b273f392d46b00000>
<00020177ff91060f06750005001500344019130f08150f0e0806050302000e11
200c150f0e0c06050302002e2e2e2e2e2f2e2e2e10ed2b2e2e2e2e2e2f2e2e2e
10ed31300126253704050124333217161510052724111023220504dfe1feb04c
01340107fc420220dee16b4efd376d0290fec8fe1c04f88c658c5b91fe48b88f
6aa7fd79d1909002350114c900>
<00010000000307aec93934465f0f3cf5000f080000000000c6f481e000000000
000000000000ff3307e006e100000006000200000000000000>
<00010000070aff0a000000000000000000000001000000000000000000000000
0000001900>
<080000cd0800007f080000c308000071080000d108000108080000d908000083
080000600800009a08000152080001440800011f08000219080000bc080000be
08000158080001980800012d080000c1080000ea080002db0800038904000000
0800029300a4007500c3016601e7013902db010c006a00b6007700d300ba0117
0177000000>
<00000050008600d40132018001e0021202880346039c03d0043c048004c004dc
0538056e05ba060206b406e8071807420742077207b0086c08ca0938098609b6
0a040a960b980c260cc00d0e0d720de60e2c000000>
<0001000000280050000a00000000000200070000000f0000080002ac0000000000>
<b13001b8012418858d1d000000>
] def
FontName currentdict end definefont pop
%%EndResource
/F15_0 /BAAAAA+IPAGothic 1 1
[ /c00/c01/c02/c03/c04/c05/c06/c07
  /c08/c09/c0a/c0b/c0c/c0d/c0e/c0f
  /c10/c11/c12/c13/c14/c15/c16/c17
  /c18/c19/c1a/c1b/c1c/c1d/c1e/c1f
  /c20/c21/c22/c23/c24/c25/c26/c27
  /c28/c29/c2a/c2b/c2c/c2d/c2e/c2f
  /c30/c31/c32/c33/c34/c35/c36/c37
  /c38/c39/c3a/c3b/c3c/c3d/c3e/c3f
  /c40/c41/c42/c43/c44/c45/c46/c47
  /c48/c49/c4a/c4b/c4c/c4d/c4e/c4f
  /c50/c51/c52/c53/c54/c55/c56/c57
  /c58/c59/c5a/c5b/c5c/c5d/c5e/c5f
  /c60/c61/c62/c63/c64/c65/c66/c67
  /c68/c69/c6a/c6b/c6c/c6d/c6e/c6f
  /c70/c71/c72/c73/c74/c75/c76/c77
  /c78/c79/c7a/c7b/c7c/c7d/c7e/c7f
  /c80/c81/c82/c83/c84/c85/c86/c87
  /c88/c89/c8a/c8b/c8c/c8d/c8e/c8f
  /c90/c91/c92/c93/c94/c95/c96/c97
  /c98/c99/c9a/c9b/c9c/c9d/c9e/c9f
  /ca0/ca1/ca2/ca3/ca4/ca5/ca6/ca7
  /ca8/ca9/caa/cab/cac/cad/cae/caf
  /cb0/cb1/cb2/cb3/cb4/cb5/cb6/cb7
  /cb8/cb9/cba/cbb/cbc/cbd/cbe/cbf
  /cc0/cc1/cc2/cc3/cc4/cc5/cc6/cc7
  /cc8/cc9/cca/ccb/ccc/ccd/cce/ccf
  /cd0/cd1/cd2/cd3/cd4/cd5/cd6/cd7
  /cd8/cd9/cda/cdb/cdc/cdd/cde/cdf
  /ce0/ce1/ce2/ce3/ce4/ce5/ce6/ce7
  /ce8/ce9/cea/ceb/cec/ced/cee/cef
  /cf0/cf1/cf2/cf3/cf4/cf5/cf6/cf7
  /cf8/cf9/cfa/cfb/cfc/cfd/cfe/cff]
pdfMakeFont
false pdfSetup
%%EndSetup
%%Page: 1 1
%%PageMedia: 595x842
%%PageBoundingBox: 0 0 595 842
%%BeginPageSetup
%%PageOrientation: Portrait
595 842 pdfSetupPaper
pdfStartPage
0 0 595 842 re W
%%EndPageSetup
[] 0 d
1 i
0 j
0 J
10 M
1 w
/DeviceGray {} cs
[0] sc
/DeviceGray {} CS
[0] SC
false op
false OP
{} settransfer
q
0.1 w
q
0 0 595.4 842 re
W*
q
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
197.8 737.2 Td
/F15_0 40 Tf
(\001\002\003\004\005)
[40
0
40
0
40
0
40
0
40
0] Tj
Q
q
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
63.8 686 Td
/F15_0 36 Tf
(\006\007\010\011\003\004\005\012\013\014\015\016\006)
[36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0
36
0] Tj
Q
q
/DeviceRGB {} CS
[0 0 0] SC
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
2 Tr
1.19999 w
122.3 635.7 Td
/F15_0 36 Tf
(\017)
[36
0] Tj
-82 TJm
(\020)
[36
0] Tj
-82 TJm
(\021)
[36
0] Tj
-82 TJm
(\022)
[36
0] Tj
-82 TJm
(\023)
[36
0] Tj
-82 TJm
(\024)
[36
0] Tj
-82 TJm
(\012)
[36
0] Tj
-82 TJm
(\025)
[36
0] Tj
-82 TJm
(\026)
[36
0] Tj
Q
q
/DeviceRGB {} CS
[0 0 0] SC
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
2 Tr
1.19999 w
473.3 635.7 Td
/F15_0 36 Tf
(\027)
[18
0] Tj
Q
q
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
57.8 597.1 Td
/F15_0 24 Tf
(\030\031\032\033\034\035\036\016\037 !"#$%"&'\026\030)
[24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0
24
0] Tj
Q
q
/DeviceRGB {} cs
[0 0 0] sc
[1 0 0 1 0 0] Tm
0 0 Td
Q
Q
q
175.2 309 245.1 245.1 re
W*
q
[245 0 0 245 175.2 309.1] cm
4 array 0
[0 -1 245 245] pr
pop 245 245 pdfImClip
/DeviceGray setcolorspace
<<
  /ImageType 1
  /Width 245
  /Height 245
  /ImageMatrix [245 0 0 -245 0 245]
  /BitsPerComponent 1
  /Decode [0 1]
  /DataSource currentfile
    /ASCII85Decode filter
    /RunLengthDecode filter
>>
pdfIm
j8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S
j8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Ss8N)grW!6*s82ll4qIQ5#QOf-J,oVb
&,cA+!e:7Fs8N)grW!6*s82ll4qIQ5#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82ll
4qIQ5#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82ll4qIQ5#QOf-J,oVb&,cA+!e:7F
s8N)grW!6*s82ll4qIQ5#QOf-J,oVb&,cA+!e:7Fs8N,hJ,fN]_>f#cpc]4=*rnJ8
KE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,o@.%tG`%4qE;GpcnfV+92?Cn:1K5s8N,h
J,fN]_>f#cpc]4=*rnJ8KE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,o@.%tG`%4qE;G
pcnfV+92?Cn:1K5s8N,hJ,fN]_>f#cpc]4=*rnJ8KE(^2s83u=rr_b?s7lWo&+FrH
#JpH<+8>m+HiOEN&-)Y:#JonW*rl?2J,f<Drt"UH!!g@?r#b\7n9b3@rX]&/$4"E:
Hli=hn:1K5s8NW!HiODfs83u6!UtI:#Q>86rsB"In9c;X!UtU=q#C@)n9b3@_>jET
p]9l3!!iK6s8NE2_=2go!!2S=s7lWo&+FrH#JpH<+8>m+HiOEN&-)Y:#JonW*rl?2
J,f<DruCNU!!g@?KAcM)&,ZD4rX\o,#J^=e*rl?2J,f<DruCNU!!g@?KAcM)&,ZD4
rX\o,#J^=e*rl?2J,f<DruCNU!!g@?KAcM)&,ZD4rX\o,#J^=e*rl?2J,f<DruCNU
!!g@?KAcM)&,ZD4rX\o,#J^=e*rl?2J,f<DruCNU!!g@?KAcM)&,ZD4rX\o,#J^=e
*rl?2J,f<DruCNU!!g@0J)L)&n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0J)L)&
n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0J)L)&n9c;_^^p>Cs1f0C*rl?2J,f<D
ruCNU!!g@0J)L)&n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0J)L)&n9c;_^^p>C
s1f0C*rl?2J,f<DrrMV=s8N)8s8NVf#QO:@*rl?AJ0+bT!.5mgrr_b?s7lWo!UtU=
rrBn8rt"#ms6tCX!!3+M*rnJ)HlrCg"7Ug?q#C?pn:1K<!5\^8&)[]mn9c;X!WRZl
!'UC1+92?Cn:1K5s8N,hJ,fNK_>jNGi!9;OHli=hs*u0k4ofsPs8N2jJ,f<DrrMV=
s8N)8s8NVf#QO:@*rl?AJ0+bT!.5mgrr_b?s7lWo!:]sf&HVBK*s]XOHliU0n9c;_
_=2jN!!7ZMq#C?onGWD"!UtIY#JonW*s]XOHliU0n9k07!e:7Fs8N)grW!N2n9c;_
_=2go#JonW*s]XOI/O$HJ,f<DrrDQf!"f8$HliU0n9c;__=2go#JonWr;ZnKs7lWo
!:]sf&HVBK*s]XOHliU0n9c;__=2jN!!7ZMq"k!qn,qSK4qE;(r;Qin!"\r+!;QEj
#OhiR!'UpGi;ETVp](j$rrDijrs/#qhuGqOKAc\-!r)a+qYpQjqYpfi"5j/C%tig<
rrVrq&,Q;+q"k!qn,qSK4qE;(r;Qin!"\r+!;QQn(An14^]4Jp#Q>6ds7cR)KDtoP
s*u0rrVllmrr3c3!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QQn(An14^]4Jp#Q>6d
s7cR)KDtoPs*u0rrVllmrr3c3!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QQn(An14
^]4Jp#Q>6ds7cR)KDtoPs*u0rrVllmrr3U`s7ehYJ,oVcs82lsrW%HJ#Jg<="UDgC
J,f<Crt9tapcne/!<9n8quHcr!.Y"R_#=<;#J^=hs7lTn&qg5Z5Q?66s2"a5!<<#u
J,]bhrW!*,^]8laq#::+KE(^2s*t+L_>jE5s8E"Jrs-@=!!NVC!.Y%Drr3U`s7ehY
J,oVcs82lsrW%HJ#Jg<="UDgCJ,f<CrsaK#p](hWrr<)hJ,]bhrr<'A#QF`-i!7*f
J,f<CrsaK#p](hWrr<)hJ,]bhrr<'A#QF`-i!7*fJ,f<CrsaK#p](hWrr<)hJ,]bh
rr<'A#QF`-i!7*fJ,f<CrsaK#p](hWrr<)hJ,]bhrr<'A#QF`-i!7*fJ,f<CrsaK#
p](hWrr<)hJ,]bhrr<'A#QF`-i!7*fJ,f<ArrWN*%tOZ[!'^A^rr3&t!!iQ(!Iu9i
rrDilrrWN*%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDilrrWN*%tOZ[!'^A^rr3&t!!iQ(
!Iu9irrDilrrWN*%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDilrrWN*%tOZ[!'^A^rr3&t
!!iQ(!Iu9irrDiorrDQg!!E8:!.Y%K%fR":!<<$/r#Yo's+B8)rr<+Ms7lWo!:^!g
"96.:J,fNYrX\o,s8EQ,*rnP*KAcP)!!7ZMq#C?onG`Ijs1eVas8NT.&,ZG-rX\oK
!'gL9i;!<P!e:7Fs8N)grr<0$^]8larso#=quHcr&,[LL5Q?Aoq#:<qJ,f<DrrDQg
!!E8:!.Y%K%fR":!<<$/r#Yo's+B8)rr<+Ms7lWo&b(;M#Q>6drr>:Q"5s3qn,OR0
rr@]KrrDiort4aMrs/N6KDtp9n,qVK_=.FHrr2tNqu6Zks8N]#J,]cQ%tjl^5O\d5
s2"1)+9)9?KDYZKq#C@+n:1HCrXXY]!'frTi;^X_!$D4?!/(1K!;QTo&b(;M#Q>6d
rr>:Q"5s3qn,OR0rr@]KrrDiorrDQg!"f1G&-(S_!"\u-pcne/+8>m8rrg+;J,f<D
rrDQg!"f1G&-(S_!"\u-pcne/+8>m8rrg+;J,f<DrrDQg!"f1G&-(S_!"\u-pcne/
+8>m8rrg+;J,f<DrrDQg!"f1G&-(S_!"\u-pcne/+8>m8rrg+;J,f<DrrDQg!"f1G
&-(S_!"\u-pcne/+8>m8rrg+;J,f<BrrV-Yrr)m#pc\Z[s8E!#"5s3prr<-C!'Uqn
rrDimrrV-Yrr)m#pc\Z[s8E!#"5s3prr<-C!'UqnrrDimrrV-Yrr)m#pc\Z[s8E!#
"5s3prr<-C!'UqnrrDimrrV-Yrr)m#pc\Z[s8E!#"5s3prr<-C!'UqnrrDimrrV-Y
rr)m#pc\Z[s8E!#"5s3prr<-C!'UqnrrDinrtpCHp]9jdrr<*"r#Yn>n,OO8^]8la
#Q>86rrDinrtpCHp]9jdrr<*"r#Yn>n,OO8^]8la#Q>86rrDinrtpCHp]9jdrr<*"
r#Yn>n,OO8^]8la#Q>86rrDinrtpCHp]9jdrr<*"r#Yn>n,OO8^]8la#Q>86rrDin
rtpCHp]9jdrr<*"r#Yn>n,OO8^]8la#Q>86rrDinrsS`)pc]4@rs-=Ms5<nW!"],0
!rrAkJ,fNK_>aH7q#::$quHLU%tjle^^pJ'rr<$0s8N0$!UtU=rrBn7rrDinrsS`)
pc]4@rs-=Ms5<nW!"],0!rrAkJ,fNK_>aH7q#::$quHLU%tjle^^pJ'rr<$0s8N0$
!UtU=rrBn7rrDinrsS`)pc]4@rs-=Ms5<nW!"],0!rrAkJ,fNK_>aH7q#:9nr;?Tq
"9/<1n,r^c5O\d5!'frTrr<*!rrDinrrDuq!!!-#rsnN#s7ehJ"5j/Dn,r[j!WN*!
q#:9nr;?Tq"9/<1n,r^c5O\d5!'frTrr<*!rrDinrrDuq!!!-#rsnN#s7ehJ"5j/D
n,r[j!WN*!q#:9nr;?Tq"9/<1n,r^c5O\d5!'frTrr<*!rrDiors\B!i!9;OHli>Q
n,OR1!"'8:i!95lquHKl&-)Y0q#C@&n,qSRs6tCX!'frQ+9)<J&-(PmrX\o,p](j)
rrDiors\B!i!9;OHli>Qn,OR1!"'8:i!95lquHKl&-)Y0q#C@&n,qSRs6tCX!'frQ
+9)<J&-(PmrX\o,p](j)rrDiors\B!i!9;OHli>Qn,OR1!"'8:i!95lquHKl&-)Y0
q#C?qn,qVJ!#C(Bs1eV^*s_cFHiX2^%tGbs4og*4q#C?qn,qVJ!#C(Bs1eV^*s_cF
HiX2^%tGbs4og*4q#C?qn,qVJ!#C(Bs1eV^*s_cFHiX2^%tGbs4og*4q#C?qn,qVJ
!#C(Bs1eV^*s_cFHiX2^%tGbs4og*4q#C?qn,qVJ!#C(Bs1eV^*s_cFHiX2^%tGbs
4og*4q#:9nr;Q`u5Oa(#!!th"J04gj%tjoWr;[#r4og*4q#:9nr;Q`u5Oa(#!!th"
J04gj%tjoWr;[#r4og*4q#:9nr;Q`u5Oa(#!!th"J04gj%tjoWr;[#r4og*4q#:9n
r;Q`u5Oa(#!!th"J04gj%tjoWr;[#r4og*4q#:9nr;Q`u5Oa(#!!th"J04gj%tjoW
r;[#r4og*4q#C?rn:1K5rr<RZi!95lJ04g,&,[OE5Oa(#!!,7os8N)os8N2jJ,f<D
!"XS;#Q>6a+90+er#b\un9k69!Bq%orrDiorr_b?s7lTo%tELBrXXN$s1f0C+8A(i
I/a0I4qI\n!;QTo"7Ug?q#:=)J)CS2%tGc%^^p>bpcn7qrr<'`&-)Y0q#C?rn:1K5
rr<RZi!95lJ04g,&,[OE5Oa(#!!,7os8N)orr36$!!iPn!$;IGrri6"pcn9J!!3DA
nGWCf!WN*!q#:9uqu@!%n,OO8s8N6"!;JeJrr<**_=7F(!!3*!!;QQn#Q+Q,s6p"1
#QOf,quHLVnG`Ii#Jop/!!!'!rrDinrs/H%#QO8n*s_iG"T/8p5Oe[Q!XHR2rVup!
rr2unrr36$!!iPn!$;IGrri6"pcn9J!!3DAnGWCf!WN*!q#:9tr#bsS&-(Sert0b]
#JonW!;J_XJ,]L4!.Y%Drr33#+90+es5<nV&V'id_=2gPpc\\-rr>4_J,f<Crs&BC
s1f0Fi;W`gJ,fhjn9b624og*4!'UC4s7lTn#5fSC^^pJ'rr3R\!!g@0HiWq*!.Y"K
4og*4q#:9tr#bsS&-(Sert0b]#JonW!;J_XJ,]L4!.Y%DrVmAcs8EQ/i:m9_KAce/
!.=bG"V:MQp](j)rrDimrsmuerX]%ep](hWi;`cVI/X*L&,[OE!"],0!;QNm%cIBd
&-(S_!"X_?s8E"GrW!*4r#b\6&-)Y0q#14&i;`ces5<YP%tig?rW%?F!!No2+8>gH
s8N)orVmAcs8EQ/i:m9_KAce/!.=bG"V:MQp](j)rrDiorrDQg!"T%Fs82j%rXXMZ
#Jom0+8u6B"5j/Drr2uns8N)grr<Q/_>jE5#Q>6a!!g@0!$D1?!s@H]5Q:Z_q#C?o
nG`Ius2"a5!!iK6J,fhjn,OR0!!<>]!'gJ_!;QTo!:^!g%faBFqu@!$%tFWb_=.FH
rW!$&huH"@rrDiorrDQg!"T%Fs82j%rXXMZ#Jom0+8u6B"5j/Drr2uns8N;mJ,f:-
!.Y%K"9&:J+9)9Br#Z1CrW!#p4qI\n!;QTo#4R-Bpc\\-s8N3#!.5mfrr`0@#QF]&
!r+qis8N)os8N;mJ,f:-!.Y%K"9&:J+9)9Br#Z1CrW!#p4qI\n!;QTo#4R-Bpc\\-
s8N3#!.5mfrr`0@#QF]&!r+qis8N)os8N;mJ,f:-!.Y%K"9&:J+9)9Br#Z1CrW!#p
4qI\n!;QTo"7QENq#:=0"9/?%n,qVD!WRZMs8EOZ*rnJ)J,f<Drr_`mi;!<P('FR:
!Up3Lp]:DF!<<$/J0+bT!.Y%Ds8N2j"5rtS!#>\:!!2Qki:m?QJ,oWK%tG`%4og*4
q#C?rn,qVDrr<f:rr<)h"5rqTs*t+LrXXN$!'UC4s7lWo"7QENq#:=0"9/?%n,qVD
!WRZMs8EOZ*rnJ)J,f<CrsF8upcnfV!!g@?r;Qa)5Oa%Bs8EQ,!;HO)s8N)orr3=U
+8A)#qu?u<s8;ls$U=-.+92<NquHKl&-)Y0q#::#J04PNs82j%_>jH5!"2$\HlrCf
&,ZG&!"],0!;QQn$@j5n5QCW]#JpH<rr<Ekn9c>XrX\o,p](j)rrDinrsF8upcnfV
!!g@?r;Qa)5Oa%Bs8EQ,!;HO)s8N)os8Ni'J,]bh!!D0Z_=2s4#Q=]*s7cWaI/a0I
4qI\n!;QTo(%?_Q#J^<Ai;^X_J)CS2!!E8r!UtL:!!,7os8N)os8Ni'J,]bh!!D0Z
_=2s4#Q=]*s7cWaI/a0I4qI\n!;QTo(%?_Q#J^<Ai;^X_J)CS2!!E8r!UtL:!!,7o
s8N)os8Ni'J,]bh!!D0Z_=2s4#Q=]*s7cWaI/a0I4qI\n!;QKl!<>@ars@T`5O\Xp
pc\\*rr<6fn,OO8^^pJF!;QKl!<>@ars@T`5O\Xppc\\*rr<6fn,OO8^^pJF!;QKl
!<>@ars@T`5O\Xppc\\*rr<6fn,OO8^^pJF!;QKl!<>@ars@T`5O\Xppc\\*rr<6f
n,OO8^^pJF!;QKl!<>@ars@T`5O\Xppc\\*rr<6fn,OO8^^pJF!;QQn#_4#s^^pJ'
p]:Ep!oO&Cs8N,Xq"t*p!UtU=q#::!J04g,&-(S_!WW0$huH"ArrM'Qqu?j#n:1K5
rr37S+90+es5<YQs8N/Y!'gM`!T<bN!!E>lJ,f<Crs4,ss1f0Fi:m?QrrV*Y5QC`a
i;!3M"9J"As7lTn#_4#s^^pJ'p]:Ep!oO&Cs8N,Xq"t*p!UtU=q"k!jnG`J&s2"_f
i:oP+!$D6Wn:1HCrW%HJq"k!jnG`J&s2"_fi:oP+!$D6Wn:1HCrW%HJq"k!jnG`J&
s2"_fi:oP+!$D6Wn:1HCrW%HJq"k!jnG`J&s2"_fi:oP+!$D6Wn:1HCrW%HJq"k!j
nG`J&s2"_fi:oP+!$D6Wn:1HCrW%HJq#C?onGWD&!UtU=#JpFj!<9hFJ04PM!.5jg
4qI\n!;QTo!:]sf'`mfRrs-C?J,oVb%tGbs4ofsP!'UqnrrDiorrDQf!#5P(J,]bi
s*t+L^^kr;pc\\**rnJ8s8N)os8N)grW!Z6n:1HC_>f#cs1f.q+8A#"Hli>P&-)Y0
q#C?onGWD&!UtU=#JpFj!<9hFJ04PM!.5jg4qI\n!;QTo!UtU=rrU%:r;Q`u!WRfP
rsQ[CJ,fhjn:1H<4qI\n!;QTo!UtU=rrU%:r;Q`u!WRfPrsQ[CJ,fhjn:1H<4qI\n
!;QTo!UtU=rrU%:r;Q`u!WRfPrsQ[CJ,fhjn:1H<4qI\n!;QTo!UtU=rrU%:r;Q`u
!WRfPrsQ[CJ,fhjn:1H<4qI\n!;QTo!UtU=rrU%:r;Q`u!WRfPrsQ[CJ,fhjn:1H<
4qI\n!;QTo#Om*@#JpFj!<<'+n:1H<5Q?66#Jop0!!NVDn:1K5s8N>nHiODfs*t+L
rsJ7Frr>:`J,fhjnG`Il#JonZs7lWo#Om*@#JpFj!<<'+n:1H<5Q?66#Jop0!!NVD
n:1K5s8N>nHiODfs*t+LrsJ7Frr>:`J,fhjnG`Il#JonZs7lWo#Om*@#JpFj!<<'+
n:1H<5Q?66#Jop0!!NVDn:1K5s8NW!HiODfn9b69^]4K:pcn9J!!2iqrr3-,s6tO<
q#C@)n9b3@_=2gPs1eU:s7ehJrr<)p!WN*&#QO:Cs7lWo&+FrH#JonW!<9h7"98-\
nG`Ihp]:Bo"UG(sJ,f<Drt"UH!!g@0HiX2^!!E8r5Oe[Q!Vc]prriZ-n:1K5s8NW!
HiODfn9b69^]4K:pcn9J!!2iqrr3-,s6tO<q#C@+n9b3@_=.Qb#J^=hs7cR)r#bt=
#k3?%pcn7ts7lWo&b(/J#Jom3i!7$tJ,f9D&,[OLrs8+Di:oP+J,f<Drt4aJ!!g@0
"5jF"!.Y%D!"\uLs8NAoJ)L)dn:1K5s8N]#HiODfn,qSR^]8lap](j&+92?Hn:0Bk
5Oa1&q#C@+n9b3@_=.Qb#J^=hs7cR)r#bt=#k3?%pcn7ts7lWo!UtU=rrBn8rrV-Y
_#FB7+92?Jn,r[q_=.FH#Q>86rrDiorrMV=s8N)8s8N/Ys1nX7!$D7@$Le/t#Jom0
*s_cUs8N)os8N,hJ,fNK_>jN:i;^Um!!",@rsJ5trs-C0!$;IF&-)Y0q#C?pn:1K<
!5\^8!oX*orr<$@s8NGq"9/VBn,OO8rX]&/!;QTo!UtU=rrBn8rrV-Y_#FB7+92?J
n,r[q_=.FH#Q>86rrDiorrDQf!!!'"rrq?U5Q?66rr3"L!<<'&n9c>X^^pJF!;QTo
!:]sf!!3-""lT/?s*t+KrrIWMs8N8lHlrC(&-)Y0q#C?onGWCf!WW0'i:oP:J,oTK
!It1Mrrqn>+90+es8N)os8N)grVup!s8N8\pcne/!<3!!J,oWL"n6m]s1f0FrrDio
rrDQf!!!'"rrq?U5Q?66rr3"L!<<'&n9c>X^^pJF!;PUS!;PUS!;PUS!;PUS!;PUS
!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS!;PUS
!;PUS!;PUS!;H~>
%-EOD-
pdfImClipEnd
Q
Q
q
0 0 595.4 842 re
W*
Q
Q
showpage
%%PageTrailer
pdfEndPage
%%Trailer
end
%%DocumentSuppliedResources:
%%+ font BAAAAA+IPAGothic
%%EOF