﻿/*** 
   Overall Page 
***/

body
{
	background-color: #ffff00;
	background: url(images/background.jpg) repeat-x;
	font-size: 10pt;
}

/*** 
   Header Section 
***/

#header {
	height: 3em;
}

#header .title
{
	font: bold 25pt 'ＭＳ Ｐゴシック' ;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .sitemap {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #ffffff; 
}

/*** 
    Navigation 
***/

#tabs{
  height: 35px;
  background: url(images/blueTab.png) 0px 35px repeat-x;
  width: 700px;
  position: relative;
  display: block;
}

.tab{
  height: 34px;
  font-size: 11px;
  font-family: Tahoma, "Arial Narrow" , sans-serif;
  font-weight: bold;
  display: inline;
  margin-right: 2px;
}

.tabLeft{
  height: 34px;
  width: 6px;
  background: url(images/blueTab.png) -400px -35px no-repeat;
  float: left;
  margin-left: 2px;
}

.tabMiddle
{
	height: 30px;
	float: left;
	background: url(images/blueTab.png) no-repeat 0px -35px;
	white-space: normal;
	padding-top: 4px;
	vertical-align: bottom;
}

.tabRight{
  height: 34px;
  width: 6px;
  background: url(images/blueTab.png) -406px -35px no-repeat;
  float: left;
}

.active .tabLeft{
  background-position: -406px -1px;
}

.active .tabMiddle{
  background-position: 0 -1px;
}

.active .tabRight{
  background-position: -400px -1px;
}

.tab a:link, a:visited{
  color: #FFFFFF;
  text-decoration: none;
  height: 21px;
  padding: 10px;
}

.tab a:hover{
  color: #FFFFFF;
  text-decoration:  none;
  height: 21px;
  padding: 10px;
}

.active .tabMiddle a{
  color: #000000;
  text-decoration: blink;
  height: 21px;
  padding: 10px;
}

.active .tabMiddle a:hover{
  color: #000000;
  text-decoration: none;
  height: 21px;
  padding: 10px;
}


/*** 
    Main Content 
***/
#content {
  border: 1px solid #000000;
  border-top: none;
  padding: 10px 5px 6px 5px;
  background-color: #ffffff;
  width: 688px;
}

#content h1 {
  font-size: 1.2em;
  color: #000000;
  background-color: transparent;
}


/*** 
   Footer 
***/

#footer
{
	position: static;
	bottom: 0;
	left: 10pt;
	width: 700px;
	height: 1.5em;
	background-color: #990000;
	color: white;
	border-top: #65B1B1;
	text-align: center;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}

