From: <Microsoft Internet Explorer 5 で保存する>
Subject: =?iso-2022-jp?B?MjAwOBskQiEhGyhCQXByaWwgGyRCIUEbKEIgTWF5IExpdmUgU2NoZWR1?=
	=?iso-2022-jp?B?bGU=?=
Date: Thu, 17 Apr 2008 18:37:45 +0900
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_000B_01C8A0BA.210CB020"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C8A0BA.210CB020
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: mhtml:file://C:\Documents%20and%20Settings\????\Local%20Settings\Temporary%20Internet%20Files\Content.MSO\PowerPointWebPagePreview\33F4A6D1.mht!33F4A6D1.files/slide0001.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:p =3D=20
"urn:schemas-microsoft-com:office:powerpoint" xmlns:oa =3D=20
"urn:schemas-microsoft-com:office:activation"><HEAD><TITLE>2008&#12288;Ap=
ril &#65374; May Live Schedule</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.2900.3314" name=3DGENERATOR><LINK =
id=3DMain-File=20
href=3D"../33F4A6D1.htm" rel=3DMain-File><LINK href=3D"preview.wmf" =
rel=3DPreview><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
p\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
v\:textbox {
	DISPLAY: none
}
</STYLE>
<![endif]--><![if IE]><![endif]>
<META content=3D"2008/4/17: 2008&#24180;4&#26376;&#65374;5&#26376; Live =
Schedule" name=3DDescription><LINK=20
href=3D"file:///C:/4F6160B1/33F4A6D1.files/master03_stylesheet.css"=20
rel=3DStylesheet><![if !ppt]>
<STYLE>.CB {
	COLOR: black
}
.CT {
	COLOR: black
}
</STYLE>

<STYLE media=3Dprint>.sld {
	FONT-SIZE: 103%! important; LEFT: 0px! important; WIDTH: 6in! =
important; HEIGHT: 4.5in! important
}
</STYLE>

<SCRIPT><!--
function LoadSld()
{
	var sld=3DGetObj("SlideObj")
	if( !g_supportsPPTHTML ) {	=09
		sld.style.visibility=3D"visible"
		return
	}

	if( MakeNotesVis() ) return

	runAnimations =3D _InitAnimations();
=09
	if( IsWin("PPTSld") )
		parent.SldUpdated(GetSldId())
	g_origSz=3DparseInt(SlideObj.style.fontSize)
	g_origH=3Dsld.style.posHeight
	g_origW=3Dsld.style.posWidth
	g_scaleHyperlinks=3D(document.all.tags("AREA").length>0)
	if( g_scaleHyperlinks )
		InitHLinkArray()
	if( g_scaleInFrame||(IsWin("PPTSld") && parent.IsFullScrMode() ) )
		document.body.scroll=3D"no"
	_RSW()
	if( IsWin("PPTSld") && parent.IsFullScrMode() )
		FullScrInit();
=09
	MakeSldVis();
=09
	if( runAnimations )
	{
		if( document.all("NSPlay") )
			document.all("NSPlay").autoStart =3D false;

		if( sld.filters && sld.filters.revealtrans )
			setTimeout( "document.body.start()", sld.filters.revealtrans.duration =
* 1000 );
		else
			document.body.start();
	}
}

