changeset 618:07543d2d92a0

Updated
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Sat, 02 Aug 2014 19:44:34 +0900
parents 53132bb22dfc
children 49a5e2690118
files 2014OC/Bingo.rb 2014OC/qr/.~lock.無題 1.odt# 2014OC/qr/account.png 2014OC/qr/bingo.png 2014OC/qr/master_stamp.odt 2014OC/qr/qr1.png 2014OC/qr/qr1.ps 2014OC/qr/qr2.png 2014OC/qr/qr2.ps 2014OC/qr/qr3.png 2014OC/qr/qr3.ps 2014OC/qr/qr4.png 2014OC/qr/qr4.ps 2014OC/qr/qr5.png 2014OC/qr/qr5.ps 2014OC/qr/qr6.png 2014OC/qr/qr6.ps 2014OC/qr/qr7.png 2014OC/qr/qr7.ps 2014OC/qr/qr8.png 2014OC/qr/qr8.ps 2014OC/qr/qr9.png 2014OC/qr/qr9.ps
diffstat 23 files changed, 12693 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/2014OC/Bingo.rb	Sat Aug 02 18:48:45 2014 +0900
+++ b/2014OC/Bingo.rb	Sat Aug 02 19:44:34 2014 +0900
@@ -50,7 +50,7 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<meta http-equiv="refresh" content="2.5;http://skip.koeki-prj.org/minato2014/account.html">
+<meta http-equiv="refresh" content="2.5;http://skip.koeki-prj.org/2014OC/account.html">
 </head>
 <title>たいとる</title>
 <body>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/.~lock.無題 1.odt#	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1 @@
