/* The CSS styles for the Author Index buttons and table. */

#indexmenu {
	font-weight: bold;
	margin-right: 180px;
	margin-bottom: 20px;
	text-align: right;
	padding: 15px;
}
#indexmenu p {
	font-size: 0.9em;
	line-height: 1.1em;
}
#indextable {
	font-weight: bold;
	line-height: 1.2em;
}
a.indexbutton {
	color: #333333;
	background-color: #B46F4E;
	padding-top: 2px;
	padding-left:12px;
	padding-right: 12px;
	padding-bottom: 2px;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
	text-align: center;
}
a.indexbutton:link {
	text-decoration: none;
	color: #333333;
	background-color: #B46F4E;
} 
a.indexbutton:visited { 
	text-decoration:none;
	color:#333333;
} 
a.indexbutton:active { 
	text-decoration:none;
    color:#FF8040; 
} 
a.indexbutton:hover { 
	text-decoration:none;
    color:#FF8040; 
} 
.j-author {
	font-size: 1.1em;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
}
.caption {
font-size: 0.9em;
}
