﻿@charset "utf-8";
/* CSS Document */
ul,li {
	padding: 0px;
	margin: 0px;
}

.button {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
	height: 18px;
	padding-right: 9px;
	margin-left: 2px;
}

.button-left {
	display: block;
	padding-left: 9px;
	line-height: 18px;
	height: 18px;
	font-weight: bold
}

#nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li {
	float: left;
	list-style: none;
	margin: 1px;
}

.top_button {
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
	height: 18px;
	padding-right: 9px;
}

.top_button2 {
	display: block;
	padding-left: 9px;
	line-height: 18px;
	height: 18px;
}

.previous,.next {
	float: left;
	padding-top: 2px;
}

#table {
	padding-top: 10px;
}

#table table {
	font-size: 12px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-collapse: collapse;
}

#table font {
	font-size: 12px;
	font-weight: bold;
}

#remark {
	font-size: 12px;
	height: auto;
	padding-top: 30px;
}

#tbhbCon{
	position:fixed;
	background-color: #eeeeee;
	left : 20%;
	top : 20%;
	border: 1px solid #0373c7;
	z-index:50;
}
#tbhbCon>.tbhbHead{
	text-align: center;
	color: #ffffff;
	background-color: #0373c7;
}
#tbhbCon>.tbhbBody{
	color: #333333;
	padding: 1px 2px;
}