﻿@charset "utf-8";

/* 各ブロック */



* {
  padding: 0;
  margin: 0; }
*/
html {
    font-family: 'Lato',  Meiryo, メイリオ, Calibri, Arial, sans-serif;}
html {overflow-y:scroll;}

body {
  background: #fff;
  font-family:  'Lato',  Meiryo, メイリオ, Calibri, Arial, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  height: auto; }

h1 {
  font-family: 'Lato',  Meiryo, メイリオ, Calibri, Arial, sans-serif;
  font-weight: normal;
  color: white; }

h2 {
  font: normal 20px 'Lato',  Meiryo, メイリオ, Calibri, Arial, sans-serif;
  line-height: 30px;
  padding: 10px 0; }

a {
  color: #27aae1;
  text-decoration: none; }
  a:hover {
    color: #146a8e; }

#header {
  background: white;
  padding:20px 0 0 0; }
  #header > div {
    position: relative;
    margin: 0 auto; }
    #header > div > .hd_left{
      width: 480px;
      height: 100px;
      float: left;
      /*position: relative;
      margin: 0 auto;*/ }      
    #header > div > .hd_right{
      width: 480px;
      height: 100px;
      float: left;
      /*position: relative;
      margin: 0 auto; */}
        #header > div > .hd_right > .hd_t{
          width: 480px;
          height: 50px;
          right: 0;
          float: left;}
        #header > div > .hd_right > .hd_nt{
          width: 480px;
          height: 50px;
          right: 0;
          text-align: right;}
          #header > div > .hd_right > .hd_t > .hd_tn{
            width: 245px;
            height: 50px;
            float: left;}
        #header > div > .hd_right > .hd_n{
          width: 480px;
          height: 50px;
          text-align: left;}
          #header > div > .hd_right > .hd_t > .hd_l{
            width: 235px;
            height: 50px;
            float: left;}


#logo {
  width: 402px;
  height: 28px;
  margin: 17px 0 2px 0; }

  #nav li {
    list-style: none; }
    #nav li a {
      display: block;
      font-size: 16px;
      color: #27aae1; }
      #nav li a:hover,
      #nav li a#current {
        color: black; }

#stage {
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center; 
  height: 350px;
  }

#stage_news {
  background-image: url(../img/bg_work.png);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center; 
  height: 175px;
  }

#content {
  width: 960px;
  margin: 0 auto;
  background: white;
  overflow: auto; }
  #content > div {
    padding: 30px 0px;
    overflow: auto;}

#main {
  margin: 20px 0; }


#footer {
  height: 400px;
  background:#f0f0f0;
  }
  #footer > div {

    bottom:0; 
    margin: 0 auto;
    overflow: auto; }

#nav li span {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: black;}