+,c112124,roy.e.koeki-u.ac.jp,02.08.2014 19:30,file:///opt/r/home/irhome/c112/c112124/.openoffice.org/3;
\ No newline at end of file
Binary file 2014OC/qr/account.png has changed
Binary file 2014OC/qr/bingo.png has changed
Binary file 2014OC/qr/master_stamp.odt has changed
Binary file 2014OC/qr/qr1.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr1.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1411 @@
+%!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
Binary file 2014OC/qr/qr2.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr2.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1409 @@
+%!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!'%n,r^crr<CR!;HO)s53kX
+n9k07!e:7Fs8N)grW!'%n,r^crr<CR!;HO)s53kXn9k07!e:7Fs8N)grW!'%n,r^c
+rr<CR!;HO)s53kXn9k07!e:7Fs8N)grW!'%n,r^crr<CR!;HO)s53kXn9k07!e:7F
+s8N)grW!'%n,r^crr<CR!;HO)s53kXn9k07!e:7Fs8N,hJ,fNN_>f/frr<H<r#b\u
+n,OR1_=2gos8N2jJ,f<DrrMV=s8N2;s+C@O!"9D9+8A(i!$D6Wn9c>Xrr_b?s7lWo
+!UtU=rr^+;KE(rO$kN7Xpcn6J+901HHlrCg"7Ug?q#C?pn:1K<"2Y"is8N'-&,[OE
+5O\Xps2"2P+92?Cn:1K5s8N,hJ,fNN_>f/frr<H<r#b\un,OR1_=2gos8N2jJ,f<D
+ruCNU!!g@0J,]bh%tjlerW!&Ys8E"G*rl?2J,f<DruCNU!!g@0J,]bh%tjlerW!&Y
+s8E"G*rl?2J,f<DruCNU!!g@0J,]bh%tjlerW!&Ys8E"G*rl?2J,f<DruCNU!!g@0
+J,]bh%tjlerW!&Ys8E"G*rl?2J,f<DruCNU!!g@0J,]bh%tjlerW!&Ys8E"G*rl?2
+J,f<Drt"UH!!g@?KAcdGn9b69rX]#.$,@)L*rl?2J,f<Drt"UH!!g@?KAcdGn9b69
+rX]#.$,@)L*rl?2J,f<Drt"UH!!g@?KAcdGn9b69rX]#.$,@)L*rl?2J,f<Drt"UH
+!!g@?KAcdGn9b69rX]#.$,@)L*rl?2J,f<Drt"UH!!g@?KAcdGn9b69rX]#.$,@)L
+*rl?2J,f<DrsA1B!!g@0!$;2)rr<TPp]9l6s7ebXHli=hn:1K5s8NDpHiODfn,OO1
+55tTo+8>m+J,f:-!.5jg!UtU=q#C@#n9b3@_=.FH!'^D_&0LZJn:1K54ofsP!!2S=
+s7lWo$1N<B#Jom0*rnM)!"^7I!UtU=pc\\**rl?2J,f<DrsA1B!!g@0!$;2)rr<TP
+p]9l6s7ebXHli=hn:1K5s8N,hJ,fNP_>jE5pcnfY$K(nKn9c>Q!UtIYs8N2jJ,f<D
+rrMV=s8N8=s82ll5QC`jhuH"2Hlr+an9c>Xrr_b?s7lWo!UtU=rrp7=quHLVs8NGa
+!'ft#+8>m+HlrCg"7Ug?q#C?pn:1K<"i:6:!;JeYrsIZa5Oa%Bp]9l3+92?Cn:1K5
+s8N,hJ,fNP_>jE5pcnfY$K(nKn9c>Q!UtIYs8N2jJ,f<DrrDQf!"f8$HliU0n9c;_
+_=2go#JonWr;ZnKs7lWo!:]sf&HVBK*s]XOHliU0n9c;__=2jN!!7ZMq#C?onGWD"
+!UtIY#JonW*s]XOHliU0n9k07!e:7Fs8N)grW!N2n9c;__=2go#JonW*s]XOI/O$H
+J,f<DrrDQf!"f8$HliU0n9c;__=2go#JonWr;ZnKs7lHj&F]f%p](j&!!iK'HlrCf
+!.XnG!;QEj&F]f%p](j&!!iK'HlrCf!.XnG!;QEj&F]f%p](j&!!iK'HlrCf!.XnG
+!;QEj&F]f%p](j&!!iK'HlrCf!.XnG!;QEj&F]f%p](j&!!iK'HlrCf!.XnG!;QKl
+#P\?"quHLVnG`J!s8E"Ji:oJHr#Z0[n:1K5r;R#s!WW&tpcn9J!"],/!.Wr%4qIQ5
+#JonZs7lNl#P\?"quHLVnG`J!s8E"Ji:oJHr#Z0[n:1K5r;R#s!WW&tpcn9J!"],/
+!.Wr%4qIQ5#JonZs7lNl#P\?"quHLVnG`J!s8E"Ji:oJHr#Z0[n:1K5rr3=U!;JeJ
+J)LA+!.=_F%"&'T^^pJ'#QO:Cs7lTn$@i-O5Oa0\s8E"Gr;[7R!<9hFs54.^n:1K5
+rr3=U!;JeJJ)LA+!.=_F%"&'T^^pJ'#QO:Cs7lTn$@i-O5Oa0\s8E"Gr;[7R!<9hF
+s54.^n:1K5rr3=U!;JeJJ)LA+!.=_F%"&'T^^pJ'#QO:Cs7lTn!JB>0!!@`/pce]X
+#p8pCs+B50!Up3grrDinrrIc1rW!%Mi:oM9!!sbB!WRf1!!2Qkqu6Zkrr3"Oi;N]Y
+J)L)crr<?Ip]:DIhuEfI"8i)uq#:9oKAc_/"+T8(55tTh+8>m:KAZ_1n,rRf!;QQn
+!JB>0!!@`/pce]X#p8pCs+B50!Up3grrDiorr_b?rs/T("bYb5rXXY]rrKt*rr<9'
+^^l(t!'gJ_!;QTo"7Ug?#QOf-KAce/%tjo^!Q":*!!`J=%tjl^5Q:Z_q#C?rn:1HC
+s8N7Ti;`ceKE(rP_=7I)#62ILKDtp9rr2uns8N2jJ,]cRrrn&5s8EO]s8N,9nG`Im
+s1f.trr>:_rrDiorr_b?rs/T("bYb5rXXY]rrKt*rr<9'^^l(t!'gJ_!;QQn%tig8
+!WW&tp](hT+901WKE(rOrr2s&+92<?J,f<Crssb?p]:Em!;HO)J04g-s+C@O!<2uu
+"s<mE!.Y%Drr3L]i:m?QquHKl%tGc%_>f/frrE&u!!XPFrW%HJq#::(KAcM*s82ll
+!"XT%s2"_fs8N)urr<6Fs8E"Js7lTn%tig8!WW&tp](hT+901WKE(rOrr2s&+92<?
+J,f<CrtkST!'UAbs7cWpquHc5n,r^c!Up3L#JpE>!;QQn(]5?T4ob]bp]:Em!<9n)
+"98,sn,qSR_>aH7q#::0r#Yo&!!E8r!WW&ts2"1,s7cWa"5jF#rr2unrr3f4*rnJ)
+"98,ss82ls_=.R,p]9jdi!7*trrDinrtkST!'UAbs7cWpquHc5n,r^c!Up3L#JpE>
+!;QQn&,[LS_>f$-#J^=hi!7$tI/a0M4qE/c!!3*!!;QQn&,[LS_>f$-#J^=hi!7$t
+I/a0M4qE/c!!3*!!;QQn&,[LS_>f$-#J^=hi!7$tI/a0M4qE/c!!3*!!;QQn&,[LS
+_>f$-#J^=hi!7$tI/a0M4qE/c!!3*!!;QQn&,[LS_>f$-#J^=hi!7$tI/a0M4qE/c
+!!3*!!;QQn#5fPJrX]%erVup#rVm"N*s]Rls8N6&!UtU=q#:9tr#Z1C&-(Se!!!-"
+rrdio#J^lMrriB'n:1K5rr33#*s_cUs5<kV!!E3""FqR!^^pJF"TSSmJ,f<Crs&BC
+#Q>86i;N]V"9&6&J0,$3&-)Y5!!2S=s7lTn#5fPJrX]%erVup#rVm"N*s]Rls8N6&
+!UtU=q#C?sn,OR1_>aHGpc]4@i;^S'KAZ_n%tig?_>aH7q#C?sn,OR1_>aHGpc]4@
+i;^S'KAZ_n%tig?_>aH7q#C?sn,OR1_>aHGpc]4@i;^S'KAZ_n%tig?_>aH7q#C?s
+n,OR1_>aHGpc]4@i;^S'KAZ_n%tig?_>aH7q#C?sn,OR1_>aHGpc]4@i;^S'KAZ_n
+%tig?_>aH7q#C?onGWD)5QCX's1eV^*s_cF"98-[!.5jg!UtU=q#C?onGWD)5QCX'
+s1eV^*s_cF"98-[!.5jg!UtU=q#C?onGWD)5QCX's1eV^*s_cF"98-[!.5jg!UtU=
+q#C?onGWD)5QCX's1eV^*s_cF"98-[!.5jg!UtU=q#C?onGWD)5QCX's1eV^*s_cF
+"98-[!.5jg!UtU=q#::4KAcdGs*t+E5Q?Ao#J^=e!<<$/J,fiSn:1K5rr3pii;^Xn
+J,o@/s+B57^]8`^s8EOZ!!iPnJ,f<Cru6UKs2"_c!;JeYKA[!M!.4eHrXXMZ#QO:C
+s7lTn)h[)K_>f#cpcne2i!7$tHiX3G%tFWbs6tO<q#::4KAcdGs*t+E5Q?Ao#J^=e
+!<<$/J,fiSn:1K5rr2tKrr<9gs82ls_=2sRrrVZli;N]ZHli>P&-)Y0q#:9nJH#TS
+5QCW]s2"2Srr3&h"5s.Y"FM9k4qI\n!;QQn!.b(L#=&7d!<9n)J,]HLn,qVJ!!IZk
+!'UqnrrDinrr@TL!!bagquHc5n:1H;!q6<MrW!(K*rnJ8s8N)orr2tKrr<9gs82ls
+_=2sRrrVZli;N]ZHli>P&-)Y0q#(-np]9ma!!*>@s8N;]#J^lJ*s_cE!!iK&!;QKl
+!r)fcrr<')_>jN>i!7%.r#Z1Brr<<&rrDilrrVrrnG`Ih#JpH?#2fa%&,[LSrVlj&
+rVllmr;Qin!V$*h!=-I@rs%Bd^^p>b#Q=Z&#Q=Z&q#(-np]9ma!!*>@s8N;]#J^lJ
+*s_cE!!iK&!;QKl$2?abKAZ_1n,OR1!!3[`i;Wc[&-(S_!WN*!q#(-upcne2huEfI
+!$D4@!Y9qArr<04s5<YQrr2unr;R)u5Q?Ao!!2Qh+9)<B%tig?!!Ei4i:m?PrrDil
+rsAHbs+B50!Up(2rr<*2KAcb0":tOjp]:Bo!;QKl$2?abKAZ_1n,OR1!!3[`i;Wc[
+&-(S_!WN*!q"t'm_=.R,rrBn7rsJf-n:0Br_>f$-s2"^7!;QHk!l=@.s8N)8rr3?+
+!UtTss2"_c+901VrrDikrrU%+"98B$_>aHB!!2S=i;^XnJ04g-rr2unqu6`6n,r^j
+!5\[7$NL4sJ)L@Cs*u3k_>aH7q"t'm_=.R,rrBn7rsJf-n:0Br_>f$-s2"^7!;QTo
+!q6<Mrr3ads7ehJJ,f9Es82lsrW!&Ys2"2Ss7lWo!q6<Mrr3ads7ehJJ,f9Es82ls
+rW!&Ys2"2Ss7lWo!q6<Mrr3ads7ehJJ,f9Es82lsrW!&Ys2"2Ss7lWo!q6<Mrr3ad
+s7ehJJ,f9Es82lsrW!&Ys2"2Ss7lWo!q6<Mrr3ads7ehJJ,f9Es82lsrW!&Ys2"2S
+s7lTn!Iu9k!"=5sp]9l3+92<?"5jFarrDur!!!Q0rrDinrrIWlrW!@S+8>m+HlrCf
+!!D-as8N)srVup/s8N)orr3"L+8u6KHlr+an9c>XrW!&Y#QOf(r;HZr&-)Y0q#:9o
+J04aj%"'/l!UtIYs8E!#i!9;^!;ufr!"],0!;QQn!Iu9k!"=5sp]9l3+92<?"5jFa
+rrDur!!!Q0rrDinrs\f*pc\\-rr>4nqu@!$rrh6brW%?G!!#7_rrDinrs\f*pc\\-
+rr>4nqu@!$rrh6brW%?G!!#7_rrDinrs\f*pc\\-rr>4nqu@!$rrh6brW%?G!!#7_
+rrDinrs\f*pc\\-rr>4nqu@!$rrh6brW%?G!!#7_rrDinrs\f*pc\\-rr>4nqu@!$
+rrh6brW%?G!!#7_rrDinrttYUp](hWi:oP+"9/?cs82ll5Oa%#s8EQ/rrDinrttYU
+p](hWi:oP+"9/?cs82ll5Oa%#s8EQ/rrDinrttYUp](hWi:oP+"9/?cs82ll5Oa%#
+s8EQ/rrDinrttYUp](hWi:oP+"9/?cs82ll5Oa%#s8EQ/rrDinrttYUp](hWi:oP+
+"9/?cs82ll5Oa%#s8EQ/rrDiorsnOG!<<$/J04g-s83r=!WW0)i;`ces5<YQrr2un
+s8NSuHiX3G%tGc%_>jET!!3-"#N5X]&-(S_!WN*!q#C@(n9b69rXXN$s2"a5*rl?A
+rs.K^rX]%ep]:Bo!;QTo%e+iGs8EOZ+901Wr#Yn>s8N>^s8EQ/i:m?PrrDiorsnOG
+!<<$/J04g-s83r=!WW0)i;`ces5<YQrr2uns8N`$HliU/&-(S_4ofs1s1f.ts7lTo
+#CHOH!UtU=q#C@,n9c;_^^pJ'pc\\*!<9hFKE(`H!!dlOp]9l6s7lWo'(C8j#J^lM
+i:oJ9HiX2^%tjoWrr<:O!;HTaJ,f<Drt=gK*s]Rls5<Z9!.4eH^^l(tq#:=!HiWpB
+n:1K5s8N`$HliU/&-(S_4ofs1s1f.ts7lTo#CHOH!UtU=q#C@-n9c;_rX]%e!!2S=
+huEfI!$;H^s8N;]#J^=hs7lWo'C^Ak#Q>86huEfIJ)C;-n,OO8_>jN>i!7$tJ,f<D
+rtFmL*s_cUs53kXn:0?r!Up(2#JpH?#2fa%!.Y%Ds8Nc%HliUm&-(Pf!UtTs!!2Qh
+*s]X^rs%Bd^]8laq#C@-n9c;_rX]%e!!2S=huEfI!$;H^s8N;]#J^=hs7lWo$h+-<
+p]:DF+8A)#KE(rU_=2go#J^lMrriYC!.Y%Ds8NJr!$Ct:s*u3d5Q?B9rs$=/HliU/
+&-)Y5#J^=hs7lWo$h+-<p]:DF+8A)#KE(rU_=2go#J^lMrriYC!.Y%Ds8NJr!$Ct:
+s*u3d5Q?B9rs$=/HliU/&-)Y5#J^=hs7lWo$h+-<p]:DF+8A)#KE(rU_=2go#J^lM
+rriYC!.Y%Ds8NDpHliUnn:0Bk!WW0$huH"Ars7Nf_>f#cs8EQ/rrDiorsA1B*s_i8
+J)L)&s8N/Y!'gM`#iGs(s*t+LrX]&/!;QTo$1N<a#QO:Ci:m?QrrV*Y5QC`hi!7*u
+J,oWK&-)Y0q#C@#n9c;_s6tNrp]:Ep!oO&Cs8NA_#JpFj!<<$/s8N)os8NDpHliUn
+n:0Bk!WW0$huH"Ars7Nf_>f#cs8EQ/rrDiortOsM!!g@?J0,$4n9c;_^]4K:!'fuQ
+!!3D@&-)Y0q#C@.n9b3@_>f$-#JonW*s]R]"9/?cnG`Ii#J^lMrrDiortOsM!!g@?
+J0,$4n9c;_^]4K:!'fuQ!!3D@&-)Y0q#C@.n9b3@_>f$-#JonW*s]R]"9/?cnG`Ii
+#J^lMrrDiortOsM!!g@?J0,$4n9c;_^]4K:!'fuQ!!3D@&-)Y0q"k"(n:0BrrW%H+
+#Jom3i!7*fJ,]birr2unqYq5uJ)LA+!.Wo3_=.Qb#JonZrs-C>rrDijrtFmOi;`cV
+J)CRJn,qSR_=2sS#JpE>!;QEj'C^M0s8E"Ji!7*f"5jF#n:1HC_>aH7q"k"(n:0Br
+rW%H+#Jom3i!7*fJ,]birr2uns8N)grW!<,s82ll!"]+f#Jop0!!`J=!.5jg!WN*!
+q#C?onGWCq!WW&tp](j)i!7*frr<9'^]8a(!!3*!!;QTo!:]sf$N^;*!;HO)s54-u
+nG`Ims1eV^*rl?@rrDiorrDQf!"/i-quHKl&-(Pm_=7I)#62I=Hli=hrr2uns8N)g
+rW!<,s82ll!"]+f#Jop0!!`J=!.5jg!WN*!q#C?pn:1K<(r>]h!;HTa"5rr=n:0Br
+rW%HJ#Q=^Qs7lWo!UtU=rtrTAHiWpBn,qVD5Oa0\s8E"Jrs/N'J,f<DrrMV=s8NqP
+n9b62!Up3Lpcn7ti;`cVJ,]cQ!.Y%Ds8N,hJ,fNc_=2gPp]9jdi:oP+J)LA+!.Y"R
+rW%HJq#C?pn:1K<(r>]h!;HTa"5rr=n:0BrrW%HJ#Q=^Qs7lWo"Rpd=#JpB=$,QXl
+!;J_gquHNi!!#7_rrDiorrhh=!!g@=rs?OAJ,o@.&,ZG&qu?^]rr2uns8N5kHiODf
+rVm2?s*t+E4qIPkq"t*l5Q:Z_q#C?sn9b3@_>XB?_>f#cpc]5d!;QHl!'gJ_!;QTo
+"Rpd=#JpB=$,QXl!;J_gquHNi!!#7_rrDiorrhh=!!g@>rr`T+!.5mg!!3[`i;`f_
+n:0Bk!UtU=q#C?sn9b3@_>aH;#Q=^N+9)<B%tig?rs8+Di:m?BJ,f<Drrhh=!!g@>
+rr`T+!.5mg!!3[`i;`f_n:0Bk!UtU=q#C?sn9b3@_>aH;#Q=^N+9)<B%tig?rs8+D
+i:m?BJ,f<Drrhh=!!g@>rr`T+!.5mg!!3[`i;`f_n:0Bk!UtU=q#C@(n9b3@_>jE5
+p]:Em!<<&t!!*>?rW!!)rX]&/!;QTo%e+iG#JpH<!;HTpquHcrrVus(_#=<8#Q>86
+rrDiorsnOG!!g@?quHKms82lsrr)lu#Jg<=!XJ]8s8N)os8NSuHiODfs82ll!WW&t
+s8Mut!=-F>!!3E)&-)Y0q#C@(n9b3@_>jE5p]:Em!<<&t!!*>?rW!!)rX]&/!;QTo
+!UtU=rr^+;J,oTK"FqQo!V$*h!WU"8rriYDn:1K5s8N,hJ,fNN_>f#crr3+O*rl?2
+rr<*"_>aH<#JonZs7lWo!UtU=rr^+;J,oTK"FqQo!V$*h!WU"8rriYDn:1K5s8N,h
+J,fNN_>f#crr3+O*rl?2rr<*"_>aH<#JonZs7lWo!UtU=rr^+;J,oTK"FqQo!V$*h
+!WU"8rriYDn:1K5s8N)grW!$$s+C@O!"BJ=huGq@"98,ss*t(SrVllms8N)grW!$$
+s+C@O!"BJ=huGq@"98,ss*t(SrVllms8N)grW!$$s+C@O!"BJ=huGq@"98,ss*t(S
+rVllms8N)grW!$$s+C@O!"BJ=huGq@"98,ss*t(SrVllms8N)grW!$$s+C@O!"BJ=
+huGq@"98,ss*t(SrVllmj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S
+j8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr3.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr3.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1411 @@
+%!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#cs8EOZ*rnJ8
+KE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,oWK%tG`%4qE;GpcnfV+92?Cn:1K5s8N,h
+J,fN]_>f#cs8EOZ*rnJ8KE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,oWK%tG`%4qE;G
+pcnfV+92?Cn:1K5s8N,hJ,fN]_>f#cs8EOZ*rnJ8KE(^2s83u=rr_b?s7lWo#Om*@
+#JpFj+92?Bn:0Br!!!Q0rsB"In9c;X!UtU=q#C@!n9b3@_>f$-s8N/iJ)L>,!"],0
+$4"E:Hli=hn:1K5s8N>nHiODfs*u3krrV\>i;WcW&-)Y:#JonW*rl?2J,f<Drs/%@
+!!g@?J04gk!q:]trr<$0s8NE2_=2go!!2S=s7lWo#Om*@#JpFj+92?Bn:0Br!!!Q0
+rsB"In9c;X!UtU=q#C@6n9b3@_>f/Gs8EQ/i!7%.qu?u;!.5jg!UtU=q#C@6n9b3@
+_>f/Gs8EQ/i!7%.qu?u;!.5jg!UtU=q#C@6n9b3@_>f/Gs8EQ/i!7%.qu?u;!.5jg
+!UtU=q#C@6n9b3@_>f/Gs8EQ/i!7%.qu?u;!.5jg!UtU=q#C@6n9b3@_>f/Gs8EQ/
+i!7%.qu?u;!.5jg!UtU=q#C@6n9b3@_=2s4pcn7trs/N6quHc4&,[LL!UtU=q#C@6
+n9b3@_=2s4pcn7trs/N6quHc4&,[LL!UtU=q#C@6n9b3@_=2s4pcn7trs/N6quHc4
+&,[LL!UtU=q#C@6n9b3@_=2s4pcn7trs/N6quHc4&,[LL!UtU=q#C@6n9b3@_=2s4
+pcn7trs/N6quHc4&,[LL!UtU=q#C?pn:1K<!5\^8&)[]mn9c;X!WRZl!'UC1+92?C
+n:1K5s8N,hJ,fNK_>jNGi!9;OHli=hs*u0k4ofsPs8N2jJ,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)grW!N2n9c;_
+_=2go#JonW*s]XOI/O$HJ,f<DrrDQf!"f8$HliU0n9c;__=2go#JonWr;ZnKs7lWo
+!:]sf&HVBK*s]XOHliU0n9c;__=2jN!!7ZMq#C?onGWD"!UtIY#JonW*s]XOHliU0
+n9k07!e:7Fs8N)grW!N2n9c;__=2go#JonW*s]XOI/O$HJ,f<?rs/#qhuGqOKAc\-
+!r)a+qYpQjqYpfi"5j/C%tig<rrVrq&,Q;+q"k!qn,qSK4qE;(r;Qin!"\r+!;QEj
+#OhiR!'UpGi;ETVp](j$rrDijrs/#qhuGqOKAc\-!r)a+qYpQjrr3c3!<9h7"5jF`
+%tjoW!"X_^!!3+M*s_cE!;QQn(An14^]4Jp#Q>6ds7cR)KDtoPs*u0rrVllmrr3c3
+!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QQn(An14^]4Jp#Q>6ds7cR)KDtoPs*u0r
+rVllmrr3c3!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QTo'CZ,(!'gL6!<9n8quHcr
+!.Y"R_#=<;#J^=hs7lWo'CZ,(!'gL6!<9n8quHcr!.Y"R_#=<;#J^=hs7lWo'CZ,(
+!'gL6!<9n8quHcr!.Y"R_#=<;#J^=hs7lWo'CZ,(!'gL6!<9n8quHcr!.Y"R_#=<;
+#J^=hs7lWo'CZ,(!'gL6!<9n8quHcr!.Y"R_#=<;#J^=hs7lTn%K%=C!"X_^!!2S=
+rs-@>!!+/Hrr3&X#JpE>!;QQn%K%=C!"X_^!!2S=rs-@>!!+/Hrr3&X#JpE>!;QQn
+%K%=C!"X_^!!2S=rs-@>!!+/Hrr3&X#JpE>!;QQn%K%=C!"X_^!!2S=rs-@>!!+/H
+rr3&X#JpE>!;QQn%K%=C!"X_^!!2S=rs-@>!!+/Hrr3&X#JpE>!;QKl!rtLqJH#TL
+55kQ]rrW)u#QOf,J04gj&-)Y0q#(-o!'UpDrr<$_rW)rt!rN$'s8N4P+92<Ns8N)o
+r;Qj!4qE2D!!#4^!<3!"qu@!%rrdios8EQ/rrDilrrW6b%tOZ[!'^A^rr3&t!!iQ(
+"FqTorX]&/!;QKl!rtLqJH#TL55kQ]rrW)u#QOf,J04gj&-)Y0q#C?un9b69^]8la
+rt,/0HiOEN!.5jg5Q?Aop](j)rrDiors%t?!<9h7J,fN[rW%<G#Q=^N*rnP*KAcM)
+&-)Y0q#C?un9b69^]8lart,/0HiOEN!.5jg5Q?Aop](j)rrDiors%t?!<9h7J,fN[
+rW%<G#Q=^N*rnP*KAcM)&-)Y0q#C?un9b69^]8lart,/0HiOEN!.5jg5Q?Aop](j)
+rrDiorsS=Grs/N6KDtp9s+C@O!5SU7!$D4?!/(1K!;QTo$h/ZG#Q>6drr>:`KE(rO
+_#FB7+9)9?KDYZKq#C@%n:1HCrXXY]!'gL9s8N)7rr<$@rr2tNqu6Zks8NJrJ,]cQ
+%tjl^5Q?B9rrBk7!!",?rr@]KrrDiorsS=Grs/N6KDtp9s+C@O!5SU7!$D4?!/(1K
+!;QTo!:^!g&HBNVs5<YQn9c>Q4qE/cp]:?n"Mb"es7lWo!:^!g&HBNVs5<YQn9c>Q
+4qE/cp]:?n"Mb"es7lWo!:^!g&HBNVs5<YQn9c>Q4qE/cp]:?n"Mb"es7lWo!:^!g
+&HBNVs5<YQn9c>Q4qE/cp]:?n"Mb"es7lWo!:^!g&HBNVs5<YQn9c>Q4qE/cp]:?n
+"Mb"es7lQm!oX+Xrr<HL!'UAbi:m9_KAcdFrr<-C!'UqnrrDimrrV-Yrr2s,*rnJ)
+"5rqS%tig?_#FB:*rnJ8s8N)orVlrWs8N#u$m,I5!!D0S!"X_?s1nX7"!7M,&-)Y0
+q#13oi;`fV!"9qL4ob]Cp](hWi;^Um!!=;C4qI\n!;QNm!oX+Xrr<HL!'UAbi:m9_
+KAcdFrr<-C!'UqnrrDinrtpCHp]9jdhuEfXr#Yn>n,OO8^]8la#Q>86rrDinrtpCH
+p]9jdhuEfXr#Yn>n,OO8^]8la#Q>86rrDinrtpCHp]9jdhuEfXr#Yn>n,OO8^]8la
+#Q>86rrDinrtpCHp]9jdhuEfXr#Yn>n,OO8^]8la#Q>86rrDinrtpCHp]9jdhuEfX
+r#Yn>n,OO8^]8la#Q>86rrDinrsS`)pc]4@rs-=Ms5<nW!"],0!rrAkJ,fNK_>aH7
+q#::$quHLU%tjle^^pJ'rr<$0s8N0$!UtU=rrBn7rrDinrsS`)pc]4@rs-=Ms5<nW
+!"],0!rrAkJ,fNK_>aH7q#::$quHLU%tjle^^pJ'rr<$0s8N0$!UtU=rrBn7rrDin
+rsS`)pc]4@rs-=Ms5<nW!"],0!rrAkJ,fNK_>aH7q#:9nr;?TrHlrCg!UtU<rrMV:
+rr<3en,r[j!WN*!q#:9nr;?TrHlrCg!UtU<rrMV:rr<3en,r[j!WN*!q#:9nr;?Tr
+HlrCg!UtU<rrMV:rr<3en,r[j!WN*!q#:9nr;?TrHlrCg!UtU<rrMV:rr<3en,r[j
+!WN*!q#:9nr;?TrHlrCg!UtU<rrMV:rr<3en,r[j!WN*!q#C@3n,qSRs6tO<#QO:C
+rs-=MKA["6&,ZG&!"],0!;QTo)=Rad#QO:Crs/SnJ,]bh%tidFrX\o,p](j)rrDio
+ru(;.i!9;OJ,]cRn:1HC^^l(U#Q>83!;HO)s8N)os8Nu+"5jFan:1HCs6tO<#J^k&
+i!95lquHKl&-)Y0q#C@3n,qSRs6tO<#QO:Crs-=MKA["6&,ZG&!"],0!;QTo!q6<M
+rr<iGKAcdF!!E6$4ofs1s1f.q+8A#"J,f<DrrVZli;Wcn%tig?^]4K:!'UC1!<9hF
+J04PM!.Y%Ds8N/i"5s1Z(Cu/Vs1eU:rr>4_HiX2^%tGbs4og*4q#C?qn,qVK!#H/u
+i;^Rm"9/?b!.4eH^^kr;pc\\-s7lWo!q6<Mrr<iGKAcdF!!E6$4ofs1s1f.q+8A#"
+J,f<Crrr<B!'gM]rr<*a%tjo^"TApas7lNm!;QQo!e:7Frr30"*rnP*r;Q`u4qE;G
+rri<3KE(`F!!)fo!!7ZMq#:9sr#Yo's8;ls!^7-Is8N6$%tjoWr;Zimrr<+Ms7lTn
+"oKGB5QCZ]!!5=pKE(rSrXXY]q#(0mq#:<qJ,f<Crrr<B!'gM]rr<*a%tjo^"TApa
+s7lNm!;QQo!e:7Fs8Ni'Hlr+`&-(PmrXXN$s1f0C+8A(iI/a0I4qI\n!;QTo(%?Sm
+p](j)i!95lJ04g,&,[OE5Oa(#!!,7os8N)os8Ni'Hlr+`&-(PmrXXN$s1f0C+8A(i
+I/a0I4qI\n!;QTo(%?Smp](j)i!95lJ04g,&,[OE5Oa(#!!,7os8N)os8Ni'Hlr+`
+&-(PmrXXN$s1f0C+8A(iI/a0I4qI\n!;QQn!rN$'s8N.N*s_iG"T/8p5Oe[Q!XHR2
+rVup!rr2unrr3&t!!iQ(!e;?ts8N6"!;JeJrr<**_=7F(!!3*!!;QQn!rN$'s8N.N
+*s_iG"T/8p5Oe[Q!XHR2rVup!rr2unrr3&t!!iQ(!e;?ts8N6"!;JeJrr<**_=7F(
+!!3*!!;QQn!rN$'s8N.N*s_iG"T/8p5Oe[Q!XHR2rVup!rr2unqu6c6&-(Sert0b]
+#JonW!;J_XJ,]L4!.Y%Dqu6c6&-(Sert0b]#JonW!;J_XJ,]L4!.Y%Dqu6c6&-(Se
+rt0b]#JonW!;J_XJ,]L4!.Y%Dqu6c6&-(Sert0b]#JonW!;J_XJ,]L4!.Y%Dqu6c6
+&-(Sert0b]#JonW!;J_XJ,]L4!.Y%DrVmAcs8EQ/i:m9_KAce/!.=bG":tDPp]:Bo
+!;QNm%cIBd&-(S_!"X_?s8E"GrW!'3r#b\7rr2unrVmAcs8EQ/i:m9_KAce/!.=bG
+":tDPp]:Bo!;QNm%cIBd&-(S_!"X_?s8E"GrW!'3r#b\7rr2unrVmAcs8EQ/i:m9_
+KAce/!.=bG":tDPp]:Bo!;QTo&b(/Js2"a5!!iK6J,fhjn,OR0!!`Va!'UC4s7lWo
+&b(/Js2"a5!!iK6J,fhjn,OR0!!`Va!'UC4s7lWo&b(/Js2"a5!!iK6J,fhjn,OR0
+!!`Va!'UC4s7lWo&b(/Js2"a5!!iK6J,fhjn,OR0!!`Va!'UC4s7lWo&b(/Js2"a5
+!!iK6J,fhjn,OR0!!`Va!'UC4s7lTn"bZgT4og*4rr`6#Hlr@f"8j5Grr)m$pcn7t
+s7lTn"bZgT4og*4rr`6#Hlr@f"8j5Grr)m$pcn7ts7lTn"bZgT4og*4rr`6#Hlr@f
+"8j5Grr)m$pcn7ts7lTn"bZgT4og*4rr`6#Hlr@f"8j5Grr)m$pcn7ts7lTn"bZgT
+4og*4rr`6#Hlr@f"8j5Grr)m$pcn7ts7lTn)h[&R^]4K:!!3+Pi:m?QJ,oWK%tG`%
+4og*4q#::4KA[!M!!E6$!WRf1p]:DF!<<$/J0+bT!.Y%Drr3pii!7$t"9/?%s+B8)
+!WRZMs8EOZ*rnJ)J,f<Cru6UK#J^<Arr<*"KAcM*s*t+LrXXN$!'UC4s7lTn)h[&R
+^]4K:!!3+Pi:m?QJ,oWK%tG`%4og*4q#:9oJ04dj'Dqk1_=2gopcn7q+92<NquHKl
+&-)Y0q#:9oJ04dj'Dqk1_=2gopcn7q+92<NquHKl&-)Y0q#:9oJ04dj'Dqk1_=2go
+pcn7q+92<NquHKl&-)Y0q#:9oJ04dj'Dqk1_=2gopcn7q+92<NquHKl&-)Y0q#:9o
+J04dj'Dqk1_=2gopcn7q+92<NquHKl&-)Y0q#C@#n:1HC^]4K:#JpB=#Q=]*s7cWa
+I/a0I4qI\n!;QTo$1NHE#J^<Ars-C=rs/N'"98,sn9k69!Bq%orrDiorsA1Ers-=>
+"9/VBrVm-%!!E8r!UtL:!!,7os8N)os8NDpJ,]bh!!E6+_>XB=rW!'#p]9l3rr<'`
+&-)Y0q#C@#n:1HC^]4K:#JpB=#Q=]*s7cWaI/a0I4qI\n!;QKl!<>@`rrMmYrW!&q
+4qISk!!Y[W!$;H]&-)Y0q#(-m!'gJ_!VekX!!E![&,cG-#!_SW*s]Rls8N)or;Qct
+5Q:Z`pceZW"8G%jr;Qa$5O\Xp#J^lMrrDilrrE*arr3#o55kNapc]5drr<6fn,OO8
+^^pJF!;QKl!<>@`rrMmYrW!&q4qISk!!Y[W!$;H]&-)Y0q#::"J04g,&-(S_!"],0
+!<>@arrM'Qqu?j#n:1K5rr3:T+90+es5<YP&-)Y1!'gM`!T<bN!!E>lJ,f<Crs=2t
+s1f0Fi:m9_s8N*"5QC`ai;!3M"9J"As7lTn$%O,t^^pJ'p](j)rrE*as8N,Xq"t*p
+!UtU=q#::"J04g,&-(S_!"],0!<>@arrM'Qqu?j#n:1K5qYpQbrr<*"_>jNHi:oP+
+!$D6Wn:1HCrW%HJq"k!jnG`Ihs2"a8&E*=Jn,OR1_=2sS#Q=^Qs7lHj!:^!g!WU"9
+rt+,`5O\Xps2"2Srs/N'J,f<?rrDQg!!3,9s8NYgpcn6J+901HJ,]cQ!.Y%DqYpQb
+rr<*"_>jNHi:oP+!$D6Wn:1HCrW%HJq#C?onGWD&!UtU=#JpH<!<<$/J04PM!.5jg
+4qI\n!;QTo!:]sf'`mfRrs-C?quHcr%tGbs4ofsP!'UqnrrDiorrDQf!#5P(J,]bi
+s82lsrXXN$pc\\**rnJ8s8N)os8N)grW!Z6n:1HC_>jE5s8EOZ+8A#"Hli>P&-)Y0
+q#C?onGWD&!UtU=#JpH<!<<$/J04PM!.5jg4qI\n!;QTo!UtU=rrg1<qu@!%rsjQ$
+s2"_c!!g@0J,]L4&-)Y0q#C?pn:1K<"Mt-9!!iQ(%Y,Z$_>f#c#JonZrr>4ns8N)o
+s8N,hJ,fNO_>jE5#QOf6J04g-s*t(S_=2sS!'UqnrrDiorrMV=s8N5<s82j%s8NRZ
++901WJ,fhjn:1H<4qI\n!;QTo!UtU=rrg1<qu@!%rsjQ$s2"_c!!g@0J,]L4&-)Y0
+q#C@(n9b3@_>f/Gp]9ja*rl?Arr_0a_=7I)"UDm5J,f<DrsnOG!!g@?KAcM*n,OO1
+!WW0%i!7*frr<3-_=2sSq#C@(n9b3@_>f/Gp]9ja*rl?Arr_0a_=7I)"UDm5J,f<D
+rsnOG!!g@?KAcM*n,OO1!WW0%i!7*frr<3-_=2sSq#C@(n9b3@_>f/Gp]9ja*rl?A
+rr_0a_=7I)"UDm5J,f<DrtFmL!!g@0J)L@B!!E8r!Up3Lp]:Bo"TSSmJ,f<DrtFmL
+!!g@0J)L@B!!E8r!Up3Lp]:Bo"TSSmJ,f<DrtFmL!!g@0J)L@B!!E8r!Up3Lp]:Bo
+"TSSmJ,f<DrtFmL!!g@0J)L@B!!E8r!Up3Lp]:Bo"TSSmJ,f<DrtFmL!!g@0J)L@B
+!!E8r!Up3Lp]:Bo"TSSmJ,f<Drt4aJ!!g@0"5jF"!.Y%D!"\uLs8NAoJ)L)dn:1K5
+s8N]#HiODfn,qSR^]8lap](j&+92?Hn:0Bk5Oa1&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,hJ,fNK_>jN:i;^Um!!",@rsJ5t
+rs-C0!$;IF&-)Y0q#C?pn:1K<!5\^8!oX*orr<$@s8NGq"9/VBn,OO8rX]&/!;QTo
+!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?onGWCf!WW0'i:oP:J,oTK!It1Mrrqn>+90+es8N)os8N)grVup!s8N8\
+pcne/!<3!!J,oWL"n6m]s1f0FrrDiorrDQf!!!'"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)oj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S
+j8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S
+~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr4.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr4.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1410 @@
+%!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!!#n:1K<%);jj!<9hFs53kX
+n9k07!e:7Fs8N)grW!!#n:1K<%);jj!<9hFs53kXn9k07!e:7Fs8N)grW!!#n:1K<
+%);jj!<9hFs53kXn9k07!e:7Fs8N)grW!!#n:1K<%);jj!<9hFs53kXn9k07!e:7F
+s8N)grW!!#n:1K<%);jj!<9hFs53kXn9k07!e:7Fs8N,hJ,fNK_>aHE#J^k#+8A(i
+!$D6Wn9c>Xrr_b?s7lWo!UtU=rrBn7rsf:L%tGbs5O\Xps2"2P+92?Cn:1K5s8N,h
+J,fNK_>aHE#J^k#+8A(i!$D6Wn9c>Xrr_b?s7lWo!UtU=rrBn7rsf:L%tGbs5O\Xp
+s2"2P+92?Cn:1K5s8N,hJ,fNK_>aHE#J^k#+8A(i!$D6Wn9c>Xrr_b?s7lWo*:S=U
+#JonW*rnJ8KDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#JonW*rnJ8KDtp8!!D0ZrW%<f
+!!2S=s7lWo*:S=U#JonW*rnJ8KDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#JonW*rnJ8
+KDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#JonW*rnJ8KDtp8!!D0ZrW%<f!!2S=s7lWo
+"Rpd=#JpH?#iPJBn9b69^^pGE$,@)L*rl?2J,f<Drrhh=!!g@?rs7QX5Oa%#s1f0E
+rs?IOr#Yn>n:1K5s8N5kHiODfs8NA_pcn7q!<9hFrr3;?&,[LL!UtU=q#C?sn9b3@
+_>jN@i:oP+HiX2^&,uS8^^p>b!!2S=s7lWo"Rpd=#JpH?#iPJBn9b69^^pGE$,@)L
+*rl?2J,f<Drs/%@!!g@0"98<"&0LZJn:1K54ofsP!!2S=s7lWo#Om*@#Jom3s8;p/
++8>m+J,f:-!.5jg!UtU=q#C@!n9b3@_=.R,r;[BNp]9l6s7ebXHli=hn:1K5s8N>n
+HiODfn,r^h!"^7I!UtU=pc\\**rl?2J,f<Drs/%@!!g@0"98<"&0LZJn:1K54ofsP
+!!2S=s7lWo!UtU=rrp7=quHLVs8NGa!'ft#+8>m+HlrCg"7Ug?q#C?pn:1K<"i:6:
+!;JeYrsIZa5Oa%Bp]9l3+92?Cn:1K5s8N,hJ,fNP_>jE5pcnfY$K(nKn9c>Q!UtIY
+s8N2jJ,f<DrrMV=s8N8=s82ll5QC`jhuH"2Hlr+an9c>Xrr_b?s7lWo!UtU=rrp7=
+quHLVs8NGa!'ft#+8>m+HlrCg"7Ug?q#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#C?onGWD"
+!UtIY#JonW*s]XOHliU0n9k07!e:7FqYq,r"98,r&,ZD4rW%<fs8E"Jqu6ZkqYq,r
+"98,r&,ZD4rW%<fs8E"Jqu6ZkqYq,r"98,r&,ZD4rW%<fs8E"Jqu6ZkqYq,r"98,r
+&,ZD4rW%<fs8E"Jqu6ZkqYq,r"98,r&,ZD4rW%<fs8E"Jqu6Zkr;R#s!WW&tpcn9J
+!"],/!.Wr%4qIQ5#JonZs7lNl#P\?"quHLVnG`J!s8E"Ji:oJHr#Z0[n:1K5r;R#s
+!WW&tpcn9J!"],/!.Wr%4qIQ5#JonZs7lNl#P\?"quHLVnG`J!s8E"Ji:oJHr#Z0[
+n:1K5r;R#s!WW&tpcn9J!"],/!.Wr%4qIQ5#JonZs7lWo!:^!g#l$XRJ)LA+!.=_F
+%"&'T^^pJ'#Q=^Qs7lWo!:^!g#l$XRJ)LA+!.=_F%"&'T^^pJ'#Q=^Qs7lWo!:^!g
+#l$XRJ)LA+!.=_F%"&'T^^pJ'#Q=^Qs7lWo!:^!g#l$XRJ)LA+!.=_F%"&'T^^pJ'
+#Q=^Qs7lWo!:^!g#l$XRJ)LA+!.=_F%"&'T^^pJ'#Q=^Qs7lTn!JB>0!!@`/pce]X
+#p8pCs+B50!Up3krri<$J,f<CrrIc1rW!%Mi:oM9!!sbB!WRf1!!2Qks8N6$!.Y%D
+rr3"Oi;N]YJ)L)crr<?Ip]:DIhuEfI"98B(rW%HJq#:9oKAc_/"+T8(55tTh+8>m:
+KAZ_1n,r^j"TACNs7lTn!JB>0!!@`/pce]X#p8pCs+B50!Up3krri<$J,f<CrsFDY
+!'gL9i;`ceKE(rP_=7I)$NImPKDtp9n:1K5rr3=Xrr>:`KAce/%tjo^!Q":*!"/bA
+%tjl^5Oa1&q#::#KDtp9s+B80rXXY]rrKt*rr<E+^^l(t!'ft&s7lTn$A8?Y5Q?Ao
+s8EO]s8N,9nG`Iqs1f.trr>:QJ,f<CrsFDY!'gL9i;`ceKE(rP_=7I)$NImPKDtp9
+n:1K5s8NZ""5jF#s82ll!"XT%#JpFms8N)urr<6Fs8E"Js7lWo&F]e[#JpH<!;HO)
+J0,$4s+C@O!<2uu"s<mE!.Y%Ds8NZ""5jF#s82ll!"XT%#JpFms8N)urr<6Fs8E"J
+s7lWo&F]e[#JpH<!;HO)J0,$4s+C@O!<2uu"s<mE!.Y%Ds8NZ""5jF#s82ll!"XT%
+#JpFms8N)urr<6Fs8E"Js7lTn(P!S4rW!&Y!!2S:!<9hFKE(]In,qSR_>aH7q#::0
+J0,$q!!D-Z!UtI:s1f.ts7cWa"5jF#rr2unrr3db*s_cF"5j.[n9b69^^l(tp]9jd
+i!7*trrDinrtg2-#Q=]*huEfIHiX2^%tjoW!Up3L#JpE>!;QQn(P!S4rW!&Y!!2S:
+!<9hFKE(]In,qSR_>aH7q#::(r#Z0[s*u3k_=2sS#JpH<rr<3d%tG`%!WN*!q#::(
+r#Z0[s*u3k_=2sS#JpH<rr<3d%tG`%!WN*!q#::(r#Z0[s*u3k_=2sS#JpH<rr<3d
+%tG`%!WN*!q#::(r#Z0[s*u3k_=2sS#JpH<rr<3d%tG`%!WN*!q#::(r#Z0[s*u3k
+_=2sS#JpH<rr<3d%tG`%!WN*!q#::,r#Z1C&-(S_!WRfP#Q>6a*s]Rls8N6&!UtU=
+q#::,r#Z1C&-(S_!WRfP#Q>6a*s]Rls8N6&!UtU=q#::,r#Z1C&-(S_!WRfP#Q>6a
+*s]Rls8N6&!UtU=q#::,r#Z1C&-(S_!WRfP#Q>6a*s]Rls8N6&!UtU=q#::,r#Z1C
+&-(S_!WRfP#Q>6a*s]Rls8N6&!UtU=q#C?sn,OR1_>aH:pc]4@s8NGA%tid?4qE;(
+s2"^7!;QTo"RlC5s2"^7"8G%jKE(rY^^l(U!'UpGi;^XmrrDiorrhfk+901Vrr`$[
+%tjo^$G[1)huGqOKAcdGrr2uns8N5k!$D6Wrr3)q4qE;GrsHOPKAZ_n%tig?_>aH7
+q#C?sn,OR1_>aH:pc]4@s8NGA%tid?4qE;(s2"^7!;QTo!:]sf(dJ%N+90+VHli>P
+!!E8r4ofsP!!2S=s7lWo!:]sf(dJ%N+90+VHli>P!!E8r4ofsP!!2S=s7lWo!:]sf
+(dJ%N+90+VHli>P!!E8r4ofsP!!2S=s7lWo!:]sf(dJ%N+90+VHli>P!!E8r4ofsP
+!!2S=s7lWo!:]sf(dJ%N+90+VHli>P!!E8r4ofsP!!2S=s7lTn%>3U=_>jE5p]:DI
+huGt?!"/c*%tFWbs6tO<q#::&KAcdGs82ll!WRf1!'^A^$NL)9J,fiSn:1K5rr3F[
+i;^XnquHKms+B5055kNhs8EOZ!!iPnJ,f<CrsaV=s2"a5!;HTpKAZ_nrW!<*rXXMZ
+#QO:Cs7lTn%>3U=_>jE5p]:DIhuGt?!"/c*%tFWbs6tO<q#:9nJH#TO5QCW]s8N;m
+Hlr,Jn9k07"FM9k4qI\n!;QQn!.b(L"$ch`!<<''n9c>Q5Oa(!!!IZk!'UqnrrDin
+rr@TL!!>IcquHcs#4R!^pcn7qr;ZtJ*rnJ8s8N)orr2tKrr<-cs82lsrs%t?+8A(i
+I/O$JHli>P&-)Y0q#:9nJH#TO5QCW]s8N;mHlr,Jn9k07"FM9k4qI\n!;QKl"o&,u
+qu@!$rrD!W!!<c0*s_cE!!iK&!;QKl"o&,uqu@!$rrD!W!!<c0*s_cE!!iK&!;QKl
+"o&,uqu@!$rrD!W!!<c0*s_cE!!iK&!;QKl"o&,uqu@!$rrD!W!!<c0*s_cE!!iK&
+!;QKl"o&,uqu@!$rrD!W!!<c0*s_cE!!iK&!;QQn&GuP'4qE;(!'frTrr>4nKAcb0
+!Y>=hr;Qclrr3Q-!;J_gKAZ_on,r[j4qE;(rr<*2s5<hT!;QQn&GuP'4qE;(!'frT
+rr>4nKAcb0!Y>=hr;Qclrr3Q-!;J_gKAZ_on,r[j4qE;(rr<*2s5<hT!;QQn&GuP'
+4qE;(!'frTrr>4nKAcb0!Y>=hr;QclrVm#Ys2"1,s8N)8rr39)!UtTss2"_c+8l-=
+q#13qi;^X_"98B$_>aH@!!2S=i;^XnJ04^h!;QNm"Q9<rn,r^j!5\[7#lk"qJ)L@C
+s*u3hrrDimrrh9[_=.R,rrBn7rs8Z+n:0Br_>f$-r;QclrVm#Ys2"1,s8N)8rr39)
+!UtTss2"_c+8l-=q#C?onG`J%s8E!#s7ehJJ,f9Es82lsrW!&Ys8N2jJ,f<DrrDQg
+!#,D3!!E8r5Oa1&p]:Em!<<#u"5s4Z"7Ug?q#C?onG`J%s8E!#s7ehJJ,f9Es82ls
+rW!&Ys8N2jJ,f<DrrDQg!#,D3!!E8r5Oa1&p]:Em!<<#u"5s4Z"7Ug?q#C?onG`J%
+s8E!#s7ehJJ,f9Es82lsrW!&Ys8N2jJ,f<Crt0n`!!2S:+8>m+HlrCf!!D-as8N)s
+rr<'`&-)Y0q#::*KDtoPn9c>Q!UtIYs8E!#i!9;^!;uis!Bq%orrDinrt0n`!!2S:
++8>m+HlrCf!!D-as8N)srr<'`&-)Y0q#::*KDtoPn9c>Q!UtIYs8E!#i!9;^!;uis
+!Bq%orrDinrt0n`!!2S:+8>m+HlrCf!!D-as8N)srr<'`&-)Y0q#C?pn9k69#sJ?=
+rr>4nqu@!$rrh6brW%?G!!#7_rrDiorrMV:rr<?h!.Y"K4qIPk#QF`+i!95]I/a0H
+5Q:Z_q#C?pn9k69#sJ?=rr>4nqu@!$rrh6brW%?G!!#7_rrDiorrMV:rr<?h!.Y"K
+4qIPk#QF`+i!95]I/a0H5Q:Z_q#C?pn9k69#sJ?=rr>4nqu@!$rrh6brW%?G!!#7_
+rrDinrrIWlrr<iGKAcMhn,r[j5QCW]pcn7q!<<#uJ,f<CrrIWlrr<iGKAcMhn,r[j
+5QCW]pcn7q!<<#uJ,f<CrrIWlrr<iGKAcMhn,r[j5QCW]pcn7q!<<#uJ,f<CrrIWl
+rr<iGKAcMhn,r[j5QCW]pcn7q!<<#uJ,f<CrrIWlrr<iGKAcMhn,r[j5QCW]pcn7q
+!<<#uJ,f<DrrDQg!"8i+%tGc%_>jET!!3-"#N5X]&-(S_!WN*!q#C?onG`Irs8EOZ
++901Wr#Yn>s8N>^s8EQ/i:m?PrrDiorrDQg!"8i+%tGc%_>jET!!3-"#N5X]&-(S_
+!WN*!q#C?onG`Irs8EOZ+901Wr#Yn>s8N>^s8EQ/i:m?PrrDiorrDQg!"8i+%tGc%
+_>jET!!3-"#N5X]&-(S_!WN*!q#C?qn9c>X!"BJ=i:oJ9HiODe!!E8rrr<:O!;HTa
+J,f<DrrV\;+9)<M&-(S_4ofs1#J^<As7lTo#CHOH!UtU=q#C?qn9c>X!"BJ=i:oJ9
+HiODe!!E8rrr<:O!;HTaJ,f<DrrV\;+9)<M&-(S_4ofs1#J^<As7lTo#CHOH!UtU=
+q#C?qn9c>X!"BJ=i:oJ9HiODe!!E8rrr<:O!;HTaJ,f<DrsA/p*s_cUs5<YQs8N>^
+!!2Qh*s]X^rs%Bd^]8laq#C@#n,OO8rX]%ep]:Ep#N,R_n,OO8_>jN>i!7$tJ,f<D
+rsA/p*s_cUs5<YQs8N>^!!2Qh*s]X^rs%Bd^]8laq#C@#n,OO8rX]%ep]:Ep#N,R_
+n,OO8_>jN>i!7$tJ,f<DrsA/p*s_cUs5<YQs8N>^!!2Qh*s]X^rs%Bd^]8laq#C?u
+n,OR*!WR]M!"1sj"5s3qn9c;_^^pJF"UDgCJ,f<Drs%rm+8>m:JH#TW4ob]Cs2"2P
+*s]Rls8N6-^]8laq#C?un,OR*!WR]M!"1sj"5s3qn9c;_^^pJF"UDgCJ,f<Drs%rm
++8>m:JH#TW4ob]Cs2"2P*s]Rls8N6-^]8laq#C?un,OR*!WR]M!"1sj"5s3qn9c;_
+^^pJF"UDgCJ,f<Drs/%@*s_i8J,fKJ%Y+KY5Oa0\#JpFj!<<$/s8N)os8N>nHliUn
+n:1K;!"OMY!'ft&i!7*uJ,oWK&-)Y0q#C@!n9c;_s6tO<rW!FXrr>:QJ)CRJs*t+L
+rX]&/!;QTo#Om*_#QO:Cs8E!.J,]L5n:0@$_>f#cs8EQ/rrDiors/%@*s_i8J,fKJ
+%Y+KY5Oa0\#JpFj!<<$/s8N)os8Nf&HiODfs*u0r_=2go#J^<Arr>:Qrr<**^^pJF
+!;QTo'_$JM#JpFj*s]XOHliU/!!E6$5Oe[Q!XHLOs8N)os8Nf&HiODfs*u0r_=2go
+#J^<Arr>:Qrr<**^^pJF!;QTo'_$JM#JpFj*s]XOHliU/!!E6$5Oe[Q!XHLOs8N)o
+s8Nf&HiODfs*u0r_=2go#J^<Arr>:Qrr<**^^pJF!;QEj'C^M0pc\\-huEfIJ)CRJ
+n:1HC_>aH7q"k"(n:0Bk4og)j!!2S=i!7*fJ,]birr2unqYq5uJ)L)c!.Wo,!UtTs
+#JonZrs-C>rrDijrtFmOi:oJ9J)C;-n:0@$_=2sS#JpE>!;QEj'C^M0pc\\-huEfI
+J)CRJn:1HC_>aH7q#C?onGWCf!WW03i:m9_KAZ_on,qVK^]8a(!!3*!!;QTo!:]sf
+!!3-"&`EEa%tid?5O\d5s1eV^*rl?@rrDiorrDQf!!!'"rt42a!"X_?!'frTi;^Rm
+Hli=hrr2uns8N)grVup!s8N\hp](hWhuH"2"5s3p!.5jg!WN*!q#C?onGWCf!WW03
+i:m9_KAZ_on,qVK^]8a(!!3*!!;QTo!UtU=rtrTA"5rr=n:0Bk5Oa%#s8E"Jrs/N'
+J,f<DrrMV=s8NqPn,qVD5Oa0\pcn7q!<<#uJ,]cQ!.Y%Ds8N,hJ,fNc_=.Qbpcn7t
+i:oP+HiX3G!.Y"RrW%HJq#C?pn:1K<(r>\Di:oP+J)L)dn9b69rW%HJ#Q=^Qs7lWo
+!UtU=rtrTA"5rr=n:0Bk5Oa%#s8E"Jrs/N'J,f<Drt=gK!!g@?r#b\us*t+E4qIPk
+q"t*l5Q:Z_q#C@,n9b3@_>jETpcne/!;J_gquHNi!!#7_rrDiort=gK!!g@?r#b\u
+s*t+E4qIPkq"t*l5Q:Z_q#C@,n9b3@_>jETpcne/!;J_gquHNi!!#7_rrDiort=gK
+!!g@?r#b\us*t+E4qIPkq"t*l5Q:Z_q#C@&n9b3@_>jET#J^=hs8N'#%tig?rs8+D
+i:oP+J,f<Drs\CE!!g@?r#Z0Z!.Y%K!!3[`i;`f_n:0Bk5Oa1&q#C@&n9b3@_>jET
+#J^=hs8N'#%tig?rs8+Di:oP+J,f<Drs\CE!!g@?r#Z0Z!.Y%K!!3[`i;`f_n:0Bk
+5Oa1&q#C@&n9b3@_>jET#J^=hs8N'#%tig?rs8+Di:oP+J,f<DrsnOG!!g@?quHKm
+s82lsrr)lu#Jg<=!XJ]8s8N)os8NSuHiODfs82ll!WW&ts8Mut!=-F>!!3E)&-)Y0
+q#C@(n9b3@_>jE5p]:Em!<<&t!!*>?rW!!)rX]&/!;QTo%e+iG#JpH<!;HTpquHcr
+rVus(_#=<8#Q>86rrDiorsnOG!!g@?quHKms82lsrr)lu#Jg<=!XJ]8s8N)os8N,h
+J,fNN_>f#crr3+O*rl?2rr<*"_>aH<#JonZs7lWo!UtU=rr^+;J,oTK"FqQo!V$*h
+!WU"8rriYDn:1K5s8N,hJ,fNN_>f#crr3+O*rl?2rr<*"_>aH<#JonZs7lWo!UtU=
+rr^+;J,oTK"FqQo!V$*h!WU"8rriYDn:1K5s8N,hJ,fNN_>f#crr3+O*rl?2rr<*"
+_>aH<#JonZs7lWo!:]sf!s/FSs8N'.&-(Pf4ob]bp]:DF!!iK&!;QTo!:]sf!s/FS
+s8N'.&-(Pf4ob]bp]:DF!!iK&!;QTo!:]sf!s/FSs8N'.&-(Pf4ob]bp]:DF!!iK&
+!;QTo!:]sf!s/FSs8N'.&-(Pf4ob]bp]:DF!!iK&!;QTo!:]sf!s/FSs8N'.&-(Pf
+4ob]bp]:DF!!iK&!;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
Binary file 2014OC/qr/qr5.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr5.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1411 @@
+%!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*s82lsrXXN$#QOf-J,oVb
+&,cA+!e:7Fs8N)grW!6*s82lsrXXN$#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82ls
+rXXN$#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82lsrXXN$#QOf-J,oVb&,cA+!e:7F
+s8N)grW!6*s82lsrXXN$#QOf-J,oVb&,cA+!e:7Fs8N,hJ,fN]_>f#cpc]5d*s_cU
+KE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,o@.&,[LSrXXY]pcnfV+92?Cn:1K5s8N,h
+J,fN]_>f#cpc]5d*s_cUKE(^2s83u=rr_b?s7lWo!UtU=rt<0JJ,o@.&,[LSrXXY]
+pcnfV+92?Cn:1K5s8N,hJ,fN]_>f#cpc]5d*s_cUKE(^2s83u=rr_b?s7lWo&+FrH
+#JpH<+8A(i"5j/C&-)Y:#JonW*rl?2J,f<Drt"UH!!g@?r#b\un,qSK4qI\n$4"E:
+Hli=hn:1K5s8NW!HiODfs83u65O\d5!'UqnrsB"In9c;X!UtU=q#C@)n9b3@_>jET
+pcn6MhuGqOs8NE2_=2go!!2S=s7lWo&+FrH#JpH<+8A(i"5j/C&-)Y:#JonW*rl?2
+J,f<DruCNU!!g@?KAce/%tidF^^p>C#J^=e*rl?2J,f<DruCNU!!g@?KAce/%tidF
+^^p>C#J^=e*rl?2J,f<DruCNU!!g@?KAce/%tidF^^p>C#J^=e*rl?2J,f<DruCNU
+!!g@?KAce/%tidF^^p>C#J^=e*rl?2J,f<DruCNU!!g@?KAce/%tidF^^p>C#J^=e
+*rl?2J,f<DruCNU!!g@0HiWq+n9c;_rX\o,s1f0C*rl?2J,f<DruCNU!!g@0HiWq+
+n9c;_rX\o,s1f0C*rl?2J,f<DruCNU!!g@0HiWq+n9c;_rX\o,s1f0C*rl?2J,f<D
+ruCNU!!g@0HiWq+n9c;_rX\o,s1f0C*rl?2J,f<DruCNU!!g@0HiWq+n9c;_rX\o,
+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*u0rrVllms8Nc%"9/?cs*t+L_>jE5s8E"Jrs-@=!!NVC
+!.Y%Ds8Nc%"9/?cs*t+L_>jE5s8E"Jrs-@=!!NVC!.Y%Ds8Nc%"9/?cs*t+L_>jE5
+s8E"Jrs-@=!!NVC!.Y%Ds8Nc%"9/?cs*t+L_>jE5s8E"Jrs-@=!!NVC!.Y%Ds8Nc%
+"9/?cs*t+L_>jE5s8E"Jrs-@=!!NVC!.Y%Ds8N/i!$D4@#nM[g!!2S=rs-@>!!+/H
+rr32\#JonZs7lWo!q613rr<?9KDtoPn:1HC_#FB8*s_fF#2fa&n:1K5s8N/i!$D4@
+#nM[g!!2S=rs-@>!!+/Hrr32\#JonZs7lWo!q613rr<?9KDtoPn:1HC_#FB8*s_fF
+#2fa&n:1K5s8N/i!$D4@#nM[g!!2S=rs-@>!!+/Hrr32\#JonZs7lWo#4R-B#Q>6a
+rr<$_rW)rt!rN$'s8N+M+92?Cn:1K5s8N;mJ,]cQ%tOZ[!'^A^rr3&t!!iQ(!Iu9l
+rr_b?s7lWo#4R-B#Q>6arr<$_rW)rt!rN$'s8N+M+92?Cn:1K5s8N;mJ,]cQ%tOZ[
+!'^A^rr3&t!!iQ(!Iu9lrr_b?s7lWo#4R-B#Q>6arr<$_rW)rt!rN$'s8N+M+92?C
+n:1K5rr3%M!;QQo(4Z>hrW%<Gs8EQ,*rnP*KAcM*n:1K5rr3%M!;QQo(4Z>hrW%<G
+s8EQ,*rnP*KAcM*n:1K5rr3%M!;QQo(4Z>hrW%<Gs8EQ,*rnP*KAcM*n:1K5rr3%M
+!;QQo(4Z>hrW%<Gs8EQ,*rnP*KAcM*n:1K5rr3%M!;QQo(4Z>hrW%<Gs8EQ,*rnP*
+KAcM*n:1K5s8NSuJ,]cQ%tjoW5Q?Aos1nX7!$D4?!/(1K!;QTo%e+uJ#Q>6ds7ehY
+KAcdFrr<$@rr2tNqu6Zks8NSuJ,]cQ%tjoW5Q?Aos1nX7!$D4?!/(1K!;QTo%e+uJ
+#Q>6ds7ehYKAcdFrr<$@rr2tNqu6Zks8NSuJ,]cQ%tjoW5Q?Aos1nX7!$D4?!/(1K
+!;QTo!:^!g$ie!Qs5<YP&,ZG&55tTa+8>m8rrg+;J,f<DrrDQg!"8hB&-(S_!"\u-
+pce]X![%1<rVm#9!.Y%Ds8N)grr<H,^^pJ'p](j&!;JbX!!48;!WE$$^]8laq#C?o
+nG`Irs1f0Fi:m9_quHLUrr<*Bp]:?n"Mb"es7lWo!:^!g$ie!Qs5<YP&,ZG&55tTa
++8>m8rrg+;J,f<BrrV-Yrr)m*pc]4@s7cWa"5s3prr<-C!'UqnrrDimrrV-Yrr)m*
+pc]4@s7cWa"5s3prr<-C!'UqnrrDimrrV-Yrr)m*pc]4@s7cWa"5s3prr<-C!'Uqn
+rrDimrrV-Yrr)m*pc]4@s7cWa"5s3prr<-C!'UqnrrDimrrV-Yrr)m*pc]4@s7cWa
+"5s3prr<-C!'UqnrrDinrs",6p]9jdi;WcY&,[OJ!!jYO^]8la#Q>86rrDinrs",6
+p]9jdi;WcY&,[OJ!!jYO^]8la#Q>86rrDinrs",6p]9jdi;WcY&,[OJ!!jYO^]8la
+#Q>86rrDinrs",6p]9jdi;WcY&,[OJ!!jYO^]8la#Q>86rrDinrs",6p]9jdi;WcY
+&,[OJ!!jYO^]8la#Q>86rrDinrri6"pc]5grr`SB&-(Sf!!Wsdrr<)hJ,fNK_>aH7
+q#:9rquHLU&-)Y4#J^lMi;Wc]%tjl^!UtU=rrBn7rrDinrri6"pc]5grr`SB&-(Sf
+!!Wsdrr<)hJ,fNK_>aH7q#:9rquHLU&-)Y4#J^lMi;Wc]%tjl^!UtU=rrBn7rrDin
+rri6"pc]5grr`SB&-(Sf!!Wsdrr<)hJ,fNK_>aH7q#:9nr;?U!"98-\n,r[i!:]sf
+"[DJYrr<*!rrDinrrDuq!!NK)pcn6Mrr2ufrW!*dn,r[j!WN*!q#:9nr;?U!"98-\
+n,r[i!:]sf"[DJYrr<*!rrDinrrDuq!!NK)pcn6Mrr2ufrW!*dn,r[j!WN*!q#:9n
+r;?U!"98-\n,r[i!:]sf"[DJYrr<*!rrDioru(;.i!9;OHli=hn:1H<4qE;(#Q>83
+!;HO)s8N)os8Nu+"5jFan9c;X!UtU=!'UpGi!95lquHKl&-)Y0q#C@3n,qSRs6tCX
+!!2S=rr>4nKA["6&,ZG&!"],0!;QTo)=Rad#QO:@*rl?2J,]L4%tidFrX\o,p](j)
+rrDioru(;.i!9;OHli=hn:1H<4qE;(#Q>83!;HO)s8N)os8N/i"5s.Y('ELp^]4K:
+#J^<Ai;^S'J04PM!.Y%Ds8N/i"5s.Y('ELp^]4K:#J^<Ai;^S'J04PM!.Y%Ds8N/i
+"5s.Y('ELp^]4K:#J^<Ai;^S'J04PM!.Y%Ds8N/i"5s.Y('ELp^]4K:#J^<Ai;^S'
+J04PM!.Y%Ds8N/i"5s.Y('ELp^]4K:#J^<Ai;^S'J04PM!.Y%Drr2urrr<$`s8N5[
+!'UpGs8N6$%tGbsr;[$$^]8laq#:9nr;Q`s5QC`dhuGqOKE(rSrXXN$q#(0rs1eVa
+s7lTn!;uis!'gM`"Q08D%tjo^"TAp^+8Gd7"ol@<J,f<CrrDus!!#7`rrh6[4qE;G
+rri<3J04Rb!!WD<!.Y%Drr2urrr<$`s8N5[!'UpGs8N6$%tGbsr;[$$^]8laq#C@3
+n9c>Q!"]+f#Q>6a+90+er#b\un9b3@rX]&/!;QTo)=W"qp](j)i!95lJ04g,&,[OE
+5Oa%##Q>86rrDioru(<R+8>gHs54.]%tGc%^^p>bpcn7q!!iK6s8N)os8Nu+Hlr+`
+&-(PmrXXN$s1f0C+8A(iHiOEN&-)Y0q#C@3n9c>Q!"]+f#Q>6a+90+er#b\un9b3@
+rX]&/!;QKl"UG(s!$;IGrri6"pcn9J!!3DAnGWCf5Q:Z_q#(-q#QO8n*s_iG"T/8p
+5Oe[Q!XHR2rVup_rr2unr;Qp*s6p"1#QOf,quHLVnG`Ii#Jop/!!#7_rrDilrriZ-
+n,OO8s8N6"!;JeJrr<**_=7F(!'gJ_!;QKl"UG(s!$;IGrri6"pcn9J!!3DAnGWCf
+5Q:Z_q#:9tr#bsS&-(Sert0b]#JonW!;J_XJ,]L4!.Y%Drr33#+90+es5<nV&V'id
+_=2gPpc\\-rr>4_J,f<Crs&BCs1f0Fi;W`gJ,fhjn9b624og*4!'UC4s7lTn#5fSC
+^^pJ'rr3R\!!g@0HiWq*!.Y"K4og*4q#:9tr#bsS&-(Sert0b]#JonW!;J_XJ,]L4
+!.Y%DrVmAc#Q>86i:m9_KAce/!.=bG#S6hTp]9l6s7lQm%c@Tk&-(S_!"X_?s8E"G
+rW!37r#b\7n:1K5rVmAc#Q>86i:m9_KAce/!.=bG#S6hTp]9l6s7lQm%c@Tk&-(S_
+!"X_?s8E"GrW!37r#b\7n:1K5rVmAc#Q>86i:m9_KAce/!.=bG#S6hTp]9l6s7lWo
+&b(/Js2"a5!!iK6J,fhjn,OR0!!<>]!'gJ_!;QTo&b(/Js2"a5!!iK6J,fhjn,OR0
+!!<>]!'gJ_!;QTo&b(/Js2"a5!!iK6J,fhjn,OR0!!<>]!'gJ_!;QTo&b(/Js2"a5
+!!iK6J,fhjn,OR0!!<>]!'gJ_!;QTo&b(/Js2"a5!!iK6J,fhjn,OR0!!<>]!'gJ_
+!;QTo#4R-B#Q=^Qs8N3#!.5mfrr`0@#QF]&!VenYrrDiors%tBrs/N'J,fNNrW%<f
+rr3)u*s_fE!!2jZrr2uns8N;mJ,]cQ!.Y%K"9&:J+9)9Br#Z1CrVuuo5Q:Z_q#C?u
+n:1HCrW%HJrr`6#Hlr@f"8j5Grr)lupcncX!;QTo#4R-B#Q=^Qs8N3#!.5mfrr`0@
+#QF]&!VenYrrDinrrIc1rW!6,s7cWa"5rqTnG`Iqs8EOZ*rnJ)J,f<CrrIc1rW!6,
+s7cWa"5rqTnG`Iqs8EOZ*rnJ)J,f<CrrIc1rW!6,s7cWa"5rqTnG`Iqs8EOZ*rnJ)
+J,f<CrrIc1rW!6,s7cWa"5rqTnG`Iqs8EOZ*rnJ)J,f<CrrIc1rW!6,s7cWa"5rqT
+nG`Iqs8EOZ*rnJ)J,f<CrttYUpcnfV!!g:>Hlr,I&,[OLrX\o,p](j)rrDinrttYU
+pcnfV!!g:>Hlr,I&,[OLrX\o,p](j)rrDinrttYUpcnfV!!g:>Hlr,I&,[OLrX\o,
+p](j)rrDinrttYUpcnfV!!g:>Hlr,I&,[OLrX\o,p](j)rrDinrttYUpcnfV!!g:>
+Hlr,I&,[OLrX\o,p](j)rrDiortY$Qrs-=>"5s3qn:0BrrW!'#p]9l3rr<'`&-)Y0
+q#C@/n:1HC^]4Jps2"2Si;`cV"98,sn9k69!Bq%orrDiortY$Qrs-=>"5s3qn:0Br
+rW!'#p]9l3rr<'`&-)Y0q#C@/n:1HC^]4Jps2"2Si;`cV"98,sn9k69!Bq%orrDio
+rtY$Qrs-=>"5s3qn:0BrrW!'#p]9l3rr<'`&-)Y0q#(-m!'gM`!oWi;rW!&q4qISk
+!!Y[W!$;H]&-)Y0q#(-m!'gM`!oWi;rW!&q4qISk!!Y[W!$;H]&-)Y0q#(-m!'gM`
+!oWi;rW!&q4qISk!!Y[W!$;H]&-)Y0q#(-m!'gM`!oWi;rW!&q4qISk!!Y[W!$;H]
+&-)Y0q#(-m!'gM`!oWi;rW!&q4qISk!!Y[W!$;H]&-)Y0q#::"J04g,&-(S_!"],0
+!<>@arrM'Qqu?j#n:1K5rr3:T+90+es5<YP&-)Y1!'gM`!T<bN!!E>lJ,f<Crs=2t
+s1f0Fi:m9_s8N*"5QC`ai;!3M"9J"As7lTn$%O,t^^pJ'p](j)rrE*as8N,Xq"t*p
+!UtU=q#::"J04g,&-(S_!"],0!<>@arrM'Qqu?j#n:1K5qYpfiHiWpBs+B80rseGt
++901HJ,]cQ!.Y%DqYpfiHiWpBs+B80rseGt+901HJ,]cQ!.Y%DqYpfiHiWpBs+B80
+rseGt+901HJ,]cQ!.Y%DqYpfiHiWpBs+B80rseGt+901HJ,]cQ!.Y%DqYpfiHiWpB
+s+B80rseGt+901HJ,]cQ!.Y%Ds8N)grW!Z6n9c;X5Q?Aopc]5d+8A#"Hli>P&-)Y0
+q#C?onGWD&!UtIY!'gL9i:oJHr#b\t!.5jg4qI\n!;QTo!:]sf'`mfO*rnP*KAcMg
+&,[OE4ofsP!'UqnrrDiorrDQf!#5P(Hli>Qs+B8)4qIQ5pc\\**rnJ8s8N)os8N)g
+rW!Z6n9c;X5Q?Aopc]5d+8A#"Hli>P&-)Y0q#C?pn:1K<!l=nerr<*$s+C@O$c2jq
+i!7*fJ,]L4&-)Y0q#C?pn:1K<!l=nerr<*$s+C@O$c2jqi!7*fJ,]L4&-)Y0q#C?p
+n:1K<!l=nerr<*$s+C@O$c2jqi!7*fJ,]L4&-)Y0q#C?pn:1K<!l=nerr<*$s+C@O
+$c2jqi!7*fJ,]L4&-)Y0q#C?pn:1K<!l=nerr<*$s+C@O$c2jqi!7*fJ,]L4&-)Y0
+q#C?sn9b3@_>jN>i:m?B!$;IGrri6"#Jop0!!NVDn:1K5s8N5kHiODfs8N;]p]9ja
+*s_iG"T/6)_=7I)"UDm5J,f<Drrhh=!!g@?rs%EV!Up(2#QOf,qu?u<nG`Il#JonZ
+s7lWo"Rpd=#JpH?#2o7Wn,OO8s8N6"!!g@0rr<3-_=2sSq#C?sn9b3@_>jN>i:m?B
+!$;IGrri6"#Jop0!!NVDn:1K5s8Nc%HiODfn:0BrrW!'#p]9jdi:m?PrriBen:1K5
+s8Nc%HiODfn:0BrrW!'#p]9jdi:m?PrriBen:1K5s8Nc%HiODfn:0BrrW!'#p]9jd
+i:m?PrriBen:1K5s8Nc%HiODfn:0BrrW!'#p]9jdi:m?PrriBen:1K5s8Nc%HiODf
+n:0BrrW!'#p]9jdi:m?PrriBen:1K5s8N]#HiODfn,qSR^]8lap](j&+92?Hn:0Bk
+5Oa1&q#C@+n9b3@_=.Qb#J^=hs7cR)r#bt=#k3?%pcn7ts7lWo&b(/J#Jom3i!7$t
+J,f9D&,[OLrs8+Di:oP+J,f<Drt4aJ!!g@0"5jF"!.Y%D!"\uLs8NAoJ)L)dn:1K5
+s8N]#HiODfn,qSR^]8lap](j&+92?Hn:0Bk5Oa1&q#C?pn:1K<!5\^8!oX*orr<$@
+s8NGq"9/VBn,OO8rX]&/!;QTo!UtU=rrBn8rrV-Y_#FB7+92?Jn,r[q_=.FH#Q>86
+rrDiorrMV=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/VB
+n,OO8rX]&/!;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]s1f0FrrDiorrDQf!!!'"rrq?U5Q?66rr3"L!<<'&n9c>X^^pJF!;QTo!:]sf
+!!3-""lT/?s*t+KrrIWMs8N8lHlrC(&-)Y0puDASpuDASpuDASpuDASpuDASpuDAS
+puDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDAS
+puDASp]~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr6.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr6.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1409 @@
+%!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!!#n:1K<%);jj!;HO)s53kX
+n9k07!e:7Fs8N)grW!!#n:1K<%);jj!;HO)s53kXn9k07!e:7Fs8N)grW!!#n:1K<
+%);jj!;HO)s53kXn9k07!e:7Fs8N)grW!!#n:1K<%);jj!;HO)s53kXn9k07!e:7F
+s8N)grW!!#n:1K<%);jj!;HO)s53kXn9k07!e:7Fs8N,hJ,fNK_>aH:#Q>6drr35m
+!$D6Wn9c>Xrr_b?s7lWo!UtU=rrBn7rrWN*%tjl]#Oh^8s2"2P+92?Cn:1K5s8N,h
+J,fNK_>aH:#Q>6drr35m!$D6Wn9c>Xrr_b?s7lWo!UtU=rrBn7rrWN*%tjl]#Oh^8
+s2"2P+92?Cn:1K5s8N,hJ,fNK_>aH:#Q>6drr35m!$D6Wn9c>Xrr_b?s7lWo*:S=U
+#Jom3rs-=MKDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#Jom3rs-=MKDtp8!!D0ZrW%<f
+!!2S=s7lWo*:S=U#Jom3rs-=MKDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#Jom3rs-=M
+KDtp8!!D0ZrW%<f!!2S=s7lWo*:S=U#Jom3rs-=MKDtp8!!D0ZrW%<f!!2S=s7lWo
+"Rpd=#JpH?#iPIYn9b62!"])/$,@)L*rl?2J,f<Drrhh=!!g@?rs7QX!UtI:p](j(
+rs?IOr#Yn>n:1K5s8N5kHiODfs8NA_p]9l3!;HO)rr3;?&,[LL!UtU=q#C?sn9b3@
+_>jN@i:m?BHiWpA&,uS8^^p>b!!2S=s7lWo"Rpd=#JpH?#iPIYn9b62!"])/$,@)L
+*rl?2J,f<Drs/%@!!g@0"98?#&Hi(.5Oa1&pc\\**rl?2J,f<Drs/%@!!g@0"98?#
+&Hi(.5Oa1&pc\\**rl?2J,f<Drs/%@!!g@0"98?#&Hi(.5Oa1&pc\\**rl?2J,f<D
+rs/%@!!g@0"98?#&Hi(.5Oa1&pc\\**rl?2J,f<Drs/%@!!g@0"98?#&Hi(.5Oa1&
+pc\\**rl?2J,f<DrrMV=s8N8=s82ll5QC`jhuH"2Hlr+an9c>Xrr_b?s7lWo!UtU=
+rrp7=quHLVs8NGa!'ft#+8>m+HlrCg"7Ug?q#C?pn:1K<"i:6:!;JeYrsIZa5Oa%B
+p]9l3+92?Cn:1K5s8N,hJ,fNP_>jE5pcnfY$K(nKn9c>Q!UtIYs8N2jJ,f<DrrMV=
+s8N8=s82ll5QC`jhuH"2Hlr+an9c>Xrr_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"%n,r^c!"\u-#Q=^N+92<?J,B6G
+q"k"%n,r^c!"\u-#Q=^N+92<?J,B6Gq"k"%n,r^c!"\u-#Q=^N+92<?J,B6Gq"k"%
+n,r^c!"\u-#Q=^N+92<?J,B6Gq"k"%n,r^c!"\u-#Q=^N+92<?J,B6Gq#(-sp]:Em
+!;JeJrr<T0rW%H+pc]5d*s]XOJ,f<Ars/<"s82ll5Oe[Q&-)V/J)L)c&,[LS_=2sS
+q#(-sp]:Em!;JeJrr<T0rW%H+pc]5d*s]XOJ,f<Ars/<"s82ll5Oe[Q&-)V/J)L)c
+&,[LS_=2sSq#(-sp]:Em!;JeJrr<T0rW%H+pc]5d*s]XOJ,f<DrrDQf!!baXJ)LA+
+!.=_F#CHOO^^pJ'#Q=Z&q#C?onGWCm5Oa0\s8E"Gr;[(M!<9hFs54.\rrDiorrDQf
+!!baXJ)LA+!.=_F#CHOO^^pJ'#Q=Z&q#C?onGWCm5Oa0\s8E"Gr;[(M!<9hFs54.\
+rrDiorrDQf!!baXJ)LA+!.=_F#CHOO^^pJ'#Q=Z&q#:9pKAcP)!!@`/pce]X#p8pC
+s+B50!Up3krri<$J,f<CrrRi2q#:<rJ)L)crr<?Ip]:DIhuEfI"98B(rW%HJq#:9p
+KAcP)!!@`/pce]X#p8pCs+B50!Up3krri<$J,f<CrrRi2q#:<rJ)L)crr<?Ip]:DI
+huEfI"98B(rW%HJq#:9pKAcP)!!@`/pce]X#p8pCs+B50!Up3krri<$J,f<>rrn&5
+s8EO]s8N,9nG`Iqs1f.trr>4_J,f<>rrn&5s8EO]s8N,9nG`Iqs1f.trr>4_J,f<>
+rrn&5s8EO]s8N,9nG`Iqs1f.trr>4_J,f<>rrn&5s8EO]s8N,9nG`Iqs1f.trr>4_
+J,f<>rrn&5s8EO]s8N,9nG`Iqs1f.trr>4_J,f<Drs%tBi;^Xnr;6Nt*s]X^KE(rO
+rr2s&+92<?J,f<Drs%tBi;^Xnr;6Nt*s]X^KE(rOrr2s&+92<?J,f<Drs%tBi;^Xn
+r;6Nt*s]X^KE(rOrr2s&+92<?J,f<Drs%tBi;^Xnr;6Nt*s]X^KE(rOrr2s&+92<?
+J,f<Drs%tBi;^Xnr;6Nt*s]X^KE(rOrr2s&+92<?J,f<Crtg2-#Q=]*i:m?BHiX2^
+!!E8r!Up3L#JpE>!;QQn(P!S4rW!&Yp]9l3!<9h7"98,sn,qSR_>aH7q#::0J0,$q
+!!D0S!UtI:s1eU:s7cWa"5jF#rr2unrr3db*s_cF"5rqTn9b69^]4K:p]9jdi!7*t
+rrDinrtg2-#Q=]*i:m?BHiX2^!!E8r!Up3L#JpE>!;QQn$2bkM_>f$-#J^lMrrWMB
+n9k69"[3HI*rl?@rrDinrsATF#JpFj*s]Rls8N0+_=2jP!!POsJ0+alrr2unrr3<&
+*s]X^J0,$3&-)Y3#JonWrr<3d%tG`%!WN*!q#::"r#Z0[s*u0r^^pJF!sc[3I/a0M
+4qE/c!!3*!!;QQn$2bkM_>f$-#J^lMrrWMBn9k69"[3HI*rl?@rrDinrs\fI#Q>86
+huEfXKA["7rrdio#J^lMrriB'n:1K5rr3E)*s_cUs53kXs+B57s8N4P*s]Rls8N6&
+!UtU=q#::%r#Z1C&-(Pf!WRf1#QOf,J0,$3&-)Y5!!2S=s7lTn%/_1PrX]%e!!3+P
+i!9;^"FqR!^^pJF"TSSmJ,f<Crs\fI#Q>86huEfXKA["7rrdio#J^lMrriB'n:1K5
+s8N5k!$D6Ws8N\hpcne2i;^S'KAZ_n%tig?_>aH7q#C?sn,OR1_>jNIi:oP:KAcdF
+%tid?4qE;(s2"^7!;QTo"RlC5s2"a8&`EFKs+B80^^l(U!'UpGi;^XmrrDiorrhfk
++901Wrt42a5Q?Aos1f.thuGqOKAcdGrr2uns8N5k!$D6Ws8N\hpcne2i;^S'KAZ_n
+%tig?_>aH7q#C?onGWCj5QCX'q#17)*s_cFJ,f:-!.5jg!UtU=q#C?onGWCj5QCX'
+q#17)*s_cFJ,f:-!.5jg!UtU=q#C?onGWCj5QCX'q#17)*s_cFJ,f:-!.5jg!UtU=
+q#C?onGWCj5QCX'q#17)*s_cFJ,f:-!.5jg!UtU=q#C?onGWCj5QCX'q#17)*s_cF
+J,f:-!.5jg!UtU=q#:9tKAcdGs82lrrt0b]#Q=]*i;`ceJ,fiSn:1K5rr31Ti;^Xn
+quH`r&V'idrW!&Ys8EOZ!!iPnJ,f<Crs",6s2"a5!<3!1J,fiR!!D0ZrXXMZ#QO:C
+s7lTn#(tk6_>jE5rr3R\!!iK'"5s4Y%tFWbs6tO<q#:9tKAcdGs82lrrt0b]#Q=]*
+i;`ceJ,fiSn:1K5rr2tKrr<9gs*t+L_=2sSrrU%+I/O$JHli>P&-)Y0q#:9nJH#TS
+5Q?66s2"2Ss8N/:n9k07"FM9k4qI\n!;QQn!.b(L#=&6=!<9n)J,fNM_=2jN!!IZk
+!'UqnrrDinrr@TL!!bagJ,oVcn:1K<!l=ARr;ZtJ*rnJ8s8N)orr2tKrr<9gs*t+L
+_=2sSrrU%+I/O$JHli>P&-)Y0q#(-op]9l3rr<$`s8N;]#Q>83*s_cE!!iK&!;QKl
+"8DodI/a0H5QC`fi!95lr#Z1Brr<<&rrDilrr`#sn9k69!'gM`#2fac&,[LSrVlj&
+rVllmr;Qlo!UtL:!!#7`rs%BdrX\oK#Q=Z&#Q=Z&q#(-op]9l3rr<$`s8N;]#Q>83
+*s_cE!!iK&!;QKl$2?abKAZ_1n,OR1!!*U\rW!'3s5<YQrr2unr;R)u5Q?Ao!!2Qh
++9)<A%tOWZ":tOjp]:Bo!;QKl$2?abKAZ_1n,OR1!!*U\rW!'3s5<YQrr2unr;R)u
+5Q?Ao!!2Qh+9)<A%tOWZ":tOjp]:Bo!;QKl$2?abKAZ_1n,OR1!!*U\rW!'3s5<YQ
+rr2unrr30"!<9h7"98B$_>aHB!!2S=i;^XnJ04PNrr2unrr30"!<9h7"98B$_>aHB
+!!2S=i;^XnJ04PNrr2unrr30"!<9h7"98B$_>aHB!!2S=i;^XnJ04PNrr2unrr30"
+!<9h7"98B$_>aHB!!2S=i;^XnJ04PNrr2unrr30"!<9h7"98B$_>aHB!!2S=i;^Xn
+J04PNrr2uns8N/i"5s1Y(5)Y^5Oa1&p]:Em!<<#u"5rqTn:1K5s8N/i"5s1Y(5)Y^
+5Oa1&p]:Em!<<#u"5rqTn:1K5s8N/i"5s1Y(5)Y^5Oa1&p]:Em!<<#u"5rqTn:1K5
+s8N/i"5s1Y(5)Y^5Oa1&p]:Em!<<#u"5rqTn:1K5s8N/i"5s1Y(5)Y^5Oa1&p]:Em
+!<<#u"5rqTn:1K5rr3R\*rl?2Hlr+an9c>XrW!&Y#QOf(r;HZr&-)Y0q#::*J0+al
+n9c>Q!UtIYs8E!#i!9;^!;ufr!"],0!;QQn&V(r'!UtIYp]9l3+92<?"5jFarrDur
+!!!Q0rrDinrt0c'!!2S:+8>m+HlrCf!!D-as8N)srVup/s8N)orr3R\*rl?2Hlr+a
+n9c>XrW!&Y#QOf(r;HZr&-)Y0q#::%quHLU!.Y"K4qIPk#QF`+i!95]I/a0H5Q:Z_
+q#::%quHLU!.Y"K4qIPk#QF`+i!95]I/a0H5Q:Z_q#::%quHLU!.Y"K4qIPk#QF`+
+i!95]I/a0H5Q:Z_q#::%quHLU!.Y"K4qIPk#QF`+i!95]I/a0H5Q:Z_q#::%quHLU
+!.Y"K4qIPk#QF`+i!95]I/a0H5Q:Z_q#::1J04g,%tig85O\dT!'gM]!;JeJHiX3G
+&-)Y0q#::1J04g,%tig85O\dT!'gM]!;JeJHiX3G&-)Y0q#::1J04g,%tig85O\dT
+!'gM]!;JeJHiX3G&-)Y0q#::1J04g,%tig85O\dT!'gM]!;JeJHiX3G&-)Y0q#::1
+J04g,%tig85O\dT!'gM]!;JeJHiX3G&-)Y0q#:9nr;Qa(4qE/cs2"a5*rl?Ars.K^
+rX]%ep]:Bo!;QQn!;uis$9euN+901Wr#Yn>s8N>^s8EQ/i:m?PrrDinrrDus!"(n#
+J04g-s83r=!WW0)i;`ces5<YQrr2unrr2urrr<Bi%tGc%_>jET!!3-"#N5X]&-(S_
+!WN*!q#:9nr;Qa(4qE/cs2"a5*rl?Ars.K^rX]%ep]:Bo!;QQn&c<aN^^pJ'pc\\*
+!!g:>"98/r!!dlOp]9l6s7lTn&c<aN^^pJ'pc\\*!!g:>"98/r!!dlOp]9l6s7lTn
+&c<aN^^pJ'pc\\*!!g:>"98/r!!dlOp]9l6s7lTn&c<aN^^pJ'pc\\*!!g:>"98/r
+!!dlOp]9l6s7lTn&c<aN^^pJ'pc\\*!!g:>"98/r!!dlOp]9l6s7lWo#Oh^8!'Uqn
+i;WcW&-)Y6p]9ja*s]X^rs%Bd^]8laq#C@!n,OO14qI\Orr<$0s8N;u!Up(2#JpH?
+#2fa%!.Y%Ds8N>n!$;2)&-(Sf!!!Q0rs&6!n,OO8_>jN>i!7$tJ,f<Drs/#n*rnJ8
+s5<nW!"],0#5A5g!$;H^s8N;]#J^=hs7lWo#Oh^8!'Uqni;WcW&-)Y6p]9ja*s]X^
+rs%Bd^]8laq#C@.n,OR*!WRZMpc\Z[i!7%.r#Z0Z&-)Y5#J^=hs7lWo'^u)Ep]:DF
+!;J_X"5jF"&,[LS^^pJF"UDgCJ,f<DrtOr&+8>m:J,o@.!!D-a^^p>b#J^lMrriYC
+!.Y%Ds8Nf&!$Ct:s*t+E4ob]C#J^lJ*s]Rls8N6-^]8laq#C@.n,OR*!WRZMpc\Z[
+i!7%.r#Z0Z&-)Y5#J^=hs7lWo%e+if#QO:ChuEfIJ)L)ds8NA_#JpFj!<<$/s8N)o
+s8NSuHliUnn:0?r!UtTspcnfY#iGs(s*t+LrX]&/!;QTo%e+if#QO:ChuEfIJ)L)d
+s8NA_#JpFj!<<$/s8N)os8NSuHliUnn:0?r!UtTspcnfY#iGs(s*t+LrX]&/!;QTo
+%e+if#QO:ChuEfIJ)L)ds8NA_#JpFj!<<$/s8N)os8Nf&HiODfs*u0r_=2go#Jom3
+rr>:Qrr<**^^pJF!;QTo'_$JM#JpFj*s]XOHliU0n,r[j5Oe[Q!XHLOs8N)os8Nf&
+HiODfs*u0r_=2go#Jom3rr>:Qrr<**^^pJF!;QTo'_$JM#JpFj*s]XOHliU0n,r[j
+5Oe[Q!XHLOs8N)os8Nf&HiODfs*u0r_=2go#Jom3rr>:Qrr<**^^pJF!;QEj'C^M0
+s8E!#huEfIJ)CRJn:1HC_>aH7q"k"(n:0BrrW!&Y!!2S=i!7*fJ,]birr2unqYq5u
+J)LA+!!D-Z!UtTs#JonZrs-C>rrDijrtFmOi;`cV"5j.[n:0@$_=2sS#JpE>!;QEj
+'C^M0s8E!#huEfIJ)CRJn:1HC_>aH7q#C?onGWCf!WW03i:oJHqu?u<n,qVK^]8a(
+!!3*!!;QTo!:]sf!!3-"&`EFJ&,ZD4_=.Qbs1eV^*rl?@rrDiorrDQf!!!'"rt42a
+4qIPk#Jom3i;^RmHli=hrr2uns8N)grVup!s8N\hpc]5d!!g@0"5s3p!.5jg!WN*!
+q#C?onGWCf!WW03i:oJHqu?u<n,qVK^]8a(!!3*!!;QTo!UtU=rtrTAHiX2_n9b62
+!Up3Ls8E"Jrs/N'J,f<DrrMV=s8NqPn9b69_=2gPp]9jdi;`cVJ,]cQ!.Y%Ds8N,h
+J,fNc_=2gPs2"2P!;HTa"5s4Y!.Y"RrW%HJq#C?pn:1K<(r>]h!<9n)HiWpBn,qVK
+rW%HJ#Q=^Qs7lWo!UtU=rtrTAHiX2_n9b62!Up3Ls8E"Jrs/N'J,f<Drt=gK!!g@?
+r#b\us+B8)!"\u-q"t*l5Q:Z_q#C@,n9b3@_>jETpcne2i:m9_quHNi!!#7_rrDio
+rt=gK!!g@?r#b\us+B8)!"\u-q"t*l5Q:Z_q#C@,n9b3@_>jETpcne2i:m9_quHNi
+!!#7_rrDiort=gK!!g@?r#b\us+B8)!"\u-q"t*l5Q:Z_q#C@+n9b3@_>jET#Q=^N
+*rnJ8KAce0#k3?%p]9l6s7lWo&b(/J#JpH<*s_cFHli>P%tig?rs8+Di:m?BJ,f<D
+rt4aJ!!g@?r#Z1C!.5jg4qE;(s8NAoJ)L)&n:1K5s8N]#HiODfs83rDrW%<f!'UpG
+i;`f_n:0Bk!UtU=q#C@+n9b3@_>jET#Q=^N*rnJ8KAce0#k3?%p]9l6s7lWo%e+iG
+#JpH<!;HTpquHcrrVus(_#=<8#Q>86rrDiorsnOG!!g@?quHKms82lsrr)lu#Jg<=
+!XJ]8s8N)os8NSuHiODfs82ll!WW&ts8Mut!=-F>!!3E)&-)Y0q#C@(n9b3@_>jE5
+p]:Em!<<&t!!*>?rW!!)rX]&/!;QTo%e+iG#JpH<!;HTpquHcrrVus(_#=<8#Q>86
+rrDiorrMV=s8N2;s*t+Krrdio!!2Th!!3,9rr3-,_=2sSq#C?pn:1K<"2Y"f!<3!$
+J0+alnG`Ihs2"^7"UDm5J,f<DrrMV=s8N2;s*t+Krrdio!!2Th!!3,9rr3-,_=2sS
+q#C?pn:1K<"2Y"f!<3!$J0+alnG`Ihs2"^7"UDm5J,f<DrrMV=s8N2;s*t+Krrdio
+!!2Th!!3,9rr3-,_=2sSq#C?onGWCi!WRfPrr<K=s53l@!!E8r!WRZM#Q=Z&q#C?o
+nGWCi!WRfPrr<K=s53l@!!E8r!WRZM#Q=Z&q#C?onGWCi!WRfPrr<K=s53l@!!E8r
+!WRZM#Q=Z&q#C?onGWCi!WRfPrr<K=s53l@!!E8r!WRZM#Q=Z&q#C?onGWCi!WRfP
+rr<K=s53l@!!E8r!WRZM#Q=Z&puDASpuDASpuDASpuDASpuDASpuDASpuDASpuDAS
+puDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASp]~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr7.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr7.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1410 @@
+%!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!N2s*t+LrXXN$!'gL6!<9hF
+r;?TsJ,f<DrrDQf!"f83J,oWK%tG`%5Q?66s1f0Cr;ZnKs7lWo!:]sf&HVo^!<<$/
+J0+bUs*t+L^^pAA!!7ZMq#C?onGWD"!WRZMs8EOZ*rnP*J,oVb&,cA+!e:7Fs8N)g
+rW!N2s*t+LrXXN$!'gL6!<9hFr;?TsJ,f<DrrMV=s8N)8s8NVfs1f.trr>4nKE(^2
+s83u=rr_b?s7lWo!UtU=rrBn8rt"&f^^l(t!'UpGs7ehYr#bt="7Ug?q#C?pn:1K<
+!5\^8&)dK'%tjl^4qE;GpcnfV+92?Cn:1K5s8N,hJ,fNK_>jNGi;^S'KDtp8%tjoW
+5QCX's8N2jJ,f<DrrMV=s8N)8s8NVfs1f.trr>4nKE(^2s83u=rr_b?s7lWo"Rpd=
+#JpE>#P^OQJ)C;j&-)Y:#JonW*rl?2J,f<Drrhh=!!g@>rs/<`n:0?r4qI\n$4"E:
+Hli=hn:1K5s8N5kHiODfrr35u5Oa0\!'UqnrsB"In9c;X!UtU=q#C?sn9b3@_>aH>
+pcn7thuGqOs8NE2_=2go!!2S=s7lWo"Rpd=#JpE>#P^OQJ)C;j&-)Y:#JonW*rl?2
+J,f<DruCNU!!g@?quHc4&-(Pf4qIPk#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(Pf
+4qIPk#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(Pf4qIPk#J^=e*rl?2J,f<DruCNU
+!!g@?quHc4&-(Pf4qIPk#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(Pf4qIPk#J^=e
+*rl?2J,f<DruCNU!!g@0J)L)dn:1HCrX\o,s1f0C*rl?2J,f<DruCNU!!g@0J)L)d
+n:1HCrX\o,s1f0C*rl?2J,f<DruCNU!!g@0J)L)dn:1HCrX\o,s1f0C*rl?2J,f<D
+ruCNU!!g@0J)L)dn:1HCrX\o,s1f0C*rl?2J,f<DruCNU!!g@0J)L)dn:1HCrX\o,
+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`rr>:`J,oVcs82lsrW%HJ#Jg<="UDgC
+J,f<Crt9ta!'gL6!<9n8quHcr!.Y"R_#=<;#J^=hs7lTn&qg2a5Q?66s2"a5!<<#u
+J,]bhrW!*,^]8laq#::+KDtp9s*t+L_>jE5s8E"Jrs-@=!!NVC!.Y%Drr3U`rr>:`
+J,oVcs82lsrW%HJ#Jg<="UDgCJ,f<CrselJp](hWrr<)hJ,]bhrr<'A#QF`-i!7$t
+J,f<CrselJp](hWrr<)hJ,]bhrr<'A#QF`-i!7$tJ,f<CrselJp](hWrr<)hJ,]bh
+rr<'A#QF`-i!7$tJ,f<CrselJp](hWrr<)hJ,]bhrr<'A#QF`-i!7$tJ,f<CrselJ
+p](hWrr<)hJ,]bhrr<'A#QF`-i!7$tJ,f<DrrMTks8N0"%tOZ[!'^A^rr3&t!!iQ(
+!Iu9irrDiorrMTks8N0"%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDiorrMTks8N0"%tOZ[
+!'^A^rr3&t!!iQ(!Iu9irrDiorrMTks8N0"%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDio
+rrMTks8N0"%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDiors%t?!<9h7J,fNZrX\o,#Q=^N
+*rnP*KAcM*rr2uns8N;mHiX2^!.Y%K&,m+;!!iK'Hli>Qs+B8)!WN*!q#C?un9b69
+^]8lart#)>qu@!$!.5jg5Q?Aop]:Bo!;QTo#4R!?s1eVas8NW/&,ZD4rW%<f!'gL9
+i:m?PrrDiors%t?!<9h7J,fNZrX\o,#Q=^N*rnP*KAcM*rr2uns8N]#J,]L4%tig8
+5O\dT#Jom0+9)9?KDYZKq#C@+n:1H<4qE;(pcn6Mrs-C0!$D4?!/(1K!;QTo&b(;M
+!'UpGi:oP+"9/VBn,OR0rr@]KrrDiort4aMrr>4nKAcMhn,r[q_=.FHrr2tNqu6Zk
+s8N]#J,]L4%tig85O\dT#Jom0+9)9?KDYZKq#C?onG`Iis1f0Fs8DuuI/a0H55tTa
++8>m8rrg+;J,f<DrrDQg!!<29&-)\/!!%EH!!#4_!!48;!WE$$^]8laq#C?onG`Ii
+s1f0Fs8DuuI/a0H55tTa+8>m8rrg+;J,f<DrrDQg!!<29&-)\/!!%EH!!#4_!!48;
+!WE$$^]8laq#C?onG`Iis1f0Fs8DuuI/a0H55tTa+8>m8rrg+;J,f<BrrV-Yrr2s,
+*rnOp"98,r%tig?_#FB:*rnJ8s8N)orVlrWs8N#u$m,I6n,r^c!"X_?s1nX7"!7M,
+&-)Y0q#13oi;`fV!"9qL5O\dTp](hWi;^Um!!=;C4qI\n!;QNm!oX+Xrr<HL!'frT
+s7cR)KAcdFrr<-C!'UqnrrDimrrV-Yrr2s,*rnOp"98,r%tig?_#FB:*rnJ8s8N)o
+rr31Ti:m?B"98B$!Y>2Nr;[*F#J^=hrs/N6s8N)orr31Ti:m?B"98B$!Y>2Nr;[*F
+#J^=hrs/N6s8N)orr31Ti:m?B"98B$!Y>2Nr;[*F#J^=hrs/N6s8N)orr31Ti:m?B
+"98B$!Y>2Nr;[*F#J^=hrs/N6s8N)orr31Ti:m?B"98B$!Y>2Nr;[*F#J^=hrs/N6
+s8N)orr3B(!;J_gKDu1l%tig?!!!Q0rrW6%n:1K<!5\[7!;QQn$iC#"4qE;G#J^k&
+i;WcW&-)Y3!!2S=s8N)8rr2unrr3B(!;J_gKDu1l%tig?!!!Q0rrW6%n:1K<!5\[7
+!;QQn$iC#"4qE;G#J^k&i;WcW&-)Y3!!2S=s8N)8rr2unrr3B(!;J_gKDu1l%tig?
+!!!Q0rrW6%n:1K<!5\[7!;QQn!;u`p#Trh+n9c>X_=7F("[DJYrr<*!rrDinrrDup
+!!j\A5Oa%Bs2"4(!!PUV"9/?%rr2unrr2urqu@!Epcn7q+901HrW!*dn,r[j!WN*!
+q#:9nr;6O#+8A(iHlrC)nGWCk5O\dT!!3*!!;QQn!;u`p#Trh+n9c>X_=7F("[DJY
+rr<*!rrDioru(;.i!9;OHli=hn,r[q^^p>C#Q>83!;HO)s8N)os8Nu+"5jFan9c;X
+!Up3k#J^lJ!!iK6quHKl&-)Y0q#C@3n,qSRs6tCX!!2Qkrs-=Mqu@!$&,ZG&!"],0
+!;QTo)=Rad#QO:@*rl?2"9/VA&,ZD4rX\o,p](j)rrDioru(;.i!9;OHli=hn,r[q
+^^p>C#Q>83!;HO)s8N)os8N/i"989!'`\.4"9/?b!!D0Z^^kr;pc\\-s7lWo!q6<l
+qu@H2rW!'#!'UAbi;^S'J04PM!.Y%Ds8N/i"989!'`\.4"9/?b!!D0Z^^kr;pc\\-
+s7lWo!q6<lqu@H2rW!'#!'UAbi;^S'J04PM!.Y%Ds8N/i"989!'`\.4"9/?b!!D0Z
+^^kr;pc\\-s7lTn#5fPC4qI\Orr<'1KE(rSrXXN$q#(0mq#:<qJ,f<Crs&BC!'Uqn
+i;WcX%tjo^"TAp^+8Gd7!;QQo!e:7Frr33#*rnJ8s5<nW!=sh_rri<3J04Rb!!)fo
+!!7ZMq#:9tr#Yo&&-(Sf!!*U_s8N6$%tGbsr;Zimrr<+Ms7lTn#5fPC4qI\Orr<'1
+KE(rSrXXN$q#(0mq#:<qJ,f<Dru(<R!;HTaJ)CS2%tGc%^^p>bpcn7q!!g:Ms8N)o
+s8Nu+HiWpBn:0@$rXXN$s1f0C+8A(iHiODe&-)Y0q#C@3n9b62!UtTs#Q>6a+90+e
+r#b\un9b3@^^pJF!;QTo)=W"Rp]9l6i!95lJ04g,&,[OE5Oa%##J^lMrrDioru(<R
+!;HTaJ)CS2%tGc%^^p>bpcn7q!!g:Ms8N)orVloV#QOf*J0,$rrri6"pcn9J!!3DA
+nG`Ih#JpE>!;QNm!T44_rrR]m#QOf,quHLVnG`Ii#Jop0!!*>@rr2unrVloV#QOf*
+J0,$rrri6"pcn9J!!3DAnG`Ih#JpE>!;QNm!T44_rrR]m#QOf,quHLVnG`Ii#Jop0
+!!*>@rr2unrVloV#QOf*J0,$rrri6"pcn9J!!3DAnG`Ih#JpE>!;QHk"2GHIi;W`g
+J,fhjn9b624og*4!'UC4s7lKk"2GHIi;W`gJ,fhjn9b624og*4!'UC4s7lKk"2GHI
+i;W`gJ,fhjn9b624og*4!'UC4s7lKk"2GHIi;W`gJ,fhjn9b624og*4!'UC4s7lKk
+"2GHIi;W`gJ,fhjn9b624og*4!'UC4s7lWo&Fb2-s8EQ/i:m9_KAce/!.=bG!tY;O
+q#:<qJ,f<Drt+[Li;`ces5<YP%tig?rW%?F!!<c0+8Gj9!e:7Fs8NZ"J)LA+&-(S_
+!"X_?s8E"GrW!$2r#b_6!!7ZMq#C@*n:0BrrX]%ep](hWi;`cVI/X*J&,[OErr<+M
+s7lWo&Fb2-s8EQ/i:m9_KAce/!.=bG!tY;Oq#:<qJ,f<DrrDQg!"T%Fs82j%rXXMZ
+#Jom0+8u6F"5j/Dn:1K5s8N)grr<Q/_>jE5#Q>6a!!g@0!$D1?#6Wla5Oa1&q#C?o
+nG`Ius2"a5!!iK6J,fhjn,OR0!!`Va!'ft&s7lWo!:^!g%faBFqu@!$%tFWb_=.FH
+rW!0*huH"2J,f<DrrDQg!"T%Fs82j%rXXMZ#Jom0+8u6F"5j/Dn:1K5rr3.Ss7ebX
+J,fNNrW%<frr3)u*s_fE!!W-]!.Y%Drr3.Ss7ebXJ,fNNrW%<frr3)u*s_fE!!W-]
+!.Y%Drr3.Ss7ebXJ,fNNrW%<frr3)u*s_fE!!W-]!.Y%Drr3.Ss7ebXJ,fNNrW%<f
+rr3)u*s_fE!!W-]!.Y%Drr3.Ss7ebXJ,fNNrW%<frr3)u*s_fE!!W-]!.Y%DrVmeo
+#J^<As7cWpKAZ_1s*t+LrXXN$!'UC4s7lQm)W1k9!!E8r!WRf1!!3+M!<<$/J0+bT
+!.Y%DrVmeo#J^<As7cWpKAZ_1s*t+LrXXN$!'UC4s7lQm)W1k9!!E8r!WRf1!!3+M
+!<<$/J0+bT!.Y%DrVmeo#J^<As7cWpKAZ_1s*t+LrXXN$!'UC4s7lTn$@j5n5QCX'
+s2"a5rr<Ej&,[OLrX\o,p](j)rrDinrsF8upcnfV+901Wr;Qa)4qIQ5s8EQ,!;HO)
+s8N)orr3=U+8A)#r#bsTs8;ls$U,+!+92<NquHKl&-)Y0q#::#J04PNs83u=_>jH5
+!"1t$r#bt<&,ZG&!"],0!;QQn$@j5n5QCX's2"a5rr<Ej&,[OLrX\o,p](j)rrDio
+rs\CHrs-=>"5s3p!.Wr+rrn&Tp]9l3rr<'`&-)Y0q#C@&n:1HC^]4Jps1eVai;W`[
+KE(]In9k69!Bq%orrDiors\CHrs-=>"5s3p!.Wr+rrn&Tp]9l3rr<'`&-)Y0q#C@&
+n:1HC^]4Jps1eVai;W`[KE(]In9k69!Bq%orrDiors\CHrs-=>"5s3p!.Wr+rrn&T
+p]9l3rr<'`&-)Y0q#(-m!'gM`$/kSCs*u0k4qISk!!Y[W!$;H]&-)Y0q#(-m!'gM`
+$/kSCs*u0k4qISk!!Y[W!$;H]&-)Y0q#(-m!'gM`$/kSCs*u0k4qISk!!Y[W!$;H]
+&-)Y0q#(-m!'gM`$/kSCs*u0k4qISk!!Y[W!$;H]&-)Y0q#(-m!'gM`$/kSCs*u0k
+4qISk!!Y[W!$;H]&-)Y0q#::"J04g,&-(S_!"],0"TU^ss5<\M!!E>lJ,f<Crs=2t
+s1f0Fi:m9_s8N6&4qI\Oq"t*p!UtU=q#::"J04g,&-(S_!"],0"TU^ss5<\M!!E>l
+J,f<Crs=2ts1f0Fi:m9_s8N6&4qI\Oq"t*p!UtU=q#::"J04g,&-(S_!"],0"TU^s
+s5<\M!!E>lJ,f<?rtk0P!;HTpKAcMhn,OR1_=2sS#Q=^Qs7lHj([uePp]:DIi:oP+
+!$D6Wn:1HCrW%HJq"k",n9b62!WRf1pcn6J+901HJ,]cQ!.Y%DqYqB$HiWpBs+B8)
+5O\Xps2"2Srs/N'J,f<?rtk0P!;HTpKAcMhn,OR1_=2sS#Q=^Qs7lWo!:]sf'`mfR
+rr>:`KAcMg%tjoW4ofsP!'UqnrrDiorrDQf!#5P(J,]L5s+B8)4qE;Gpc\\**rnJ8
+s8N)os8N)grW!Z6n:1H<5Q?Aopc]4@s7ebXHli>P&-)Y0q#C?onGWD&!UtU=!'gL9
+i:oJHKE(^1!.5jg4qI\n!;QTo!:]sf'`mfRrr>:`KAcMg%tjoW4ofsP!'UqnrrDio
+rrMV=s8NhMs+B505QCX'pcnfV!!g@0J,]L4&-)Y0q#C?pn:1K<'uBp&huH"Ar#b\u
+s82j%_=2sS!'UqnrrDiorrMV=s8NhMs+B505QCX'pcnfV!!g@0J,]L4&-)Y0q#C?p
+n:1K<'uBp&huH"Ar#b\us82j%_=2sS!'UqnrrDiorrMV=s8NhMs+B505QCX'pcnfV
+!!g@0J,]L4&-)Y0q#C@.n9b3@_>f#cpcn7trr<*"J,fhjnG`Il#JonZs7lWo'_$JM
+#JpFj!;JeJJ,]KLs*t(S_=7I)"UDm5J,f<DrtOsM!!g@?J,o@/n:1H<!WRZM#Jop0
+!!NVDn:1K5s8Nf&HiODfs*t+E5Oa1&!!3+M!!g@0rr<3-_=2sSq#C@.n9b3@_>f#c
+pcn7trr<*"J,fhjnG`Il#JonZs7lWo$1N<B#JonW!<<&u!!=><5Oe[Q!Vc]prriB'
+n:1K5s8NDpHiODfn9b69rr2s#+8A(irr<)p!WN*&!!2S=s7lWo$1N<B#JonW!<<&u
+!!=><5Oe[Q!Vc]prriB'n:1K5s8NDpHiODfn9b69rr2s#+8A(irr<)p!WN*&!!2S=
+s7lWo$1N<B#JonW!<<&u!!=><5Oe[Q!Vc]prriB'n:1K5s8N]#HiODfn,qSR^]8la
+p](j&+92?Hn:0Bk5Oa1&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!"\uL
+s8NAoJ)L)dn:1K5s8N]#HiODfn,qSR^]8lap](j&+92?Hn:0Bk5Oa1&q#C?pn:1K<
+!5\^8!oX*orr<$@s8NGq"9/VBn,OO8rX]&/!;QTo!UtU=rrBn8rrV-Y_#FB7+92?J
+n,r[q_=.FH#Q>86rrDiorrMV=s8N)8s8N/Ys1nX7!$D7@$Le/t#Jom0*s_cUs8N)o
+s8N,hJ,fNK_>jN:i;^Um!!",@rsJ5trs-C0!$;IF&-)Y0q#C?pn:1K<!5\^8!oX*o
+rr<$@s8NGq"9/VBn,OO8rX]&/!;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]s1f0FrrDiorrDQf!!!'"rrq?U5Q?66rr3"L!<<'&n9c>X
+^^pJF!;QTo!:]sf!!3-""lT/?s*t+KrrIWMs8N8lHlrC(&-)Y0puDASpuDASpuDAS
+puDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDASpuDAS
+puDASpuDASpuDASpuDASp]~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr8.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr8.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1409 @@
+%!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!N2s*t+E4qIQ5!'gL6!<9hF
+r;?TsJ,f<DrrDQf!"f83J,o@.&,[LL5Q?66s1f0Cr;ZnKs7lWo!:]sf&HVo^!;J_g
+r#Yo's*t+L^^pAA!!7ZMq#C?onGWD"!WRZMpc]5d*rnP*J,oVb&,cA+!e:7Fs8N)g
+rW!N2s*t+E4qIQ5!'gL6!<9hFr;?TsJ,f<DrrMV=s8N_Js*t+L^^kr;#J^k&s7ehY
+r#bt="7Ug?q#C?pn:1K<'#FTu!<9hFJ0,$3%tjoW5QCX's8N2jJ,f<DrrMV=s8N_J
+s*t+L^^kr;#J^k&s7ehYr#bt="7Ug?q#C?pn:1K<'#FTu!<9hFJ0,$3%tjoW5QCX'
+s8N2jJ,f<DrrMV=s8N_Js*t+L^^kr;#J^k&s7ehYr#bt="7Ug?q#C?sn9b3@_>aH9
+pcn9J!!3E)&-)Y:#JonW*rl?2J,f<Drrhh=!!g@>rrVs[nG`Ii#Q>86rsB"In9c;X
+!UtU=q#C?sn9b3@_>aH9pcn9J!!3E)&-)Y:#JonW*rl?2J,f<Drrhh=!!g@>rrVs[
+nG`Ii#Q>86rsB"In9c;X!UtU=q#C?sn9b3@_>aH9pcn9J!!3E)&-)Y:#JonW*rl?2
+J,f<DruCNU!!g@?quHc4&-(PmrX\o,#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(Pm
+rX\o,#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(PmrX\o,#J^=e*rl?2J,f<DruCNU
+!!g@?quHc4&-(PmrX\o,#J^=e*rl?2J,f<DruCNU!!g@?quHc4&-(PmrX\o,#J^=e
+*rl?2J,f<DruCNU!!g@0HiWq+n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0HiWq+
+n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0HiWq+n9c;_^^p>Cs1f0C*rl?2J,f<D
+ruCNU!!g@0HiWq+n9c;_^^p>Cs1f0C*rl?2J,f<DruCNU!!g@0HiWq+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`rr>:`J,oVcs82lsrW%HJ#Jg<=!XHLO
+s8N)orr3U`rr>:`J,oVcs82lsrW%HJ#Jg<=!XHLOs8N)orr3U`rr>:`J,oVcs82ls
+rW%HJ#Jg<=!XHLOs8N)orr3U`rr>:`J,oVcs82lsrW%HJ#Jg<=!XHLOs8N)orr3U`
+rr>:`J,oVcs82lsrW%HJ#Jg<=!XHLOs8N)orr3H*+8>gHKDtoPn:1HC_#FB8*s_fF
+"5jF"&-)Y0q#::&r#b\6%tjl^!UtU=#Jg?>!?VRGrr_0a^^pJF!;QQn%K%=C!"X_^
+!!2S=rs-@>!!+/Hrr3)Y#J^lMrrDinrselJp](hWrr<)hJ,]bhrr<'A#QF`*i!7%.
+s8N)orr3H*+8>gHKDtoPn:1HC_#FB8*s_fF"5jF"&-)Y0q#:9sKDu2U%tOZ[!'^A^
+rr3&t!!iQ(!Iu9irrDinrrn&T#Q>6arr<$_rW)rt!rN$'s8N+M+8l-=q#:9sKDu2U
+%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDinrrn&T#Q>6arr<$_rW)rt!rN$'s8N+M+8l-=
+q#:9sKDu2U%tOZ[!'^A^rr3&t!!iQ(!Iu9irrDioruCNU!<9h7J,]cQ!.4bOrW%<f
+!'gL9i:m?BJ,f<DruCNU!<9h7J,]cQ!.4bOrW%<f!'gL9i:m?BJ,f<DruCNU!<9h7
+J,]cQ!.4bOrW%<f!'gL9i:m?BJ,f<DruCNU!<9h7J,]cQ!.4bOrW%<f!'gL9i:m?B
+J,f<DruCNU!<9h7J,]cQ!.4bOrW%<f!'gL9i:m?BJ,f<Drt4aMrr>4nKE(^2s+B57
+^^kr;rr2tNqu6Zks8N]#J,]L4%tjoW5Q?Ao#J^k#+9)9?KDYZKq#C@+n:1H<4qE;G
+pcne2i!7%.J04dj!/(1K!;QTo&b(;M!'UpGs7ehYKA[!M%tGc$rr@]KrrDiort4aM
+rr>4nKE(^2s+B57^^kr;rr2tNqu6Zks8N)grr<W1^^pJ'!!3,t!;J_gJ04OerVm#9
+!.Y%Ds8N)grr<W1^^pJ'!!3,t!;J_gJ04OerVm#9!.Y%Ds8N)grr<W1^^pJ'!!3,t
+!;J_gJ04OerVm#9!.Y%Ds8N)grr<W1^^pJ'!!3,t!;J_gJ04OerVm#9!.Y%Ds8N)g
+rr<W1^^pJ'!!3,t!;J_gJ04OerVm#9!.Y%DrVlrWs8N#u"X!M(n,r^i!!<>]s1nX7
+"!7M,&-)Y0q#13oi;`fV!!OJ>5O\dTrW!$&i;^Um!!=;C4qI\n!;QNm!oX+Xrr<3E
+pcn6Ms8E!#"5s3prr<-C!'UqnrrDimrrV-Yrr2s%+8A(i"98?#!s@K]_#FB:*rnJ8
+s8N)orVlrWs8N#u"X!M(n,r^i!!<>]s1nX7"!7M,&-)Y0q#:9tKAcM*n,qVK!!3]/
++8l0F*s]R]J,]cQ&-)Y0q#:9tKAcM*n,qVK!!3]/+8l0F*s]R]J,]cQ&-)Y0q#:9t
+KAcM*n,qVK!!3]/+8l0F*s]R]J,]cQ&-)Y0q#:9tKAcM*n,qVK!!3]/+8l0F*s]R]
+J,]cQ&-)Y0q#:9tKAcM*n,qVK!!3]/+8l0F*s]R]J,]cQ&-)Y0q#::'quHLU%tjle
+^^pJ'#J^lMrrW6%n:1K<!5\[7!;QQn%f?>%4qE;G#J^lMi!7%.s8N0$!UtU=rrBn7
+rrDinrsnr,pc]4@rs-=Ms54-t&-)Y3!!2S=s8N)8rr2unrr3K+!;J_gKDu1l&-(Pm
+^^pJF!rrAkJ,fNK_>aH7q#::'quHLU%tjle^^pJ'#J^lMrrW6%n:1K<!5\[7!;QQn
+!;ucq&pter!UtU=pcn7thuH"2"9/?%rr2unrr2urr;[IX+8>m+J,f:.n:0?r5O\dT
+!!3*!!;QQn!;ucq&pter!UtU=pcn7thuH"2"9/?%rr2unrr2urr;[IX+8>m+J,f:.
+n:0?r5O\dT!!3*!!;QQn!;ucq&pter!UtU=pcn7thuH"2"9/?%rr2uns8Nu+"5jFa
+n:1H<5O\Xp#Q>6a!!iK6quHKl&-)Y0q#C@3n,qSRs6tO<!'frQ*s_cUJ,fiR&,ZG&
+!"],0!;QTo)=Rad#QO:Crr>:Q!$;IF%tFWbrX\o,p](j)rrDioru(;.i!9;OJ,]L5
+n,OO8rXXMZ#Q>83!;HO)s8N)os8Nu+"5jFan:1H<5O\Xp#Q>6a!!iK6quHKl&-)Y0
+q#C?qn,r^i!!@TKs1nX7&0D.m!.Wr,^^kr;pc\\-s7lWo!q6<lrW!%J!<9k7!"^4W
+^]8lBs1f.q+8A#"J,f<DrrVZls8E!#HiX2^rr<TP#J^=hi;^S'J04PM!.Y%Ds8N/i
+"98?#"+1+K_#FBG*s]R]J)L@B%tGbs4og*4q#C?qn,r^i!!@TKs1nX7&0D.m!.Wr,
+^^kr;pc\\-s7lTn!;uis#=%^-huGqOKE(rS^^kr;q#(0rpc\\-s7lTn!;uis#=%^-
+huGqOKE(rS^^kr;q#(0rpc\\-s7lTn!;uis#=%^-huGqOKE(rS^^kr;q#(0rpc\\-
+s7lTn!;uis#=%^-huGqOKE(rS^^kr;q#(0rpc\\-s7lTn!;uis#=%^-huGqOKE(rS
+^^kr;q#(0rpc\\-s7lWo(%?_Qp]9l6i!95lJ04g,&,[OE5Oa("!!!Q0rrDiortY$Q
+s7cWaJ)CS2%tGc%^^p>bpcn7qrVup/s8N)os8Ni'J,f9En:0@$rXXN$s1f0C+8A(i
+I/X*G&-)Y0q#C@/n:1K5!UtTs#Q>6a+90+er#b\un9k38!"],0!;QTo(%?_Qp]9l6
+i!95lJ04g,&,[OE5Oa("!!!Q0rrDinrrW*?#QOf*J0,$rrri6"pcn9J!!3DAnGWCf
+!WN*!q#:9pr#Z1DrrR]m#QOf,quHLVnG`Ii#Jop/!!!'!rrDinrrW*?#QOf*J0,$r
+rri6"pcn9J!!3DAnGWCf!WN*!q#:9pr#Z1DrrR]m#QOf,quHLVnG`Ii#Jop/!!!'!
+rrDinrrW*?#QOf*J0,$rrri6"pcn9J!!3DAnGWCf!WN*!q#:9tr#bsS&-(Sert0b]
+#JonW!;J_XJ,]cQ!.Y%Drr33#+90+es5<nV&V'id_=2gPpc\\-rs/N'J,f<Crs&BC
+s1f0Fi;W`gJ,fhjn9b624og*4#Q=^Qs7lTn#5fSC^^pJ'rr3R\!!g@0HiWq*!.Y"R
+rW%HJq#:9tr#bsS&-(Sert0b]#JonW!;J_XJ,]cQ!.Y%DrVmAcs8EQ/i:m9_KAce/
+!.=bG#S6hTp]9l6s7lQm%cIBd&-(S_!"X_?s8E"GrW!37r#b\7n:1K5rVmAcs8EQ/
+i:m9_KAce/!.=bG#S6hTp]9l6s7lQm%cIBd&-(S_!"X_?s8E"GrW!37r#b\7n:1K5
+rVmAcs8EQ/i:m9_KAce/!.=bG#S6hTp]9l6s7lWo!UtL:!"Au/qu@!$%tFWb_=.FH
+rW!$&huH"@rrDiorrMV:rr<K/s82j%rXXMZ#Jom0+8u6B"5j/Drr2uns8N,hI/a0U
+!WW&t#Q>6a!!g@0!$D1?!s@H]5Q:Z_q#C?pn9k69%0?M,!!iK6J,fhjn,OR0!!<>]
+!'gJ_!;QTo!UtL:!"Au/qu@!$%tFWb_=.FHrW!$&huH"@rrDilrrW6b!.Y%K"9&:J
++9)9Br#Z1CrW!,s4og*4q#(-o!'UC4s8N3#!.5mfrr`0@#QF]&"o(7]J,f<ArrW6b
+!.Y%K"9&:J+9)9Br#Z1CrW!,s4og*4q#(-o!'UC4s8N3#!.5mfrr`0@#QF]&"o(7]
+J,f<ArrW6b!.Y%K"9&:J+9)9Br#Z1CrW!,s4og*4q#C?qn:0Bq!!rc-!!2Qki:m?B
+rr<E+rXXN$!'UC4s7lWo!q:]trW!6,rr<)h"5rqTnG`Iqs8EOZ*rnJ)J,f<DrrV\>
+i;N]_"9/?%n,qVD!V$*h$NL)9J0+bT!.Y%Ds8N/iJ)L;+#m:2-!Up3Lp]9ma!"/c*
+%tG`%4og*4q#C?qn:0Bq!!rc-!!2Qki:m?Brr<E+rXXN$!'UC4s7lTn)#PKN5QCW]
+s2"a5+8A#"HlrCf&,ZG&!"],0!;QQn)#PKN5QCW]s2"a5+8A#"HlrCf&,ZG&!"],0
+!;QQn)#PKN5QCW]s2"a5+8A#"HlrCf&,ZG&!"],0!;QQn)#PKN5QCW]s2"a5+8A#"
+HlrCf&,ZG&!"],0!;QQn)#PKN5QCW]s2"a5+8A#"HlrCf&,ZG&!"],0!;QTo#4R-B
+#J^<As8N/9!.XtI"bZjM!UtL:!!,7os8N)os8N;mJ,]bh!!E9$!l+ecrVm%Rs7cWa
+I/a0I4qI\n!;QTo#4R-B#J^<As8N/9!.XtI"bZjM!UtL:!!,7os8N)os8N;mJ,]bh
+!!E9$!l+ecrVm%Rs7cWaI/a0I4qI\n!;QTo#4R-B#J^<As8N/9!.XtI"bZjM!UtL:
+!!,7os8N)or;Qct5Q:Zapcn9I!!5=aI/a0N5O\Xp#J^lMrrDilrrE*arr3&p5OeXP
+!^6U3rr<6fn,OO8^^pJF!;QKl!<>@`rrVs[nGWCh4og!1!!Y[W!$;H]&-)Y0q#(-m
+!'gJ_!r,"LrW!!`!.=eH#!_SW*s]Rls8N)or;Qct5Q:Zapcn9I!!5=aI/a0N5O\Xp
+#J^lMrrDinrs4,ss1f0Fi:m?PrriBd&-(S_qu?j#n:1K5rr37S+90+es5<YQrr3-%
+4qI\Oq"t*p!UtU=q#::!J04g,&-(S_!WN*&!'Uqni;!3M"9J"As7lTn#_4#s^^pJ'
+p]:Bo"TU^ss5<\M!!E>lJ,f<Crs4,ss1f0Fi:m?PrriBd&-(S_qu?j#n:1K5qYpQb
+rr<3%_>f/Gs8NPt!$D6Wn:1HCrW%HJq"k!jnG`Iks2"_fi;`fdn,OR1_=2sS#Q=^Q
+s7lHj!:^!g"TQ=<KAce0%Ia?>s2"2Srs/N'J,f<?rrDQg!!N><s+B80rseGt+901H
+J,]cQ!.Y%DqYpQbrr<3%_>f/Gs8NPt!$D6Wn:1HCrW%HJq#C?onGWCq!UtU=!'gL9
+i:m9_s8N?!4ofsP!'UqnrrDiorrDQf!"/hsJ,]L5s+B8)!"],0#P^I_Hli>P&-)Y0
+q#C?onGWCq!UtU=!'gL9i:m9_s8N?!4ofsP!'UqnrrDiorrDQf!"/hsJ,]L5s+B8)
+!"],0#P^I_Hli>P&-)Y0q#C?onGWCq!UtU=!'gL9i:m9_s8N?!4ofsP!'UqnrrDio
+rrMV=s8N5<s82j%q>U`Y#JonZrr>4ns8N)os8N,hJ,fNO_>jE5#PnB*i!7*fJ,]L4
+&-)Y0q#C?pn:1K<"Mt-9!!i?"#iGs(n:1H<4qI\n!;QTo!UtU=rrg1<qu?utrs7Nf
+_=2sS!'UqnrrDiorrMV=s8N5<s82j%q>U`Y#JonZrr>4ns8N)os8N5kHiODfs8N>^
+p]9l6rr<*"rr_0a_=7I)"UDm5J,f<Drrhh=!!g@?rs.KW!UtU=!!3-""5jF#nG`Il
+#JonZs7lWo"Rpd=#JpH?#N5@Xn:1H<!WW0%i!7*frr<3-_=2sSq#C?sn9b3@_>jN?
+i:m?BJ,]KLs8N2Z#Jop0!!NVDn:1K5s8N5kHiODfs8N>^p]9l6rr<*"rr_0a_=7I)
+"UDm5J,f<DrtFmL!!g@0J)L@B!!E8r5O\d5p]:Bo"TUdVJ,f<DrtFmL!!g@0J)L@B
+!!E8r5O\d5p]:Bo"TUdVJ,f<DrtFmL!!g@0J)L@B!!E8r5O\d5p]:Bo"TUdVJ,f<D
+rtFmL!!g@0J)L@B!!E8r5O\d5p]:Bo"TUdVJ,f<DrtFmL!!g@0J)L@B!!E8r5O\d5
+p]:Bo"TUdVJ,f<Drt4aJ!!g@0"5jF"!.Y%D!"\uLs8NAoJ)L)dn:1K5s8N]#HiODf
+n,qSR^]8lap](j&+92?Hn:0Bk5Oa1&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,hJ,fNK_>jN:i;^Um!!",@rsJ5trs-C0!$;IF
+&-)Y0q#C?pn:1K<!5\^8!oX*orr<$@s8NGq"9/VBn,OO8rX]&/!;QTo!UtU=rrBn8
+rrV-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?o
+nGWCf!WW0'i:oP:J,oTK!It1Mrrqn>+90+es8N)os8N)grVup!s8N8\pcne/!<3!!
+J,oWL"n6m]s1f0FrrDiorrDQf!!!'"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)oj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S
+j8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,Sj8T,S~>
+%-EOD-
+pdfImClipEnd
+Q
+Q
+q
+0 0 595.4 842 re
+W*
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font BAAAAA+IPAGothic
+%%EOF
Binary file 2014OC/qr/qr9.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/qr/qr9.ps	Sat Aug 02 19:44:34 2014 +0900
@@ -0,0 +1,1411 @@
+%!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.2 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.2 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*s82lsrX\oK#QOf-J,oVb
+&,cA+!e:7Fs8N)grW!6*s82lsrX\oK#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82ls
+rX\oK#QOf-J,oVb&,cA+!e:7Fs8N)grW!6*s82lsrX\oK#QOf-J,oVb&,cA+!e:7F
+s8N)grW!6*s82lsrX\oK#QOf-J,oVb&,cA+!e:7Fs8N,hJ,fNS_>f/Gp](j&+9)<G
+%tjoW5QCX's8N2jJ,f<DrrMV=s8NA@s+B8)!"\uLrr<97KE(^2s83u=rr_b?s7lWo
+!UtU=rs6I@KAcM)&,[OL!!a$es7ehYr#bt="7Ug?q#C?pn:1K<#f6Oni:m9_r#bq=
+#7lIepcnfV+92?Cn:1K5s8N,hJ,fNS_>f/Gp](j&+9)<G%tjoW5QCX's8N2jJ,f<D
+rt"UH!!g@?r#b\7n9b3@^^pJF$4"E:Hli=hn:1K5s8NW!HiODfs83u6!UtI:#J^lM
+rsB"In9c;X!UtU=q#C@)n9b3@_>jETp]9l3!!g:Ms8NE2_=2go!!2S=s7lWo&+FrH
+#JpH<+8>m+HiODe&-)Y:#JonW*rl?2J,f<Drt"UH!!g@?r#b\7n9b3@^^pJF$4"E:
+Hli=hn:1K5s8N5kHiODfs8Nhls1f0FhuGqOqu?u;!.5jg!UtU=q#C?sn9b3@_>jNM
+i;^S's53l@&,ZD4^]8a(!!2S=s7lWo"Rpd=#JpH?(#],-&-(Pf4qIPk#J^=e*rl?2
+J,f<Drrhh=!!g@?rtXJl^^pJ'!'Uqk!!g:>Hli=hn:1K5s8N5kHiODfs8Nhls1f0F
+huGqOqu?u;!.5jg!UtU=q#C@6n9b3@_=2gPpcn7q*s_cUquHc4&,[LL!UtU=q#C@6
+n9b3@_=2gPpcn7q*s_cUquHc4&,[LL!UtU=q#C@6n9b3@_=2gPpcn7q*s_cUquHc4
+&,[LL!UtU=q#C@6n9b3@_=2gPpcn7q*s_cUquHc4&,[LL!UtU=q#C@6n9b3@_=2gP
+pcn7q*s_cUquHc4&,[LL!UtU=q#C?pn:1K<!5\^8&)[]mn9c;X!WRZl!'UC1+92?C
+n:1K5s8N,hJ,fNK_>jNGi!9;OHli=hs*u0k4ofsPs8N2jJ,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)grW!N2n9c;_
+_=2go#JonW*s]XOI/O$HJ,f<DrrDQf!"f8$HliU0n9c;__=2go#JonWr;ZnKs7lWo
+!:]sf&HVBK*s]XOHliU0n9c;__=2jN!!7ZMq#C?onGWD"!UtIY#JonW*s]XOHliU0
+n9k07!e:7Fs8N)grW!N2n9c;__=2go#JonW*s]XOI/O$HJ,f<?rs/#qhuGqOKAc\-
+!r)a+qYpQjqYpfi"5j/C%tig<rrVrq&,Q;+q"k!qn,qSK4qE;(r;Qin!"\r+!;QEj
+#OhiR!'UpGi;ETVp](j$rrDijrs/#qhuGqOKAc\-!r)a+qYpQjrr3c3!<9h7"5jF`
+%tjoW!"X_^!!3+M*s_cE!;QQn(An14^]4Jp#Q>6ds7cR)KDtoPs*u0rrVllmrr3c3
+!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QQn(An14^]4Jp#Q>6ds7cR)KDtoPs*u0r
+rVllmrr3c3!<9h7"5jF`%tjoW!"X_^!!3+M*s_cE!;QQn&qg2a5Q?66s2"a5!<<#u
+J,]bhrW!*,_=2sSq#::+KDtp9s*t+L_>jE5s8E"Jrs-@=!!NVDn:1K5rr3U`rr>:`
+J,oVcs82lsrW%HJ#Jg<="UDm5J,f<Crt9ta!'gL6!<9n8quHcr!.Y"R_#=<;#JonZ
+s7lTn&qg2a5Q?66s2"a5!<<#uJ,]bhrW!*,_=2sSq#::&r#bsS%tjl^!UtU=#Jg?>
+!?VRGrr_0a^^pJF!;QQn%K%=J^^l(t!!2S=rs-@>!!+/Hrr3)Y#J^lMrrDinrselJ
+s1f.trr<)hJ,]bhrr<'A#QF`*i!7%.s8N)orr3H*+90+eKDtoPn:1HC_#FB8*s_fF
+"5jF"&-)Y0q#::&r#bsS%tjl^!UtU=#Jg?>!?VRGrr_0a^^pJF!;QTo#4R-B!'UpD
+rr<$_rW)rt!rN$'s8N=S+92<?J,f<Drs%tBrr>4nJH#TL55kQ]rrW)u#QOf/J04gj
+!.Y%Ds8N;mJ,]L4%tOZ[!'^A^rr3&t!!iQ(#CmorrW%HJq#C?un:1H<4qE2D!!#4^
+!<3!"qu@!%rs+&rs8E"Js7lWo#4R-B!'UpDrr<$_rW)rt!rN$'s8N=S+92<?J,f<D
+rr_b<!;QQo&V'fcrW%<G#Q=^N*rnP*KAcP)!!7ZMq#C?rn9b62rr<X\rs/N'HiOEN
+!.5jg5Q?Aoq#:<qJ,f<Drr_b<!;QQo&V'fcrW%<G#Q=^N*rnP*KAcP)!!7ZMq#C?r
+n9b62rr<X\rs/N'HiOEN!.5jg5Q?Aoq#:<qJ,f<Drr_b<!;QQo&V'fcrW%<G#Q=^N
+*rnP*KAcP)!!7ZMq#C@%n,r[j4qE;G!'UAbs8N)7rr<$@rr2tNqu6Zks8NJr"9/?b
+%tjl^4ob]brrBk7!!",?rr@]KrrDiorsS;urr>4nKDtp8!!E9$!5SU7!$D4?!/(1K
+!;QTo$h+8u!'UpGrr>4_"98B$_#FB7+9)9?KDYZKq#C@%n,r[j4qE;G!'UAbs8N)7
+rr<$@rr2tNqu6Zks8N)grr<-#^^pJF"8Dosr;Qa#4qE/cp]:?n"Mb"es7lWo!:^!g
+!rp%Hs8N2r!WW)t!!POsJ04OerVm#9!.Y%Ds8N)grr<-#^^pJF"8Dosr;Qa#4qE/c
+p]:?n"Mb"es7lWo!:^!g!rp%Hs8N2r!WW)t!!POsJ04OerVm#9!.Y%Ds8N)grr<-#
+^^pJF"8Dosr;Qa#4qE/cp]:?n"Mb"es7lQm!oX+XrW!)r4ob]brr<04KAcdFrr<-C
+!'UqnrrDimrrV-Yrr)m#pc\Z[s8N'%%tig?_#FB:*rnJ8s8N)orVlrWs8Mut"Sb.\
+"98B$":p.Cs1nX7"!7M,&-)Y0q#13oi;`fU!!N'\!!E9$!!Egbi;^Um!!=;C4qI\n
+!;QNm!oX+XrW!)r4ob]brr<04KAcdFrr<-C!'UqnrrDinrs",6p]9jds8N'0&,[LL
+!Up(2#J^=hrs/N6s8N)orr31Ti:m?B"98B$%hJR[!!2Qh*s]R]J,]cQ&-)Y0q#:9t
+KAcM*n,r^j!"TV<*rl?2!$;H]!.Y"RrX]&/!;QQn#(tk/!Up3krr<Q?r#Yn>n,OO8
+^]8la#Q>86rrDinrs",6p]9jds8N'0&,[LL!Up(2#J^=hrs/N6s8N)orr3B(!;J_g
+KDu1l%tig?!!Wsdrr<)hJ,fNK_>aH7q#::$quHLU%tjle^^l(Urr<66KDtoPn:1K<
+!5\[7!;QQn$iC#"4qE;G#J^k&i;Wc]%tjl^!UtU=rrBn7rrDinrsS`)pc]4@rs-=M
+KAcb0"qQ@d!!2S=s8N)8rr2unrr3B(!;J_gKDu1l%tig?!!Wsdrr<)hJ,fNK_>aH7
+q#:9nr;?TqJ,fNM_=.R,rsHU3J)C;kn,r[j!WN*!q#:9nr;?TqJ,fNM_=.R,rsHU3
+J)C;kn,r[j!WN*!q#:9nr;?TqJ,fNM_=.R,rsHU3J)C;kn,r[j!WN*!q#:9nr;?Tq
+J,fNM_=.R,rsHU3J)C;kn,r[j!WN*!q#:9nr;?TqJ,fNM_=.R,rsHU3J)C;kn,r[j
+!WN*!q#C@3n,qSRs6p-j#Jom0*s]RlKA["6&,ZG&!"],0!;QTo)=Rad#QO8qrs-C0
+!$;H]%tidFrX\o,p](j)rrDioru(;.i!9;O"9/VBn,OO8^^l(U#Q>83!;HO)s8N)o
+s8Nu+"5jFan,r[q_=.FH#J^k&i!95lquHKl&-)Y0q#C@3n,qSRs6p-j#Jom0*s]Rl
+KA["6&,ZG&!"],0!;QTo!q6<lrW!^`i;^RmJ,]cQ!.4eH^^kr;pc\\-s7lWo!q6<l
+rW!^`i;^RmJ,]cQ!.4eH^^kr;pc\\-s7lWo!q6<lrW!^`i;^RmJ,]cQ!.4eH^^kr;
+pc\\-s7lWo!q6<lrW!^`i;^RmJ,]cQ!.4eH^^kr;pc\\-s7lWo!q6<lrW!^`i;^Rm
+J,]cQ!.4eH^^kr;pc\\-s7lTn$N(tG4og)j!'UpGs8N5;%tGbsr;[#r4og*4q#::#
+r#Yo&!.Wo,4qE;Grrg+JJ04Rb!!W-]!.Y%Drr3?'*rnJ)J)C;j%tjo^"MbOu+8Gd7
+"o(7]J,f<CrsJZG!'UC4huGqOKE(rS^^kr;q#(0rpc\\-s7lTn$N(tG4og)j!'UpG
+s8N5;%tGbsr;[#r4og*4q#C@3n:1K5!"]+f#Q>6a+90+er#b\un9b3@rX]&/!;QTo
+)=W.Up](j)i!95lJ04g,&,[OE5Oa%##Q>86rrDioru(<Us7cR)s54.]%tGc%^^p>b
+pcn7q!!iK6s8N)os8Nu+J,f9D&-(PmrXXN$s1f0C+8A(iHiOEN&-)Y0q#C@3n:1K5
+!"]+f#Q>6a+90+er#b\un9b3@rX]&/!;QNm!T44_rrR]m#QOf,quHLVnG`Ii#Jop/
+!!#7_rrDimrrM$_s8N.N*s_iG"T/8p5Oe[Q!XHR2rVup_rr2unrVloV#QOf*J0,$r
+rri6"pcn9J!!3DAnGWCf5Q:Z_q#13ni!9;^!e;?ts8N6"!;JeJrr<**_=7F(!'gJ_
+!;QNm!T44_rrR]m#QOf,quHLVnG`Ii#Jop/!!#7_rrDinrs&BCs1f0Fi;W`gJ,fhj
+n9b624og*4#Q=^Qs7lTn#5fSC^^pJ'rr3R\!!g@0HiWq*!.Y"RrW%HJq#:9tr#bsS
+&-(Sert0b]#JonW!;J_XJ,]cQ!.Y%Drr33#+90+es5<nV&V'id_=2gPpc\\-rs/N'
+J,f<Crs&BCs1f0Fi;W`gJ,fhjn9b624og*4#Q=^Qs7lQm%cIBd&-(S_!"X_?s8E"G
+rW!'3r#b\7rr2unrVmAcs8EQ/i:m9_KAce/!.=bG":tDPp]:Bo!;QNm%cIBd&-(S_
+!"X_?s8E"GrW!'3r#b\7rr2unrVmAcs8EQ/i:m9_KAce/!.=bG":tDPp]:Bo!;QNm
+%cIBd&-(S_!"X_?s8E"GrW!'3r#b\7rr2unrr3Q-!<9n8qu@!$%tFWb_=.FHrW!0*
+huGq@J,f<Crt,).s2"a5!!iK6J,fhjn,OR0!!`Va!'UC4s7lTn&GuP._>jE5#Q>6a
+!!g@0!$D1?#6Wla4og*4q#::)quHc5s82j%rXXMZ#Jom0+8u6F"5j/C!.Y%Drr3Q-
+!<9n8qu@!$%tFWb_=.FHrW!0*huGq@J,f<ArrWN*!.Y%K"9&:J+9)9Br#Z1CrW!,s
+5Oa1&q#(-o#Q=^Qs8N3#!.5mfrr`0@#QF]&"o(=OJ,f<ArrWN*!.Y%K"9&:J+9)9B
+r#Z1CrW!,s5Oa1&q#(-o#Q=^Qs8N3#!.5mfrr`0@#QF]&"o(=OJ,f<ArrWN*!.Y%K
+"9&:J+9)9Br#Z1CrW!,s5Oa1&q#::4KA[!M!!E8r!WRf1!!3+M!<<$/J0+bT!.Y%D
+rr3pii!7$t"98,ss+B50!WRZMs8EOZ*rnJ)J,f<Cru6UK#J^<As7cWpKAZ_1s*t+L
+rXXN$!'UC4s7lTn)h[&R^]4K:p]:DIhuEfXJ,oWK%tG`%4og*4q#::4KA[!M!!E8r
+!WRf1!!3+M!<<$/J0+bT!.Y%Drr3gc+8A)#quHc4&,[LL4ofsPs8EQ,!;HO)s8N)o
+rr3gc+8A)#quHc4&,[LL4ofsPs8EQ,!;HO)s8N)orr3gc+8A)#quHc4&,[LL4ofsP
+s8EQ,!;HO)s8N)orr3gc+8A)#quHc4&,[LL4ofsPs8EQ,!;HO)s8N)orr3gc+8A)#
+quHc4&,[LL4ofsPs8EQ,!;HO)s8N)os8NJrJ,]bh!!D0Z_=2sSrs/N6KE(]In9k69
+!Bq%orrDiorsS=Grs-=>"5s3qn:1K<#Q>6ds7cWaI/a0I4qI\n!;QTo$h/ZG#J^<A
+i;^X_J,fNRrXXY]p]9l3rr<'`&-)Y0q#C@%n:1HC^]4Jps2"2Ss8N?'%tjoW!UtL:
+!!,7os8N)os8NJrJ,]bh!!D0Z_=2sSrs/N6KE(]In9k69!Bq%orrDilrrE*arr3!!
+55kNapc]5drr<6fn,OO8^^pJF!;QKl!<>@`rrE*`rW!&q4qISk!!Y[W!$;H]&-)Y0
+q#(-m!'gJ_!<>=_!!E![&,cG-#!_SW*s]Rls8N)or;Qct5Q:Z`!'^A^"8G%jr;Qa$
+5O\Xp#J^lMrrDilrrE*arr3!!55kNapc]5drr<6fn,OO8^^pJF!;QQn"FqTo^^pJF
+!Vc]qrrV*Y5QC`ai;!3M"9J"As7lTn"FqTo^^pJF!Vc]qrrV*Y5QC`ai;!3M"9J"A
+s7lTn"FqTo^^pJF!Vc]qrrV*Y5QC`ai;!3M"9J"As7lTn"FqTo^^pJF!Vc]qrrV*Y
+5QC`ai;!3M"9J"As7lTn"FqTo^^pJF!Vc]qrrV*Y5QC`ai;!3M"9J"As7lHj!:^!g
+'_h_/KAcMhn,OR1_=2sS#Q=^Qs7lHj!:^!g'_h_/KAcMhn,OR1_=2sS#Q=^Qs7lHj
+!:^!g'_h_/KAcMhn,OR1_=2sS#Q=^Qs7lHj!:^!g'_h_/KAcMhn,OR1_=2sS#Q=^Q
+s7lHj!:^!g'_h_/KAcMhn,OR1_=2sS#Q=^Qs7lWo!:]sf'`me(*rl?AKAcMg%tjoW
+4ofsP!'UqnrrDiorrDQf!#5P(!$;1As+B8)4qE;Gpc\\**rnJ8s8N)os8N)grW!Z6
+n,OO1!WRf1pc]4@s7ebXHli>P&-)Y0q#C?onGWD&!Up(2!!3+Pi:oJHKE(^1!.5jg
+4qI\n!;QTo!:]sf'`me(*rl?AKAcMg%tjoW4ofsP!'UqnrrDiorrMV=s8N)8s8N>^
+!'gL9s7ehYrs7Nf_=2sS!'UqnrrDiorrMV=s8N)8s8N>^!'gL9s7ehYrs7Nf_=2sS
+!'UqnrrDiorrMV=s8N)8s8N>^!'gL9s7ehYrs7Nf_=2sS!'UqnrrDiorrMV=s8N)8
+s8N>^!'gL9s7ehYrs7Nf_=2sS!'UqnrrDiorrMV=s8N)8s8N>^!'gL9s7ehYrs7Nf
+_=2sS!'UqnrrDiortOsM!!g@?KAcdGn,OO8_>f/G#Jop0!!NVDn:1K5s8Nf&HiODf
+s+B80_=.FH#JpFmi!7*frr<3-_=2sSq#C@.n9b3@_>f/Gs2"1)*s]X^KA[!NnG`Il
+#JonZs7lWo'_$JM#JpFmi;^X_!$;H^s+B57_=7I)"UDm5J,f<DrtOsM!!g@?KAcdG
+n,OO8_>f/G#Jop0!!NVDn:1K5s8NDpHiODfn:0Br_#FB>+8>m+"5rqTrr3-%!UtU=
+q#C@#n9b3@_=2s4s1nX7#9W^An,qVD!WN*&!!2S=s7lWo$1N<B#JonZi;^Um!!aV@
+!Up3Lp]:Bo"TSSmJ,f<DrsA1B!!g@0J)L@Brr<9Gp]9jdi:m?PrriB'n:1K5s8NDp
+HiODfn:0Br_#FB>+8>m+"5rqTrr3-%!UtU=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

yatex.org