/* CSS Document */

table#navbar {
	margin-top: 10px;
	border: dotted #AAAAAA 2px;
}

/* クラスtabelのリストはインデントしない */
ul.table {
	margin-left: 0px;
	margin-top: 10px;

}
.locate {
	background-color: #FFFFAA;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	text-align: right;
	font-family:"Comic Sans MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	font-color: blue;
}

a:active {
	text-decoration: underline;
	font-color: blue;
}
a:hover {
	text-decoration: underline;
	font-color: blue;
}
a:visited {
	text-decoration: none;
	font-color: #FFCCFF;
}


ul.jump_bar {
  font-size: 0;
}
.jump_bar li {
	background-color: #FFFFAA;
	display: inline-block;
	vertical-align: central;
	line-height: 1.1em;
	border-right: 1px #00F;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}  
.jump_bar {
	text-align: center;
	widht: 100%;
}