function MakeSldVis()=20
{
	var fTrans=3Dg_showAnimation && SldHasTrans()
	if( fTrans )=09
	{
		if( g_bgSound ) {
			idx=3Dg_bgSound.indexOf(",");
			pptSound.src=3Dg_bgSound.substr( 0, idx );
			pptSound.loop=3D -(parseInt(g_bgSound.substr(idx+1)));
		}
		SlideObj.filters.revealtrans.Apply()=09
    }
	SlideObj.style.visibility=3D"visible"
	if( fTrans )
		SlideObj.filters.revealtrans.Play()
}
function MakeNotesVis()=20
{
	if( !IsNts() ) return false=20
	SlideObj.style.display=3D"none"
	nObj =3D document.all.item("NotesObj")
	parent.SetHasNts(0)
	if( nObj ) {=20
		nObj.style.display=3D""
		parent.SetHasNts(1)
	}
	return 1
}
function ChkAutoAdv()
{
	if(SldHasTrans())
		SlideObj.onfilterchange=3DAutoAdv
	else
		AutoAdv()
}
function AutoAdv()
{
	if(!IsWin("PPTSld") || !gUseSldTimings )return
	var sld=3DGetCurSld()
	if( (sld.mAdvDelay>0) && !parent.IsFramesMode() )
		setTimeout("parent.GoToNextSld()",sld.mAdvDelay)
}
function GetObj(id)
{
	if(g_supportsPPTHTML) return document.all(id);
	else return document.getElementById(id);
}
function SldHasTrans() { return SlideObj.style.filter !=3D ""; }
function GetSldId() { return =
sId=3Dlocation.href.substring(location.href.lastIndexOf('/')+1) }
function HideMenu() { if( frames["PPTSld"] && =
PPTSld.document.all.item("ctxtmenu") && =
PPTSld.ctxtmenu.style.display!=3D"none" ) { =
PPTSld.ctxtmenu.style.display=3D'none'; return true } return false }
function IsWin( name ) { return window.name =3D=3D name }
function IsNts() { return IsWin("PPTNts") }
function IsSldOrNts() { return( IsWin("PPTSld")||IsWin("PPTNts") ) }
function SupportsPPTAnimation() { return( navigator.platform =3D=3D =
"Win32" && navigator.appVersion.indexOf("Windows")>0 ) }
function SupportsPPTHTML()
{
	var appVer=3Dnavigator.appVersion, msie=3DappVer.indexOf("MSIE "), =
ver=3D0
	if( msie >=3D 0 )
		ver=3DparseFloat( appVer.substring( msie+5, appVer.indexOf(";",msie) ) =
)
	else
		ver=3DparseInt(appVer)

	return( ver >=3D 4 && msie >=3D 0 )
}
function _RSW()
{
	if( !g_supportsPPTHTML || IsNts() ||
	  ( !g_scaleInFrame && (!IsWin("PPTSld") || !parent.IsFullScrMode()) ) =
)
		return

        var padding=3D0;
        if( IsWin("PPTSld") && parent.IsFramesMode() ) padding=3D6

	cltWidth=3Ddocument.body.clientWidth-padding
	cltHeight=3Ddocument.body.clientHeight-padding
	factor=3D(1.0*cltWidth)/g_origW
	if( cltHeight < g_origH*factor )
		factor=3D(1.0*cltHeight)/g_origH

	newSize =3D g_origSz * factor
	if( newSize < 1 ) newSize=3D1

	s=3DSlideObj.style
	s.fontSize=3DnewSize+"px"
	s.posWidth=3Dg_origW*factor
	s.posHeight=3Dg_origH*factor
	s.posLeft=3D(cltWidth-s.posWidth+padding)/2
	s.posTop=3D(cltHeight-s.posHeight+padding)/2

	if( g_scaleHyperlinks )
		ScaleHyperlinks( factor )
}
function _InitAnimations()
{
	animRuntimeInstalled =3D ''+document.body.localTime !=3D 'undefined';
	isFullScreen =3D (window.name =3D=3D "PPTSld") && =
!parent.IsFramesMode();
	g_animUseRuntime =3D g_showAnimation && animRuntimeInstalled && =
!(isFullScreen && parent.IsSldVisited());
	if( g_animUseRuntime ) {
		collSeq =3D document.all.tags("seq");
		if( collSeq !=3D null ) {
			for(ii=3D0;ii<collSeq.length;ii++) {
				if( collSeq[ii].getAttribute( "p:nodeType" ) =3D=3D "mainSeq" ) {
					g_animMainSequence =3D collSeq[ii];
					break;
				}
			}
		}
=09
		if( g_animItemsToHide && document.body.playAnimations !=3D false ) {
			for(jj =3D 0; jj < g_animItemsToHide.length; jj++) {
				if( hideObj =3D GetObj(g_animItemsToHide[jj]) )
					hideObj.runtimeStyle.visibility=3D"hidden";
			}
		}

		if( g_animInteractiveItems ){
			for(jj =3D 0; jj < g_animInteractiveItems.length; jj++) {
				if( triggerObj =3D GetObj(g_animInteractiveItems[jj]) )
					triggerObj.runtimeStyle.cursor=3D"hand";
			}
		}
	=09
		if( gUseSldTimings && ''+g_animSlideTime !=3D 'undefined' ) {
			adjustedTime =3D document.body.calculateAutoAdvanceTimes( =
g_animSlideTime, g_animEffectTimings );
			if( IsWin("PPTSld") && adjustedTime !=3D g_animSlideTime ) {
			   var sld =3D GetCurSld();
			   sld.mAdvDelay =3D adjustedTime * 1000;
			}
		}
	}

	return g_animUseRuntime;
}


