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

#wrap{
  width:100%;
  height:100%;
  margin:0 auto;
  background-color:#fff;
  }

/**********ヘッダー***********/

#header{
  width:980px;
  height:120px;
  margin:0 auto;
  background-color:#fff;
  }

h1{
  float:left;
  width:300px;
  height:125px;
  position:relative;
  top:19px;
  right:34px;
  }

#nav{
  float:right;
  }

#nav p{
  font-size:12px;
  color:#9F9F9F;
  padding-top:57px;
  }
  
#nav ul{
  width:640px;
  height:44px;
  padding-right:40px;
  }

#nav ul li{
  float:left;
  margin:12px 80px 0 0px;
  }

#nav ul li a{
  color:#000;
  font-size:16px;
  text-decoration:none;
  }

#nav ul li a:hover{
  color:#5C5959;
  }


/**********フッター***********/

#footer{
  width:100%;
  height:100px;
  background-color:#1426F1;
  color:#fff;

  }

#footer_nav{
  width:980px;
  height:70px;
  margin:0 auto;
  }

#footer_nav ul{
  width::980px;
  }

#footer_nav ul li{
  float:left;
  padding:42px 5px 0 0;
  }

#footer_nav ul li:after{
  content: ' | ';
  }

#footer_nav ul li:nth-child(1):before{
  content: ' | ';
  }

#footer_nav ul li a{
  color:#fff;
  font-size:15px;
  text-decoration:none;
  }

#footer_nav ul li a:hover{
  color:#fff;
  }

#footer #copyright{
  width:100%;
  height:40px;
  background-color:#575757;
  }
  
#footer #copyrighttext{
  width:980px;
  height:30px;
  margin:0 auto;
  padding-top:10px;
  text-align:right;
  color:#fff;
  }
