/* stilo.css 
 * MARUYAMA Satosi 2002-03-23
 */

  /* linen */
		dl {line-height: 1.5;}
		p {
			line-height: 1.5; 
		/*	text-indent: 1em; */
			text-indent: 0em;}
		ul {line-height: 1.5;}
		ol {line-height: 1.5;}
      pre {line-height: 1.5;}

html {
	width: 100%; height: 100%;
}

body {background: #ffffdd;
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 3em;
		margin-right: 3em;
		line-height : 150%;
		width:   90%;
		height: 100%;
		font-family : Arial,sans-serif, 'ＭＳ Ｐゴシック';

}
p.dngl{margin-left: 2em;
				text-indent: -1em;}
p.dngl2{margin-left:4em;
				text-indent: -3em;}
p.dngl3{margin-left: 3em;
				text-indent: -2em;
				margin: 1em 2em}
p.noindent{text-indent: 0%;}
p.center {
		text-align: center
	}
p.center-big3 {
		text-align: center;
	  font-size:300% ;
	}
p.center-big2 {
		text-align: center;
	  font-size:200% ;
	}

p.frame{
	border: thin gray solid;
	margin-left: 1em;
	padding: 0em;
	text-indent: 0%;
}

/* 回り込み開始　*/
p.figure{
	float: right;
}

/* 回り込み解除　*/

p.clear{
	clear: bot;
}


div.frame{
	border: thin gray solid;
	margin-left: 1em;
	padding: 1em;
	text-indent: 0%;
}
	
table.frame{
	border: thin gray solid;
	margin-left: 1em;
	padding: 1em;
	text-indent: 0%;
}
	
ol.lower-alpha {
	list-style-type: lower-alpha
}

div.right{text-align: right;}
div.center{text-align: center;}
td.center{text-align: center;}
td.right{text-align: right;}
table.center{margin-left: auto;
					margin-right: auto;}

td.middle{vertical-align: middle;}

img.float{
	float: left; 
	margin-right: 20px}
img.desc{float:left;}

canvas{float: right;}



span.nova{color: #FF0000;}
span.red{	color: #FF0000;}
span.blue{	color: #0000FF;}
span.underline{text-decoration: underline}

ins {
	text-decoration: none;
}

h1, h2, h3, h4 {
	clear: left;
}	

h1.center {
	text-align: center
}

h2.center {
	text-align: center
}

h3.center {
	text-align: center
}


td{
	vertical-align: top
}


blockquote.frame{
	border: thin gray solid;
	margin-left: 1em;
	padding: 1em;
}
	
object.left {
	float: left;
}

object.right {
	float: right;
}
/* http://www.akatsukinishisu.net/itazuragaki/css/use_ruby_style_as_user_stylesheet.html */

ruby {
  display:inline-table !important;
  text-align:center !important;
  white-space:nowrap !important;
  text-indent:0 !important;
  margin:0 !important;
  vertical-align:text-bottom !important; /* modified 2009-12-03 */
  line-height:1 !important;
}

ruby>rb,ruby>rbc {
  display:table-row-group !important;
  line-height:1.2 !important;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group !important;
  font-size:60% !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group !important;
  font-size:60% !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}

rbc>rb,rtc>rt {
  display:table-cell !important;
  letter-spacing:0 !important;
}

rp {
  display:none !important;
}

#TOC { border: solid black 1px; margin: 10px; padding: 10px; }
.TOCEntry { font-family: sans-serif; }
.TOCEntry a { text-decoration: none; }
.TOCLevel1 { font-size: 16pt; font-weight: bold;}
.TOCLevel2 { font-size: 12pt; margin-left: .5in;}
.TOCSectNum:after { content: ": ";}


.map-embed
{
	max-width: 100% ;
	height: 0 ;
	margin: 0 ;
	padding: 0 0 56.25% ;

	overflow: hidden ;

	position: relative ;
	top: 0 ;
	left: 0 ;
}

.map-embed > div
{
	position: absolute ;
	top: 0 ;
	left: 0 ;

	width: 100% ;
	height: 100% ;

	margin: 0 ;
	padding: 0 ;
}

.map-embed img
{
	max-width: none ;
}

#map_canvas { width: 80%; height: 80%; }
