/*--------------------------------------
  reset
---------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img,a,br {margin:0;padding:0;border:0px;border:none;}
table,tr,td {border-collapse:collapse;border-top:0;border-bottom:0;border-left:0;border-right:0;border-spacing:0;margin:0;padding:0;}



body {
margin:0;
padding:0;
background-color: #def6e0;

line-height: 1.3;
/*font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
-webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}

img{
vertical-align: top;
margin-bottom: 0;
}


/*--------------------------------------
  蝓コ譛ャ
---------------------------------------*/

.Wrap {
  max-width:640px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------
  テキスト
---------------------------------------*/

.text{
width: 80%;
margin: 0 auto;
font-size: 16px;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
-webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}

p.text01{
width:80%;
line-height: 150%;
color: #f08da0;
text-align: left;
}

#text02{
width: 80%;
margin: 0 auto;
}

p.text03{
width: 80%;
line-height: 150%;
color: #ffffff;
text-align: center;
}

/*--------------------------------------
全体
---------------------------------------*/
#wrapper{
  overflow: hidden;
}


a{
text-decoration: none;
outline:none;
}

ol, ul {
  list-style: none;
  }


/*---------------------------------
メニューボックス
----------------------------------*/

#sapo_main{
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*height: 445px;*/

  
  text-align: center;
  
  position: relative;
}

/*----------------------------------------
メニューバー
----------------------------------------*/
#sapo_main ul{
  width: 80%;
  margin: 5px auto 10px auto;
  border-radius: 10px;
  border: solid 1px #ddd;
  overflow: hidden;
}

#sapo_main li{
  border-bottom: solid 1px #ccc;
  line-height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  width: 100%;
  /*text-indent: 2.2em*/
}
#sapo_main a{
  color: #333;
  display: block;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

/*----------------------------------------
footer
----------------------------------------*/
#footer{
position: relative;
background-repeat: repeat-x;
background-position: center;
background-size:100% 30px;
background-color:#f29cb6;
height: 30px;
color:#6e4102;
text-align:center;
padding-top: 1%;
bottom: 0;
}

#footer2{
position: relative;
background-repeat: repeat-x;
background-position: center;
background-size:100% 70px;
background-color:#f29cb6;
height: 25px;
font-size:10px;
color:#6e4102;
text-align:center;
padding-top:7px;
/*-bottom: 0;-*/
}