var g_supportsPPTHTML =3D SupportsPPTHTML(), g_scaleInFrame =3D 1, =
gId=3D"", g_bgSound=3D"",
    g_scaleHyperlinks =3D false, g_allowAdvOnClick =3D 1, =
g_showInBrowser =3D 0, gLoopCont =3D 0, gUseSldTimings =3D 1;
var g_showAnimation =3D g_supportsPPTHTML && SupportsPPTAnimation() && =
g_showInBrowser;
var g_animManager =3D null;
var g_animUseRuntime =3D false;
var g_animItemsToHide, g_animInteractiveItems, g_animSlideTime;
var g_animMainSequence =3D null;

//--></SCRIPT>
<!--[if vml]>
<SCRIPT>g_vml =3D 1;
</SCRIPT>
<![endif]--><![endif]><o:shapelayout v:ext=3D"edit"> <o:idmap =
v:ext=3D"edit"=20
data=3D"2"></o:idmap></o:shapelayout></HEAD>
<BODY lang=3DJA onresize=3D_RSW() style=3D"MARGIN: 0px; =
BACKGROUND-COLOR: white"=20
onload=3DLoadSld()>
<DIV class=3Dsld id=3DSlideObj=20
style=3D"FONT-SIZE: 16px; LEFT: 0px; VISIBILITY: hidden; WIDTH: 554px; =
CLIP: rect(0% 101% 101% 0%); POSITION: absolute; TOP: 0px; HEIGHT: =
415px; BACKGROUND-COLOR: white"><p:slide=20
masterhref =3D "master03.xml" coordsize =3D "720,540" colors =3D=20
"#FFFFFF,#000000,#808080,#000000,#BBE0E3,#333399,#009999,#99CC00"><p:shap=
erange=20
href =3D "master03.xml#_x0000_s1025"></p:shaperange><![if =
!ppt]><p:shaperange href=20
=3D "master03.xml#_x0000_s1028"></p:shaperange><p:shaperange href =3D=20
"master03.xml#_x0000_s1029"></p:shaperange><![endif]><p:shaperange href =
=3D=20
"master03.xml#_x0000_m1027"></p:shaperange><v:shape id=3D_x0000_s2052=20
style=3D"LEFT: 462pt; WIDTH: 232.5pt; POSITION: absolute; TOP: =
517.375pt; HEIGHT: 22.625pt"=20
type =3D "#_x0000_m1027" coordsize =3D "21600,21600"><v:fill=20
o:detectmouseclick=3D"f"></v:fill><v:stroke =
o:forcedash=3D"f"></v:stroke><o:lock=20
v:ext=3D"edit" text=3D"f"></o:lock><p:placeholder=20
type=3D"object"></p:placeholder></v:shape><p:shaperange href =3D=20
"master03.xml#_x0000_m1026"></p:shaperange><v:shape id=3D_x0000_s2050=20
style=3D"LEFT: 167.375pt; WIDTH: 374.625pt; POSITION: absolute; TOP: =
14.875pt; HEIGHT: 22.75pt"=20
type =3D "#_x0000_m1026" coordsize =3D "21600,21600"><v:fill=20
o:detectmouseclick=3D"f"></v:fill><v:stroke =
o:forcedash=3D"f"></v:stroke><o:lock=20
v:ext=3D"edit" text=3D"f"></o:lock><p:placeholder type=3D"centerTitle"=20
position=3D"-1"></p:placeholder></v:shape><p:shaperange href =3D=20
"master03.xml#_x0000_m1027"></p:shaperange><v:shape id=3D_x0000_s2051=20
style=3D"LEFT: 93.5pt; WIDTH: 487.5pt; POSITION: absolute; TOP: =
48.875pt; HEIGHT: 453.625pt"=20
type =3D "#_x0000_m1027" coordsize =3D "21600,21600"><v:fill=20
o:detectmouseclick=3D"f"></v:fill><v:stroke =
o:forcedash=3D"f"></v:stroke><o:lock=20
v:ext=3D"edit" text=3D"f"></o:lock><p:placeholder type=3D"subTitle"=20
position=3D"-1"></p:placeholder></v:shape>
<DIV class=3DB=20
style=3D"LEFT: 59.02%; WIDTH: 37%; POSITION: absolute; TOP: 96.62%; =
HEIGHT: 2.16%; TEXT-ALIGN: right"=20
v:shape=3D"_x0000_s2052"><SPAN=20
style=3D"DISPLAY: none; mso-special-format: nobullet">=95</SPAN><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA"><B>Live</B></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes"><B>&#20104;&#23450;&#12395;&#22793;&#26356;&#12539;&#36861;&#21152;&=
#12364;&#26377;&#12426;&#27425;&#31532;&#12289;&#38543;&#26178;&#26356;&#=
26032;&#12375;&#12414;&#12377;&#12290;</B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-special-format: lastCR; mso-fareast-font-family: 'MS PGothic'"><B>=20
</B></SPAN></DIV>
<DIV class=3DCT=20
style=3D"LEFT: 24.18%; WIDTH: 50.18%; POSITION: absolute; TOP: 3.37%; =
HEIGHT: 3.85%"=20
v:shape=3D"_x0000_s2050"><SPAN lang=3DEN-US=20
style=3D"FONT-SIZE: 45%; FONT-FAMILY: HGPSoeiKakupoptai; =
mso-fareast-font-family: HGPSoeiKakupoptai; mso-ascii-font-family: =
HGPSoeiKakupoptai; mso-fareast-hint: yes; mso-fareast-language: =
JA"><U>2008&#24180;4&#26376;&#65374;5&#26376;=20
Live Schedule</U></SPAN></DIV>
<DIV class=3DCB v:shape=3D"_x0000_s2051">
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 9.63%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 69.31%; POSITION: absolute; TOP: 11.8%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">4</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">18</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#37329;&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Music=20
Live Relay</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12300;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">I Love=20
You</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12301;&#12288;&#20986;&#28436;&#65306;&#22823;&#23798;&#22317;&#22=
826;&#12288;&#65295;&#12288;&#12521;&#12522;&#12540;&#12288;&#65295;&#122=
88;&#12479;&#12459;&#12495;&#12471;&#12520;&#12454;&#12504;&#12452;</SPAN=
><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 13.97%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12=
288;&#12288;&#12288;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start:20</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12288;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 16.38%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 18.31%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">4</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">19</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#22303;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">)</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Sakura=20
Nozaki</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Acoustic=20
Live</SPAN><SPAN lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 20.48%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12=
288;&#12288;&#12288;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">22</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65286;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">24</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">2</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12475;&#12483;&#12488;&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 22.89%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 25.06%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">4</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">22</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#28779;&#65289;</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">MATT=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65286;&#26149;&#12364;&#22909;&#12365;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---Jazz=20
Duo---</SPAN><SPAN lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 27.22%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 29.63%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 31.8%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">4</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">23</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#27700;&#65289;&#12288;&#12459;&#12527;&#12521;&#12=
480;</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12518;&#12479;&#12459;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">from=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26481;&#20140;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#24382;&#12365;&#35486;&#12426;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 33.97%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge:</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#28961;&#12288;&#65288;&#25237;&#12370;&#37549;&#65289;</SPAN><SPAN=
=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 36.38%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 38.31%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">4</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">26</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#22303;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">)</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Monthly=20
Jazz Session Live</SPAN><SPAN lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 40.48%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12=
288;&#12288;&#12288;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">20</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">2=20
stage</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Session</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#21442;&#21152;&#36027;&#65306;&#65509;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">1,000</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 42.89%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: =
JA"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 45.06%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">5</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">16</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#37329;&#65289;&#12288;&#20225;&#30011;&#12521;&#12=
452;&#12502;&#65306;&#12288;&#12527;&#12479;&#12490;&#12505;</SPAN><SPAN =

