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

body{background-color: #feffdf;}

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

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

h1{
  position: absolute;
  top: 29px;
  left: 45px;
}

#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: 45px;
  background: url(../images/page_background.jpg);
  background-position: center bottom; 
  background-repeat: no-repeat;
}

#inner{
  width: 840px;
  margin: 0 auto;
  padding-bottom: 40px;
}

h2{
  width: 840px;
  height: 50px;
  background: url(../images/page_h2_back.png) no-repeat;
  margin-bottom: 30px;
}

h2 p{
  font-size: 28px;
  line-height: 50px;
  color: #4a5446;
  font-weight: bold;
  letter-spacing: -1px;
  padding-left: 48px;
}

h3{
  font-size: 28px;
  line-height: 36px;
  color: #093156;
  font-weight: bold;
  letter-spacing: -1px;
}

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;
}

/*story.html*/

.story01{
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #485346;
  margin-bottom: 30px;
  border-bottom: 1px solid #f6e46b;
  padding-bottom: 30px;
}

.story02{
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

h4{
  font-size: 24px;
  line-height: 40px;
  color: #093156;
  font-weight: bold;
  letter-spacing: -1px;
}

/*cast_staff.html*/

.cast_staff01{
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.cast_staff01 span{font-size: 12px;}

th{
  width: 365px;
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #f6e46b;
  color: #33517c;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

td{
  width: 474px;
  padding-left: 20px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.cast_staff02{padding-bottom: 40px;}

/*project.html*/

#projectTitle{margin-bottom: 15px;}

#projectTitle h3{float: left;}

#projectTitle p{
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  margin-left: 20px;
  color: #093156; 
}

#projectAbout{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f6e46b;
}

#projectAbout img{
  float: left;
  margin-right: 20px;
}

#projectAbout p{
  float: left;
  width: 595px;
  font-size: 14px;
  letter-spacing: -0,5px;
  line-height: 24px;
  font-weight: bold;
}

.projectInfo{
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #4a5446;
}

.projectInfo span{color: #e71f19;}