﻿@charset "UTF-8";
*{
    padding : 0px;
    margin : 0px;
}
body{
    font-size:medium;
    font-family : メイリオ, sans-serif;
}
div#container{
    margin : auto;
    width : 670px;
}
header{
    width : 100%;
    height : 130px;
    background-image:url('../image/01_logo11.gif'),url('../image/top1.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:"ＭＳ 明朝",serif;
    color:#109d9f;
    text-shadow:5px 5px 2px #ddd;
}
article{
    width : 100%;
    margin-top : 20px;
}
article h1{
    text-align : center;
    font-size : 20px;
}
.center{
    text-align : center;
}
.right{
  text-align : right;
}
ol{
	margin-left:2em;
}
/*===========footer=============*/
footer{
    color : #109D9F;
    text-align : center;
    padding-top : 10px;
    font-size : 85%;
}
