﻿@charset "UTF-8";


body{
   background-color: #e1eeff;
}

/* --------------------  ヘッダー --------------------- */

.title{
   background-color: #ffffff;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   margin-top: 0;
   padding: 20px;
   border: solid 1px #aaaaaa;
   border-radius: 15px;
   text-align: center;
   box-shadow: 5px 5px 3px #aaaaaa;
}

.title .maintitle{
   font-size: 1.6rem;
   color: #4b0082;
}

.menu{
   font-size: 1.2rem;
   color: #4682b4;
   text-align: center;
   margin-bottom: 5px;
}

.menu2{
   font-size: 1.2rem;
   color: #4682b4;
   text-align: center;
   margin-bottom: 5px;
}

.naiyou{
   margin-left: 160px;
   line-height: 1.6rem;
}

.article{
   background-color: #ffffff;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   border: solid 1px #aaaaaa;
   padding: 30px;
   border-radius: 20px;
   overflow: hidden;
}

.honbun{
   line-height: 2rem;
}

.img-left{
   float: right;
   width: 260px;
   height: 260px;
   margin-left: 20px;
   background-color: #f1eeff;
   border: solid 1px #aaaaaa;
   padding: 5px;
   border-radius: 10px;
}

.article2{
   background-color: #ffffff;
   width: 800px;
   height: 350px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   border: solid 1px #aaaaaa;
   padding: 30px;
   border-radius: 20px;
   overflow: hidden;
}

p{
   line-height: 1.4rem;
}

/* -------------------- フッター -------------------- */

/* --- フッターイラスト --- */

.footer-bg{
   clear: both;
   margin: 0 auto 0;
   text-align: center;
}

.footer-bg .footer-image{
   margin: 0;
   vertical-align: middle;
}

/* --- フッター --- */

.footer{
   width: 100%;
   padding: 20px 0 30px;
   background: #2d3d54;
   color: #fff;
}

.copyright{
   margin-top: 30px;
   text-align: center;
   letter-spacing: 1px;
}