*{
  margin:0;
  padding:0;
}
body{
  background:#FFF;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  overflow:hidden;
  
}
h1{
  color:#333;
  margin:20px 0px 60px 0px;
  text-shadow:1px 1px 1px #555;
  text-indent:-9999px;
  height:70px;
  background-image:url(img/top_logo.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.lineheight2{
  line-height:2em;
}
.littleBoxes{
  width:600px;
  height:500px;
  margin:0px auto;
  position:relative;
}
.littleBoxes > div{
  position:absolute;
  width:120px;
  height:120px;
  text-align:center;
  overflow:hidden;
  background-position:center center;
  z-index:999;
}
.littleBoxes div a.topmenu{
  display:block;
  line-height:120px;
  text-decoration:none;
  background-repeat:no-repeat;
  text-indent:-9999px;
  outline:none;
}

#top_srkun{
  width:300px;
  height:300px;
  position:absolute;
  top:150px;
  left:450px;
  background-image:url(img/top_srkun.png);
}

a#contents01{
  background-image:url(img/contents01.png);
}

a#contents02{
  background-image:url(img/contents02.png);
}

a#contents03{
  background-image:url(img/contents03.png);
}

a#contents04{
  background-image:url(img/contents04.png);
}

a#contents05{
  background-image:url(img/contents05.png);
}

a#contents06{
  background-image:url(img/contents06.png);
}

a#contents07{
  background-image:url(img/contents07.png);
}

a#contents08{
  background-image:url(img/contents08.png);
}

a.close{
  position:absolute;
  top:100px;
  left:398px;
  z-index:100;
}

a.slide_left{
  position:absolute;
  top:300px;
  left:0px;
}

a.slide_right{
  position:absolute;
  top:300px;
  left:800px;
}

.littleBoxes div.boxcontent{
  width:350px;
  height:200px;
  text-align:left;
  padding:10px;
  font-size:12px;
  background-color:#f0f0f0;
  border:2px solid #fff;
  margin:40px 30px;
  text-shadow:1px 1px 1px #fff;
  -moz-box-shadow:1px 1px 3px #777;
  -webkit-box-shadow:1px 1px 3px #777;
  box-shadow:1px 1px 3px #777;
  opacity:0.8;
  display:none;
}

.corpinfo{
  width:350px;
  height:200px;
  border:2px solid #fff;
  margin:40px 30px;
  text-shadow:1px 1px 1px #fff;
  -moz-box-shadow:1px 1px 3px #777;
  -webkit-box-shadow:1px 1px 3px #777;
  box-shadow:1px 1px 3px #777;
  background-image:url(img/corpinfo.png);
  display:none;
}

.bg1, .bg1doo, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8{
  background-repeat:no-repeat;
  position:absolute;
  left:5px;
  -moz-box-shadow:1px 3px 8px #777;
  -webkit-box-shadow:1px 3px 8px #777;
  box-shadow:1px 3px 8px #777;
}
.bg1{
  background-image:url(img/bg01.jpg);
}
.bg1doo{
  background-image:url(img/bg01doo.jpg);
}
.bg2{
  background-image:url(img/bg02.jpg);
}
.bg3{
  background-image:url(img/bg03.jpg);
}
.bg4{
  background-image:url(img/bg04.jpg);
}
.bg5{
  background-image:url(img/bg05.jpg);
}
.bg6{
  background-image:url(img/bg06.jpg);
}
.bg7{
  background-image:url(img/bg07.jpg);
}

.bg8{
  background-image:url(img/bg08.jpg);
}

a.recruit{
  background: #0150b3;
  border-radius: 5px;
  bottom: 100px;
  color: #fff;
  display: block;
  left: 50%;
  line-height: 3em;
  margin-left: -150px ;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

a.recruit:hover{
  opacity: 0.75;
}

#copyright{
  text-align:center;
  width:100%;
  font-size:10px;
  font-weight:bold;
  color:#FFF;
  padding:25px 0px;
  position:absolute;
  bottom:0px;
  background-color:#4C4C4C;
}

#copyright a{
  color:#FFF;
  text-decoration:none;
}