@charset "utf-8";
/* CSS Document */

body{background-color: #feffdf;}

#wrap{
  width: 930px;
  margin: 0 auto;
  background: #cde6e0;
}

header{
  width: 930px;
  height: 500px;
  background-image: url(../images/index_header_background.jpg);
  margin: 0 auto;
  position: relative;
}

h1{
  position: absolute;
  top: 32px;
  left: 42px;
}

#gNav{
  width: 930px;
  height: 90px;
  background: #fbfbfc;
  margin: 0 auto;
}

#gNav ul{
  width: 833px;
  margin: 0px auto;
  padding-top: 28px;
}

#gNav ul li{
  float: left;
  margin-right: 50px;
}

#gNav ul li.liLast{margin-right: 0;}

#contents{
  width: 930px;
  margin: 0 auto;
  padding-top: 30px;
}

#leftContents{
  width: 580px;
  float: left;
  margin-left: 30px;
}

h2{
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  color: #4a5446;
  font-weight: bold;
  letter-spacing: -1px;
  padding-left: 44px;
  background: url(../images/ring.png) no-repeat;
  margin-bottom: 25px;
}
  
.section01{margin-bottom: 45px;}

.section01 p{
  font-size: 14px;
  line-height: 28px;
}

.section01 a{text-decoration: none;}

span{color: #e71f19;}

.section02{margin-bottom: 50px;}

th{
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #08355c;
  width: 65px;
}

td{
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
}

.tablePadding{padding: 20px 0;}

#info{margin: 0 0 30px 65px;}

#info p{
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
}

.takuzi{
  padding-left: 24px;
  background: url(../images/img01.png) no-repeat;
  margin-bottom: 6px;
}

.section03{margin-bottom: 30px;}

.section03 iframe{background-color: #fff;}

#rightContents{
  width: 240px;
  float: right;
  margin-right: 30px;
}

#rightContents iframe{margin-bottom: 30px;}

#rightContents img{margin-bottom: 20px;}

footer{
  width: 930px;
  height: 160px;
  background-color: #fbfbfc;
  margin: 0 auto;
  position: relative;
}

#footerText{
  position: absolute;
  top: 25px;
  left: 45px;
}

#footerText p,small{
  font-size: 14px;
  line-height: 22px;
}

.footer01{font-weight: bold;}

.footer02{
  padding-left: 20px;
  background: url(../images/img03.png) no-repeat;
}

footer img{
  position: absolute;
  top: 52px;
  left: 731px;
}