﻿div.presenternavi
{
	position: absolute;
	top: 234px;
	margin: 0;
	padding: 0;
	width: 648px;
}

div.presenternavi table
{
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

div.presenternavi table td
{
	padding: 0;
	background: #adadad;
	text-align: center;
	border-left: solid 1px #ffffff;
}

div.presenternavi table td.hi
{
	background: #cccccc;
}

div.presenternavi table td.first
{
	border-left: none;
	width: 37px;
	background: #537889;
}

div.presenternavi table td.first a
{
	position: relative;
	top: 1px;
}

div.presenternavi table td a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}

* html div.presenternavi table td a
{
	font-size: 0.7em;
}

div.presenternavi a:hover
{
	color: #cc0000;
}

div#presenterhtml
{
	width: 648px;
	height: 230px;
	display: none;
}