body {
	background-color: #ffffff;
	color: #000000;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lucida Grande', Arial, Helvetica,
	'Hiragino Kaku Gothic Pro W3',
	'Meiryo','MS PGothic', 'HeiseiKakuGothic',
	sans-serif;
}

a:link {
	color: #003366;
	background-color: transparent;
	text-decoration: none; 
}

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none; 
}

a:hover {
	color: #c5e1e5;
	background-color: transparent;
	text-decoration: underline;
}

div.nav_t {
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: small;
	line-height: 1.5em;
}

div.nav_b {
	clear: both;
	text-align: center;
	padding: 30px 0px 5px 0px;
	font-size: small;
	line-height: 1.5em;
}

span.nav {
	padding: 3px;
	margin-right: 2px;
	color: #666699;
	border: thin outset #4a4a4a;
	background-color: #f6f6f6;
}

span.sep {
	display: none;
}

div.title {
	text-align: left;
	padding: 20px 0px 0px 20px;
	line-height: 1.5em;
}

span.title {
	padding: 4px;
	margin-right: 2px;
	background-color: #003366;
	color: #ffffff;
}

h1 {
	background-color: #003366;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.2em;
}

p {
	line-height: 1.5em;
	text-indent: 1em; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.author {
	text-align: right;
}

.graph {
	width: 100%;
	padding-top: 1em;
}

.graph td.fig {
	width: 100px;
	vertical-align: top;
	padding: 0px;
}

.graph td.cap {
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 1em;
}

.graph p {
	text-indent: 0em;
	text-align: left;
}

.graph a:link {
	color: #0066ff;
	border: 2px;
}

.graph a:visited {
	color: #6666ff;
	border: 2px;
}

.graph a:hover {
	color: #99cc66;
	border: 2px;
}

address {
	width: 100%;
	clear: both;
	font-family: "Times New Roman", "Times", serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: solid 3px #003366;
}

.sub {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: sub;
}

.sup {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: super;
}

.subit {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: sub;
	font-style: italic;
}

.supit {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: super;
	font-style: italic;
}

.it {
	font-style: italic;
}

.bd {
	font-weight: bold;
}

.bi {
	font-style: italic;
	font-weight: bold;
}

.under {
text-decoration:underline;
}

