@charset "UTF-8";

body{
	margin: 0;
		}

#wp{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}  


#header {
   width:  100%;
   height: 220px;
   background: #000;

   /* ヘッダーを固定
   position: fixed !important;
   position: absolute;
   top: 0;
   left: auto;
   margin: 0 auto; */
   
}

#headerSP{
	display: none;
	width: 0;
	height: 0;
}	

/*#header h1{
	margin-left: 120px;
	width: 500px;
	font-size: 40px;
	color:#fff;
	font-family: "Times New Roman";
	text-align: left;
	background: #ccc;
}
#header p{
	float: right;
	font-size: 18px;
	color: #fff;
	font-family: "Times New Roman";
}	

#headerSP {
	display: none;
	width: 0;
	height: 0;
}*/		


#header img.logo{
  width: 500px;
  margin-top: 40px;
}

#header img.info1{
  height:  30px;
  margin-left: 10px;
  border: none;
}
#header img.info2{
  height: 30px;
 border: none;
}

#naviarea {
  width: 940px;
  height: 60px;
  margin: 0 auto;
  margin-top: 30px;
  background: #000;
  text-align: center;
}  

#navi{
  width: 920px;
  list-style-type:none;
  height: 60px;
  padding-top: 20px;
  background: #000;
}  

#navi a{
  padding: 12px 30px;
  color:#000;
  text-decoration: none;
  font-size: 14px;
  font-style: bold;
}   
#navi li{
 display: inline;
 list-style-type: none;
 width: 120px;
 height: 80px;
 margin-top: 0px;
 padding: 12px;
 background: #fff;
}  

#navi a:hover{
   color: #000;
   background-color: #dbd8cc;
}   
#main{
  width: 950px;
  height: 800px;
  margin: 0 auto;
  margin-top: 30px ;
  padding-top: 5px;
  background: #fff;
}
#main h1{
	font-size: 28px;
	color: #000;
  border-bottom: #000 solid 1px;
}
#main img{
	width: 650px;
  margin-top: 10px;
}


#comment{
	width: 650px;
	height: 130px;
	margin: 30px auto;
	padding-top: 10px;;
	background: #fff;
	border: 1px solid #000;
}

#comment p{
	font-size: 16px;
	color: #000;
}
	
 
#footer {
 width: 100%;
 height: 200px;
 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 10px;
 padding-top: 10px;
 border-top: 1px solid #fff;
 background: #000;
 }  
 
#footer hr{
  color: #fff;
  }

#footer p.tel{
  color:#fff;
  font-size: 23px;
}
#footer p.copy{
  color:#fff;
  font-size: 17px;

}  
