/*------------------------------------*/
/*- Class                            -*/
/*------------------------------------*/
.TabBtnClass{
diplay:back;
  color : white;
  background-color : blue;
  text-align : center;border-width : 3px 3px 3px 3px;border-style : outset outset outset outset;border-color : white white white white;
  width : 10em;
  height : 1em;
}
#TabBtn{
  color : blue;
  background-color : white;border-width : 3px 3px 3px 3px;border-style : inset inset inset inset;border-color : white white white white;
}
#TabBtnAct:active{
  color : blue;
  background-color : white;border-width : 3px 3px 3px 3px;border-style : inset inset inset inset;border-color : white white white white;
}

.gTabClass{
  font-size : 0.5cm;
  background-color : white;
  width : 100%;
}

/*------------------------------------*/
/*- Default                          -*/
/*------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
}
/*------------------------------------*/
/*- HTML                             -*/
/*------------------------------------*/
div.base {
	/*width: 1060px; */
	width: 1000px;
	background-color: #6699ff;
}
div.title {
	background-color: white;
	float: left;
	width: 140px;
	/*
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	*/
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.intro {
	margin: 0;
	padding: 0;
}
div.intro h1 {
	margin: 0px;
	font-family: "Times New Roman",Century,serif;
	font-family: Gungsuh,"Times New Roman",Century,serif;
	font-weight: normal;
	font-size: 280%;
	text-align: right;
}
div.navi {
	background-color: green;
	color: yellow;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Verdana,sans-serif;
}
div.navi a {
	color: white;
	text-decoration: none;
}
div.menu {
	padding: 0px;
	background-color: #6699ff;
}
div.main {
	clear: both;
	float: right;
	/*width: 900px;*/
	width: 840px;
	background-color: #ffffff;
}
div.main h2 {
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	border-bottom: solid 3px #00cc00;
}
div.main p {
	line-height: 1.4;
}
div.footer {
	clear: both;
	background-color: green;
	color: white;
	padding: 3px;
}
div.footer p.returnlink {
	text-align: center;
	margin: 0px 0px 0.5em 0px;
}
div.footer p.returnlink a {
	color: white;
}
div.footer p.copyright {
	margin: 0px;
	font-size: 80%;
	font-family: Verdana,Arial,sans-serif;
	text-align: right;
}
p.toolship {
	margin-top : -4px;
	margin-bottom : 6px;
}
table.toptbl1 {
	margin-left : 0px;
	border-left-width : 0px;
}
img.btnpos {
	margin-left : 27px;
}
img.btnpos1 {
	margin-top : 2px;
	margin-left : 27px;
}

