﻿@charset "UTF-8";
*{
    font-size : 14px;
    font-family : メイリオ, sans-serif;
    line-height : 150%;
    padding : 0px;
    margin : 0px;
}
body{
	padding : 0px;margin : 0px;
	color:#000099;
}
#container{
  margin : 0 auto;
  width : 640px;
}
/*===========header====================*/
header{
  width : 100%;
    position : relative;
    height : 120px;
}
h1{
	padding:60px 0 10px 10px;
	font-size:30px;
	font-family:"ＭＳ 明朝",serif;
	color: #109D9F;
	text-shadow:5px 5px 2px #ddd;
	background-image:url('../image/01_logo11.gif'),url('../image/10_image2a.jpg');
	background-repeat:no-repeat,no-repeat;
	background-position:top left,top right; 
}
/**===========   contents   ====================**/
#contents{
  width : 100%;
}
h2{
	font-size:24px;
	font-family:"ＭＳ 明朝",serif;
	color: #109D9F;
	text-shadow:3px 3px 2px #ddd;
	margin:5px 0 0 10px;
}
#contents p{
  text-indent : 2em;
}
img.sita{
	vertical-align:bottom;
} 
ul{
    margin-left : 3em;
    list-style-type:square;
}
#footer{
    text-align : center;
    margin-top : 20px;
}