From: <Microsoft Internet Explorer 5 で保存する>
Subject: =?iso-2022-jp?B?MjAwNxskQkcvGyhCORskQjduGyhCIExpdmUgU2NoZWR1bGU=?=
Date: Wed, 19 Sep 2007 13:46:35 +0900
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_000B_01C7FAC3.7EB709C0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C7FAC3.7EB709C0
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\DE19B038.mht!DE19B038.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>2007&#24180;9&=
#26376; 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.3157" name=3DGENERATOR><LINK =
id=3DMain-File=20
href=3D"../DE19B038.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"2007/9/19: 2007&#24180;9&#26376; Live Schedule" =
name=3DDescription><LINK=20
href=3D"file:///C:/A5B1C698/DE19B038.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_m1026"></p:shaperange><v:shape id=3D_x0000_s2050=20
style=3D"LEFT: 53.875pt; WIDTH: 612pt; POSITION: absolute; TOP: 20.5pt; =
HEIGHT: 39.625pt"=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=20
type=3D"centerTitle"></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: 19.75pt; WIDTH: 680.5pt; POSITION: absolute; TOP: =
88.625pt; HEIGHT: 419.25pt"=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=3DCT=20
style=3D"LEFT: 8.48%; WIDTH: 83.21%; POSITION: absolute; TOP: 4.81%; =
HEIGHT: 6.02%"=20
v:shape=3D"_x0000_s2050"><SPAN lang=3DEN-US=20
style=3D"FONT-SIZE: 73%; FONT-FAMILY: HGPSoeiKakupoptai; =
mso-fareast-font-family: HGPSoeiKakupoptai; mso-ascii-font-family: =
HGPSoeiKakupoptai; mso-fareast-hint: yes; mso-fareast-language: =
JA"><U>2007&#24180;9&#26376;=20
Live Schedule</U></SPAN></DIV>
<DIV class=3DCB v:shape=3D"_x0000_s2051">
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 17.34%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">9</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">16</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#26085;&#65289;&#12288;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> Ramblin</SPAN><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: yes; =
mso-fareast-language: JA">=92&#21069;&#30000;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65295;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#20304;&#12293;&#26408;&#65404;&#65390;&#65392;&#65394;&#65409;&#65=
295;&#30722;&#23376;&#30000;&#12288;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> </SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---Blues</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: yes; =
mso-fareast-language: JA">=92</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">=20
N</SPAN><SPAN lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: yes; =
mso-fareast-language: JA">=92</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 20.96%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 44%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 10.79%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">00</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12375;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 25.06%; =
HEIGHT: 2.89%; TEXT-ALIGN: left"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 109.74%; POSITION: absolute; TOP: 28.43%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">9</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Mry=20
</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65358;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> Isis </SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65288;&#12513;&#12522;&#12451;&#12539;&#12456;&#12531;&#12539;&#12=
452;&#12471;&#12473;&#65289;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">G</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Tomio</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Vo.</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Hiroko</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Sax</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Miyagawa</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Ba</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Tsuda</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">---Jazz---</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 32.04%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12=
288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">21</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#65509;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">1,000</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 36.14%; =
HEIGHT: 2.89%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: =
JA"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 39.51%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">9</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">22</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#26085;&#65288;&#22303;&#65289;&#12288;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> Monthly Jazz Session=20
Live</SPAN><SPAN lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 43.37%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 44%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 10.79%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">start</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">20</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">2=20
stage</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12375;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Session</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">1,000</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 47.22%; =
HEIGHT: 2.89%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: =
JA"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 50.84%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">9</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">28</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-language: JA">El Skank =
Di=20
Yawdie<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>---Acoustic Rock =
Reggae---=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 54.45%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 44%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 10.79%; mso-tab-count: 1"></SPAN><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp; </SPAN>start: 21:00<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp; </SPAN>Live charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65306;&#28961;&#12375;</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 58.55%; =
HEIGHT: 2.89%; TEXT-ALIGN: left"><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'"></SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 61.92%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">9</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">29</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">)</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;&#12469;&#12479;&#12479;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> night</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#65281;&#12288;</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Vol.11</SPAN><SPAN=20
lang=3DEN-US=20
style=3D"DISPLAY: none; FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-language: JA">=20
</SPAN></DIV>
<DIV=20
style=3D"LEFT: 3.79%; WIDTH: 92.59%; POSITION: absolute; TOP: 65.78%; =
HEIGHT: 3.13%; TEXT-ALIGN: left"><SPAN=20
lang=3DEN-US style=3D"FONT-SIZE: 44%; mso-fareast-language: JA"><SPAN=20
style=3D"WIDTH: 10.79%; mso-tab-count: 1"></SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; FONT-FAMILY: 'MS PGothic'; =
mso-fareast-font-family: 'MS PGothic'; mso-fareast-hint: =
yes">&#12288;</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; mso-fareast-hint: yes"> start</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">19</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">30</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">Live=20
Charge</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">\1,000</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">+</SPAN><SPAN=20
style=3D"FONT-SIZE: 44%; 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: 44%; mso-fareast-hint: yes; mso-fareast-language: =
JA">1 Drink=20
MUST</SPAN></DIV></DIV></p:slide></DIV></BODY></HTML>

------=_NextPart_000_000B_01C7FAC3.7EB709C0
Content-Type: text/css;
	charset="iso-2022-jp"
Content-Transfer-Encoding: quoted-printable
Content-Location: file:///C:/A5B1C698/DE19B038.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: 90%; 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_01C7FAC3.7EB709C0--
