@charset "UTF-8";

body{
	margin: 0;
		}

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

#header {
   width:100%;
   height: auto;
   margin-bottom: 10px;
   text-align: left;
   background: #000;
}	



#header img.logo{
  width: 320px;
  height:  38px;
  margin-top: 30px;
  margin-left: 5px;
  border: none;
}


#header img.info1{
 width: 138px;
 height: 30px;
  margin-top: 10px;
  margin-left: 25px;
  padding-bottom: 10px;
  border: none;
}

#header img.info2{
 width: 138px;
 height: 30px;
  margin-top: 5px;
  margin-left: 25px;
  padding-bottom: 10px;
  border: none;
}

#headerSP{
	display: inline;
	width: 100%;
	height: 500px;
  text-align: center;
  padding-bottom: 10px;
}	

#naviarea {
  width: 350px;
  height: 350px;
  margin: 30px auto;
  background: #000;

}  

#navi{
  width:220px;
   height: 215px;
  list-style-type:none;
  margin-top: 10px;
  text-align: center;
  background: #000;

} 


#navi a{
  display:block;
  font-size: 12px;
  padding:10px 13px;
  color:#000;
  border: none;
  text-decoration:none;
  /*text-align:center;*/
  /*background:  url(list_yajirushi.jpg);*/
   border-bottom: 1px solid #ccc; 
}

#navi li{
  float: left;
  width: 250px;
  height: 39px;
  margin-left: -12px;
  margin-top: -12px;
 /* margin-right: 5px;*/
  border-left:0px solid #ccc;
  border-bottom: 2px solid #ccc;
 /* background: #fff url(list_yajirushi.jpg); */
}

#nav a:hover{
   color: #000;
   background-color: #fff;
}   

/*#naviarea {
  display: none;
}*/  


#main{
  width: 350px;
  height: auto;
  margin: 20px auto;
  padding-top:12px;
   text-align: center;
  background: #000;
}

#main img{
 display: none;
 /*width: 1210px;*/
}


 
#footer {
 width: 100%;
 height: 125px;
 padding-top: 8px;
 text-align: center;
 border-top: 3px solid #fff;
 border-bottom: 3px solid #fff;
 background:#555454;

 }  
 
#footer p.tel{
  color:#fff;
  font-size: 15px;

}  
#footer p.copy{
  color:#fff;
  font-size: 11px;

}  
  
