/* for Annual Report */

body {
    background-color: #ffffff;
}

a:link {
	color: #008800;
}

a:active {
	color: #2B5500;
}

a:visited {
	color: #0038A0;
}

a:hover {
	color: #0038a0;
	background: #ccccff;
}

p {
	font-size: 100%;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10%;
	margin-right: 10%;
} 

li {
	font-size: 100%;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	/*
	  margin-left: 3ex;
	*/
	margin-right: 2ex;

} 

h2 {
	text-align: left;
	color: #000088;
	font-size: small;
	font-weight: bold;
	padding-bottom: 5px; 
	padding-left: 20px; 
	margin-right: 200px;
	margin-left: 50px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #008800;
}

h1 {
	text-align: center;
	color: white;
	font-size: 125%;
	font-weight: bold;
	padding: 20px; 
	background: #0038A0;
	border-style: double;
	border-color: rgb(0,0,128);
	border-width: 3px;
}

h4 {
	color: #000088;
}

h3 {
	margin-left: 5%;
}

#back img {
    border: none;
    float: right;
}

#back br {
    clear: both;
}

#contents table {
    margin: auto;
    border: none;
    width: 80%;
}

#contents img {
    border: none;
}

#copyright p {
    font-size: 90%; 
    text-align: center; 
    color: #666666;
    margin-left: 1%;
    margin-right: 1%;
}

div.fig {
    text-align: center;
}

img.fig {
    border: none;
}

div.gotop {
    margin-right: 8%;
    text-align: right;
}
