﻿@charset "UTF-8";
*{
    padding : 0px;
    margin : 0px;
}
body{
    font-size:medium;
    font-family : メイリオ, sans-serif;
}
div#container{
    margin : auto;
    width : 700px;
}
nav{
	margin:10px 0;
}
nav p{
	font-size: 80%;
}
header{
    width : 700px;
    height : 130px;
    background-image:url('../image/01_logo11.gif'),url('../image/top7.jpg');
    background-repeat:no-repeat,no-repeat;
    background-position:left top,right 20px;
}
header h1{
    padding:60px 0 10px 10px;
    font-size:30px;
    font-family:"ＭＳ 明朝",sans-serif;
    color:#109d9f;
    text-shadow:5px 5px 2px #ddd;
}
article{
    width : 700px;
    margin-top : 20px;
}
article h1{
    text-align : center;
}
p.setumei{
    margin : 0 0 5px 2.5em;
}

p#last{
    text-align : center;
    margin-top : 20px;
}
img.sita{
	vertical-align:bottom;
}
p#toiawase{
  text-indent : -5em;
  margin-top : 20px;
  margin-left : 5em;
}
div#main{
	display:flex;
    justify-content:space-between;	
}
p#photo{
  width : 178px;
  height : 350px;
  padding-top : 50px;
  margin-right : 10px;
  text-align : center;
}
p#jusho{
  width : 180px;
  height : 350px;
  padding-top : 50px;
}
footer p{
	text-align:center;
}