style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12510;&#12514;&#12523;&#65295;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">mybabys</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#20182;&#12466;&#12473;&#12488;&#26377;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">!?</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;&#12288;&#20225;&#30011;&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">mybabys</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 47.22%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 49.63%; =
HEIGHT: 1.92%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 28%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 51.56%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">5</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">23</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#37329;&#65289;&#12288;&#12521;&#12531;&#12502;&#12=
522;&#12531;&#21069;&#30000;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---Acoustic=20
Blues---</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12466;&#12473;&#12488;&#26377;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 53.73%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"FONT-SIZE: 31%"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 56.14%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 58.07%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">5</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">24</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">(</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#22303;&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Monthly=20
Jazz Session Live</SPAN><SPAN lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 60.48%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">20</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">2=20
stage)</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Session</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#21442;&#21152;&#36027;&#65306;&#65509;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">1,000</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 62.65%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: =
JA"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 64.81%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">5</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#37329;&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA">El =
Sk</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">u</SPAN><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA">nk Di =
Yawdie<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>---Acoustic Rock Reggae--- =
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 66.98%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA">start: =
21:00<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp; </SPAN>Live </SPAN><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">C</SPAN><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: =
JA">harge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12288;&#65288;&#25237;&#12370;&#37549;&#65289;</SP=
AN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 69.39%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 68.59%; POSITION: absolute; TOP: 71.56%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">5</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26376;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">31</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#22303;&#65289;&#12288;&#28193;&#37096;&#12465;&#12=
452;&#12472;&#12288;&#65295;&#12288;&#12472;&#12503;&#12471;&#12540;&#124=
67;&#12493;&#12463;&#12471;&#12519;&#12531;&#12288;&#65295;&#12288;&#1252=
7;&#12523;&#12469;&#12540;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">P31</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">from=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26481;&#20140;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#24382;&#12365;&#35486;&#12426;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 73.73%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 31%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 15.17%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">22</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65374;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12288;&#65288;&#25237;&#12370;&#37549;&#65289;</SP=
AN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 76.14%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 78.31%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 80.48%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 82.65%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 68.59%; POSITION: absolute; TOP: 84.81%; =
HEIGHT: 2.16%; TEXT-ALIGN: left; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes"><B>&#27880;&#65289;&#65306;&#22522;&#26412;&#12521;&#12452;&#12502;&=
#12481;&#12515;&#12540;&#12472;&#12399;&#38914;&#12356;&#12390;&#12362;&#=
12426;&#12414;&#12379;&#12435;&#12364;&#12289;&#12481;&#12515;&#12540;&#1=
2472;</B></SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 31%; mso-fareast-hint: yes; mso-fareast-language: =
JA"><B>\500</B></SPAN><SPAN=20
style=3D"FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes"><B>&#12399;&#36890;&#24120;&#21942;&#26989;&#26178;&#21516;&#27096;&=
#38914;&#12356;&#12390;&#12362;&#12426;&#12414;&#12377;&#12290;</B></SPAN=
><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"><B>=20
</B></SPAN></DIV>
<DIV=20
style=3D"LEFT: 14.07%; WIDTH: 65.88%; POSITION: absolute; TOP: 87.22%; =
HEIGHT: 2.16%; mso-line-spacing: '80 20 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 31%; FONT-FAMILY: 'MS PGothic'; =
mso-special-format: lastCR; mso-fareast-font-family: 'MS =
PGothic'"><B></B></SPAN></DIV></DIV></p:slide></DIV></BODY></HTML>

