@charset "utf-8";
/* CSS Document */

body,div,ul
,ol,li,h1,h2,h3,h4,p,dl,dt,dd    {
    margin: 0;
    padding: 0;
    vertical-align: baseline;}

ul,ol,li    {
    list-style: none;}

body    {
    background-image: url(../img/back.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-attachment:fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.8em;
    line-height: 150%;}

a    {
    text-decoration: none;}

a:link    {
    color: #2f1f0a;}

a:visited    {
    color: #2f1f0a;}

a:hover    {
    color: #666;}

a:active    {
    color: #2f1f0a;}

a:hover, a:focas, a:visited    {
    outline: none;}

img    {
    border-style: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;}

h2,h3,h4,h5,h6,h7,p    {
    letter-spacing: 2px;}

/* コンテンツ内デザイン　*/

#header    {
    height: 150px;
    background: url(../img/back02.gif)  repeat-x left top;}

#header img    {
    float:left;}

#title    {
    margin-top: 50px;}

#navi    {
    margin-right: 5%;
    float: right;}

#contents    {
    width: 1000px;
    margin: 20px auto;
    line-height: 200%;}

#footer    {
    bottom: 0;
    left: 0;
    clear: both;}

#footer img    {
    float: right;}

#footbox    {
    float: right;
    margin:0px 10px 10px;
    padding: 8px;
    background: #FFF;
    border: #F66 dashed 2px;
    width: 550px;
    font-size: 1.0em;
    line-height: 200%;}

.box_pink    {
    width: 31%;
    background: #ff9b88;
    padding: 1%;
    border-radius: 8px;
    float: left;
    margin: 1%;}

.box_parple    {
    width: 31%;
    background: #d091c3;
    padding: 1%;
    border-radius: 8px;
    float: left;
    margin: 1%;}

.box_blue    {
    width: 64%;
    background: #74d9ce;
    padding: 1%;
    border-radius: 8px;
    float: left;
    margin: 1%;}

.box_green    {
    width: 31%;
    background: #c2de79;
    padding: 1%;
    border-radius: 8px;
    float: left;
    margin: 1%;}

.box_green2    {
    width: 64%;
    background: #c2de79;
    padding: 1%;
    border-radius: 8px;
    float: left;
    margin: 1%;}

#map1    {
    width:  800px;
    height: 555px;
    background:url(../img/p04.jpg) no-repeat;
    margin: 20px auto;}

#map2    {
    width:  750px;
    height: 730px;
    background:url(../img/p05.jpg) no-repeat;
    margin: 20px auto;}

.note {
  position: relative;
  background-color: #ffffe7;
  width: 450px;
  float: left;
  margin: 40px 10px 10px 10px;
  padding: 30px 10px 10px 15px;
}

.note h5 {
  position: absolute;
  top: -35px;
  background-color: rgba(64,193,168,0.4);
  padding: 0.25em 2em;
  color: #29302f;
  transform: rotate(-4deg);
  font-size: 1.0em;}

.note p    {
    line-height:160%;}

.note_l {
  position: relative;
  background-color: #ffffe7;
  width: 920px;
  float: left;
  margin: 40px 10px 10px 10px;
  padding: 30px 10px 10px 15px;
}

.note_l h5 {
  position: absolute;
  top: -35px;
  background-color: rgba(64,193,168,0.4);
  padding: 0.25em 2em;
  color: #29302f;
  transform: rotate(-4deg);
  font-size: 1.0em;}

.note_l p    {
    line-height:160%;}

.flame    {
    margin: 4px;
    padding: 8px;
    width: 350px;
    border: #333 dotted 1px;}

/* 装飾系　*/

.center    {
    display: block;
    margin: 10px auto;}

.right    {
    display: block;
    margin-right: 10px;
    margin-bottom: 8px;
    float: right;
    transform: rotate(2deg);}

.bold    {
    font-size:1.2em;
    font-weight: bold;}

.red    {
    color: #F00;}

.delite    {
     text-decoration: line-through;}


h1    {
    width: 1000px;
    height: 200px;}

h2    {
    background: #efebd8 url(../img/icon04.png) no-repeat center left;
    margin-top: 30px;
    height: 80px;
    padding: 30px 0 0 90px;
    border-bottom: #ccc dotted 2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 1.5em;
    color: #333;}

h3    {
    clear: both;
    margin: 50px 0 20px;
    padding: 10px 10px 10px 45px;
    background: url(../img/icon05.png) no-repeat center left;
    font-size: 1.4em;
    border-bottom: #ff6699 dashed 1px;
    border-top: #ff6699 dashed 1px;
    color: #333;}

h4    {
    font-size: 1.4em;
    margin-bottom: 8px;
    background: url(../img/icon03.png) no-repeat left;
    padding-left: 23px;}

hr.dot     {
    clear: both;
    border: #333 dotted 2px;
    margin-bottom: 30px;}

hr.white    {
    clear: both;
    border: #FFF solid 1px;}

.imgright    {
    display: block;
    float: right;
    margin: 0 0 20px 20px;}
