@charset "utf-8";
/* CSS Document */

html 
{
    background-color: #6a9;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 135%;
	background-color: #6a9;
	margin: 1em auto;
	width: 970px;
	color: #333;
}

p a:link, li a:link, #return_top a:link, #dateline a:link, .topics_list td a:link {
	color: #36a;
	text-decoration: none;
	border-bottom: 1px #36a dotted;
}

p a:visited, li a:visited, #return_top a:visited, #dateline a:visited, .topics_list td a:visited {
	color: #39a;
	text-decoration: none;
	border-bottom: 1px #39a dotted;
}

p a:hover, li a:hover, #return_top a:hover, #dateline a:hover, .topics_list td a:hover {
	color: white;
	background-color: #36a;
	text-decoration: underline;
}

td.no_effect > a:link, td.no_effect > a:visited, td.no_effect > a:hover {
	border: 0;
	text-decoration: none;
}

h1, h2 {
	font-size: small;
	font-weight: bold;
}

h2 {
	font-style: italic;
}

img {
	display: block;
	border: 0;
}

.footnote 
{
    border-top: solid 1px #39a;
    font-weight: bold;
}

.footnote p 
{
    font-weight: normal;
}

#header {
	width: 970px;
	height: 140px;
	background: url(../images/header.jpg) no-repeat;
}

#main {
	margin-top: 2px;
	background: transparent url(../images/nakasendo-background.gif) repeat-y;
	padding: 0.5em 0;
}

#copy {
	float: right;
	width: 720px;
	padding: 0 1em 0.5em 1em;
}

#nav {
	float: left;
	width: 200px;
	padding: 0 0.5em 0.5em;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em;
}

#nav li {
	margin: 0.5em 0;
}

#nav ul ul {
	margin: 0 0 0.5em 1em;
}

.navcurrent {
	font-weight: bold;
	color: #343;
}

#footer {
	font-style: italic;
	text-align: center;
	padding: 0.5em;
	margin-top: 2px;
	background: white url(../images/geta.jpg) 20px 2px no-repeat;
}

.inline_image 
{
    margin-left: auto;
    margin-right: auto;
}

.floatright {
	float: right;
	margin: 0.5em 0 0 1em;
}

.floatleft {
	float: left;
	margin: 0.4em 1.25em 0 0;
}

.floatright img, .floatleft img, .inline_image img {
	border: 1px #6a9 solid;
}

.floatright p, .floatleft p, .inline_image p {
	font-style: italic;
}

#dateline 
{
        border-top: solid 1px #39a;
} 

#return_top 
{
    float: right;
}

.topics_list {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.topics_list th, .topics_list td {
	font-size: x-small;
	padding: 2px 6px 2px 0;
	border-top: 1px solid #6a9;
}

.topics_list td {
	font-weight: normal;
	text-align: left;
}

.topics_list th {
	font-weight: bold;
	text-align: center;
}

.topics_list td ol {
	margin: 0;
	padding: 0;
}

.topics_list td ol li {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 0em;
}

a.photo_page 
{
    position: relative;
}

a.photo_page span 
{
    display: none;
}

a.photo_page:hover 
{
    color: white;
    background-color: #39a;
}

a.photo_page:hover span
{
    display: block;
    background: transparent url(../images/camera.jpg) no-repeat;
    border: solid 1px #39a;
    width: 60px;
    height: 54px;
    position: absolute;
    top: -60px;
    left: 30px;
}

.compound_list {
	list-style-type: none;
}

.compound_list li {
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0;
}

.compound_list p {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-variant: normal;
}