

body { 
	font-family:  Osaka,  $B#M#S(B $B#P%4%7%C%/(B, sans-serif;  
	margin-left: 20pt; 
	margin-right: 20pt; 
	color: black; background-color:#F5F5DC ;
}

/* anchor*/

a:link	{
	color:#A52A2A;
	background-color:#F5F5DC;
}

a:visited	{
	color:#CD853F;
	background-color:#F5F5DC;
}

a:active	{
	color:green;
	background-color:#F5F5DC;
}

a:hover	{
	color:#F5F5DC;
	background-color:#800000;
} 


H2 a:link {
	color: #CD853F;
	background-color:#800000;
	text-decoration: none;
}


H2 a:visited {
	color: #CD853F;
	background-color:#800000;
	text-decoration: none;
}

H2 a:active {
	color: #ffffff;
	background-color:#800000;
	text-decoration: none;
}

H2 a:hover	{
	color:#F5F5DC;
	background-color:#800000;
	text-decoration : none;
} 



/* contents */

H2 { 
	padding: 0.5%;
	font-size: small; 
	color:#F5F5DC;
	background-color:#800000;
}



H3 { 
	font-size: small; 
	color:#800000;
	background-color:#F5F5DC;
}


div.content { 
	margin-left: 10pt;
    line-height: 1.6;
	width: 90%;
}

div.diary { 
	font-size: x-small;
	margin-left: 10pt;
    line-height: 1.4;
	width: 95%;
}


div.foot {
		margin-left: 10pt;
		margin-right: 10pt;
		font-size: x-small;
		text-align: center;
		line-height: 1.4;
}

span.link {
	text-align: right;
}


