@charset "utf-8";

body{ 
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color:#333;
  background:url(../img/base.jpg);
  background-size: cover;
  text-align:center;
}
a,a:hover{
  text-decoration: none;
  color:#333;
}

header p{
  color:#fff;
  font-size:26px;
  padding:10px 40px;
  text-align:center;
  font-weight:bold;
  font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN",serif;
  text-shadow: 1px 1px 1px #333;
}
header p span{font-size:21px;}
section{
  padding:20px 40px;
  background:rgba(255,255,255,0.8);
  margin:0 0 10px;
}
section h1,section h2,section p{
  line-height: 1.5em;
  margin:10px 0;
}
section h1{font-size:24px;}
section h2{font-size:18px;}

/* ******************* footer ******************* */
.footerp{
  clear:both;
  font-size:14px;
  color:#fff;
  background:#016bc6;
  padding:6px;
  width:100%;
}