/*最下層ページ用レイアウト*/

body		  { line-height: 160%; background-color: white; margin-right: 10%; margin-left: 10% }
p			 { font-size: 1em; line-height: 160% }
li			{ font-size:1em;
			line-height:160%;
			margin-left:5%;margin-right:5%;
			}
div.p			{ font-size:1em;
			margin-left:5%;margin-right:5%;
			}
.mar		{margin-left:5%;margin-right:5%; }
.s			{font-size:10pt; text-align:left;}
.caption			{font-size:10pt; text-align:left;}
p.darkred			{ color:darkred;
			}
h1			 { line-height: 150%;}
h2		 { }
h3		 { }
h4		 { }
hr		 { }
table		 { }
.back		{font-size:10pt;font-weight:bold;}
.date		{text-align:right;}

a:link		{color:darkblue; text-decoration:none;}
a:visited	{color:darkblue;text-decoration:none;} 
a:active	{color:#cc3300; }
a:hover		{color:#cc3300; }

/*a.nav:link			{color:blue; text-decoration:none;}
a.nav:visited		{color:blue; text-decoration:none;}
a.nav:active		{color:black; }
a.nav:hover		{color:black; }*/
span			{font-size:10pt; margin-bottom:2pt;}
.top		{font-size:10pt; margin-bottom:3pt;}
.title  { background: white 0% 0%; border: solid 1px white; width: 100% }


/*akahata.cssから転記*/
.date {

 text-align: right;

}
.caption { font-weight: bold; font-size: 12px }
.noCSS {display: none;}
