/*記事目次*/
.index { border-top: none; 
	border-bottom: solid 5px #cccccc; 
	border-right: none;
	border-left: none; 
	 width: 600px;}

.name { font: bold 12pt sans-serif;}


/*対話形式*/
table.talk { margin: 0 10% 0 10%; }
.speaker1 { vertical-align: top; background: #99ffcc;
width: 50px}

.speaker2 { vertical-align: top; background: #ffffcc;
width: 50px}

.speaker3 { vertical-align: top; background: #ffcccc;
width: 50px}

img.r { float: right;
	 margin-left 0.5em;
	 margin-bottom: 0.5em}

img.l { float: left;
	 margin-right 0.5em;
	 margin-bottom: 0.5em}

a.ppt { text-align: right; }
