﻿@charset "UTF-8";
*{
    padding : 0px;
    margin : 0px;
}
body{
    font-size:medium;
    font-family : メイリオ, sans-serif;
}
div#container{
    margin : auto;
    width : 640px;
}
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:"ＭＳ 明朝",sans-serif;
    color:#109d9f;
    text-shadow:5px 5px 2px #ddd;
}
article{
    width : 100%;
    margin-top : 20px;
}
article h1{
    text-align : center;
    font-weight:normal;
}
li{
  list-style-type : none;
}
ul{
    margin : 10px 0 20px 50px;
}
article p{
	margin-bottom:10px;
	text-indent:0.8em;
}
p.right{
	text-align:right;
}
/*===========footer=============*/
footer{
    color : #109D9F;
    text-align : center;
    padding-top : 10px;
    font-size : 85%;
}