@charset   "Shift_JIS";
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
body {
  color: #333333;
  text-align:center;
}
body {
  background: #FFFFFF url('images/bg.jpg') repeat-x;
}
div {
  text-align:left;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  width: 800px;
}
#header{
  height : 120px;
  position : relative;
}
.logo{
  position : absolute;
  top : 45px;
  left : 0px;
}
#global_nav{
  background-image : url(images/global_nav.gif);
  background-repeat : no-repeat;
  width : 800px;
  height : 70px;
}
#menu{
  color : white;
  font-size : 14px;
  position : relative;
  height : 35px;
}
#menu a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px 12px 11px;
  float: left;
  background: url('images/border.gif') no-repeat right center;
  display: block;
}
#menu a:hover {
  color: #FFFF00;
}
#topicpath{
  font-size: 14px;
  padding-top: 8px;
  padding-left: 15px;
  clear: both;
  right: inherit;
  height: 35px;
}
h1{
  position : absolute;
  color : #000000;
  font-size : 14px;
  font-weight : normal;
  width : 150px;
  top : 5px;
  right : 0px;
}
#contents{
  position : relative;  
  margin-top : 20px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}
h2{
  background-image : url(images/h2.gif);
  background-repeat : no-repeat;
  width : 800px;
  height: 40px !important;
  height /**/:50px;
  padding-top : 15px;
  padding-left : 20px;
  font-size : 18px;
}
.content{
  line-height: 1.6;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 800px;
}
#footer{
  padding-top : 15px;
  padding-bottom : 20px;
  margin-top : 20px;
  text-align : center;
  margin-left : 10px;
  margin-right : 10px;
  background-image : url(images/fbg.gif);
  background-repeat : repeat-x;
  background-position: left top;
}
table{
	margin: 0 auto;
	background-color: #C0C0C0;
}
th {
  background-color : white;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
td{
  background-color : white;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
