﻿@charset "UTF-8";
*{
    font-family : メイリオ, sans-serif;
    line-height : 150%;
    padding : 0px;
    margin : 0px;
}
body{
	padding : 0px;margin : 0px;
	color:#000;
}
#container{
  margin : 0 auto;
  width : 640px;
}
/*===========header====================*/
header{
  width : 100%;
    height : 120px;
    margin-top: 5px;
	background-image:url('../image/01_logo11.gif'),url('../image/top3.jpg');
	background-repeat:no-repeat,no-repeat;
	background-position:top left,right 10px;    
}
header h1{
	padding:40px 0 10px 10px;
	font-size:30px;
	font-family:"ＭＳ 明朝",serif;
	color: #109D9F;
	text-shadow:5px 5px 2px #ddd;
 
}
/*===========   contents   ====================*/
article{
  width : 100%;
}
article h1{
	margin-top:20px;
	font-size:x-large;
	text-align:center;
}
h2{
	font-size:24px;
	font-family:"ＭＳ 明朝",serif;
	color: #109D9F;
	text-shadow:3px 3px 2px #ddd;
	margin:5px 0 0 10px;
}
article p{
     margin:1em 0 0 1.5em;
     text-indent:-1.5em;
}
article p.jisage{
     margin-left:5em;
     text-indent:-3em;
}
article p.migi{
	text-align:right;
}
footer{
    text-align : center;
    margin-top : 20px;
}