------=_NextPart_000_000B_01C8A0BA.210CB020
Content-Type: text/css;
	charset="iso-2022-jp"
Content-Transfer-Encoding: quoted-printable
Content-Location: file:///C:/4F6160B1/33F4A6D1.files/master03_stylesheet.css

BODY {
	WIDTH: 554px; HEIGHT: 415px
}
.TB {
	mso-special-format: nobullet?
}
.T {
	FONT-SIZE: 220%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
center; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 3; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.BB {
	mso-special-format: bullet?
}
.B {
	FONT-SIZE: 160%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.B1B {
	mso-special-format: bullet?
}
.B1 {
	FONT-SIZE: 140%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.B2B {
	mso-special-format: bullet?
}
.B2 {
	FONT-SIZE: 120%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.B3B {
	mso-special-format: bullet?
}
.B3 {
	FONT-SIZE: 100%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.B4B {
	mso-special-format: bullet=81=E2
}
.B4 {
	FONT-SIZE: 100%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N {
	FONT-FAMILY: "MS PMincho"; mso-fareast-font-family: "MS PMincho"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N1 {
	FONT-FAMILY: "MS PMincho"; mso-fareast-font-family: "MS PMincho"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N2 {
	FONT-FAMILY: "MS PMincho"; mso-fareast-font-family: "MS PMincho"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N3 {
	FONT-FAMILY: "MS PMincho"; mso-fareast-font-family: "MS PMincho"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N4 {
	FONT-FAMILY: "MS PMincho"; mso-fareast-font-family: "MS PMincho"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.OB {
	mso-special-format: nobullet?
}
.O {
	FONT-SIZE: 90%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
left; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O1 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O2 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O3 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O4 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CBB {
	mso-special-format: nobullet?
}
.CB {
	FONT-SIZE: 160%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
center; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB1 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB2 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB3 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB4 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CTB {
	mso-special-format: nobullet?
}
.CT {
	FONT-SIZE: 220%; COLOR: black; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: =
center; mso-fareast-font-family: "MS PGothic"; mso-hansi-font-family: =
Arial; mso-color-index: 3; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB1 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB2 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB3 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB4 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.QB {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.QB1 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.QB2 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.QB3 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.QB4 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.Tbl {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.Tbl1 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.Tbl2 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.Tbl3 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.Tbl4 {
	FONT-FAMILY: "MS PGothic"; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.defaultB {
	mso-special-format: nobullet?
}
.default {
	FONT-WEIGHT: normal; FONT-SIZE: 60%; COLOR: black; DIRECTION: ltr; =
FONT-STYLE: normal; FONT-FAMILY: "MS PGothic"; TEXT-ALIGN: left; =
TEXT-DECORATION: none; mso-fareast-font-family: "MS PGothic"; =
mso-hansi-font-family: Arial; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1; mso-ascii-font-family: Arial; text-shadow: =
none; text-effect: none; mso-fareast-hint: no; mso-text-raise: 0%; =
mso-line-spacing: "100 0 0"; mso-margin-left-alt: 0; =
mso-text-indent-alt: 0; mso-word-wrap: 1; mso-vertical-align-special: =
baseline; mso-fareast-language: JA; mso-ansi-language: EN-US
}
A:link {
	COLOR: #009999! important
}
A:active {
	COLOR: #333399! important
}
A:visited {
	COLOR: #99cc00! important
}

------=_NextPart_000_000B_01C8A0BA.210CB020--
